1
0
Fork 0
mirror of https://github.com/gwm17/Specter.git synced 2024-05-18 14:53:20 -04:00

Forgot to add this one too in last commit

This commit is contained in:
Gordon McCann 2022-11-11 09:04:54 -05:00
parent 24fc3fa163
commit 0f3104a3c9

View File

@ -11,12 +11,6 @@ endif()
project(Specter)
option(BUILD_SPECPROJECT "Build SpecProject template" Off)
set(CMAKE_INSTALL_PREFIX ${CMAKE_CURRENT_SOURCE_DIR})
set(SPECTER_BINARY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/bin)
set(SPECTER_LIBRARY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/lib)
add_subdirectory(Specter)
if(BUILD_SPECPROJECT)
add_subdirectory(SpecProject)
endif()
add_subdirectory(Specter)