CMake build system updates, the docker image automatically compiles quests at build
This commit is contained in:
@ -13,6 +13,7 @@ include_directories(src)
|
||||
find_package(Boost REQUIRED)
|
||||
|
||||
add_executable(${PROJECT_NAME} ${sources})
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES OUTPUT_NAME "qc")
|
||||
|
||||
# Link dependencies if found
|
||||
if (Boost_FOUND)
|
||||
|
Reference in New Issue
Block a user