Installer: Converted the build scripts to cmake and added an "installer" target
This commit is contained in:
parent
d11cf9a0a5
commit
709c89a1d8
8 changed files with 53 additions and 78 deletions
|
@ -303,6 +303,7 @@ get_timestamp(BUILD_DATE)
|
|||
enable_testing()
|
||||
add_subdirectory(externals)
|
||||
add_subdirectory(src)
|
||||
add_subdirectory(dist/installer)
|
||||
|
||||
|
||||
# Installation instructions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue