Installer: Converted the build scripts to cmake and added an "installer" target

This commit is contained in:
James Rowe 2017-09-28 10:27:42 -06:00
parent d11cf9a0a5
commit 709c89a1d8
8 changed files with 53 additions and 78 deletions

View file

@ -303,6 +303,7 @@ get_timestamp(BUILD_DATE)
enable_testing()
add_subdirectory(externals)
add_subdirectory(src)
add_subdirectory(dist/installer)
# Installation instructions