[DO NOT MERGE] Preperation for V1.03.0 (#672)

Preperation for V1.03.0

Former-commit-id: d3ef9dbe74df304dd0653818415f10401ac72af4
This commit is contained in:
brindosch
2016-06-10 18:32:39 +02:00
committed by GitHub
parent afb7efaa94
commit f04d48063d
6 changed files with 124 additions and 544 deletions

View File

@@ -172,10 +172,6 @@ if(ENABLE_OSX)
set(CMAKE_EXE_LINKER_FLAGS "-framework CoreGraphics")
endif()
configure_file(bin/install_hyperion.sh ${LIBRARY_OUTPUT_PATH} @ONLY)
configure_file(config/hyperion.config.json ${LIBRARY_OUTPUT_PATH} @ONLY)
configure_file(config/hyperion_x86.config.json ${LIBRARY_OUTPUT_PATH} @ONLY)
# Add the source/lib directories
add_subdirectory(dependencies)
add_subdirectory(libsrc)