mirror of
https://github.com/gwm17/Specter.git
synced 2024-11-22 10:18:50 -05:00
Forgot to add this one too in last commit
This commit is contained in:
parent
24fc3fa163
commit
0f3104a3c9
|
@ -11,12 +11,6 @@ endif()
|
|||
|
||||
project(Specter)
|
||||
|
||||
option(BUILD_SPECPROJECT "Build SpecProject template" Off)
|
||||
|
||||
set(SPECTER_BINARY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/bin)
|
||||
set(SPECTER_LIBRARY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/lib)
|
||||
set(CMAKE_INSTALL_PREFIX ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
add_subdirectory(Specter)
|
||||
if(BUILD_SPECPROJECT)
|
||||
add_subdirectory(SpecProject)
|
||||
endif()
|
Loading…
Reference in New Issue
Block a user