makes TGC-ISS installable
This commit is contained in:
parent
3c6c0337e5
commit
6c0d7d91aa
|
@ -55,7 +55,7 @@ if(CMAKE_PROJECT_NAME STREQUAL "TGC-ISS")
|
||||||
|
|
||||||
set(CONAN_BOOST_OPTIONS
|
set(CONAN_BOOST_OPTIONS
|
||||||
boost:fPIC=True
|
boost:fPIC=True
|
||||||
boost:shared=${SHARED_FLAG}
|
boost:shared=False
|
||||||
boost:header_only=False
|
boost:header_only=False
|
||||||
boost:without_contract=True
|
boost:without_contract=True
|
||||||
boost:without_graph=True
|
boost:without_graph=True
|
||||||
|
@ -217,7 +217,12 @@ if(CMAKE_PROJECT_NAME STREQUAL "TGC-ISS")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_subdirectory(dbt-rise-core)
|
add_subdirectory(dbt-rise-core)
|
||||||
add_subdirectory(scc)
|
if(CMAKE_PROJECT_NAME STREQUAL "TGC-ISS")
|
||||||
|
set(SCC_CMAKE_CONFIG_DIR ${CMAKE_INSTALL_LIBDIR}/cmake/scc)
|
||||||
|
add_subdirectory(scc/src/common)
|
||||||
|
else()
|
||||||
|
add_subdirectory(scc)
|
||||||
|
endif()
|
||||||
add_subdirectory(dbt-rise-tgc)
|
add_subdirectory(dbt-rise-tgc)
|
||||||
if(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/dbt-rise-plugins)
|
if(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/dbt-rise-plugins)
|
||||||
add_subdirectory(dbt-rise-plugins)
|
add_subdirectory(dbt-rise-plugins)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f4f90c5e65573d3bc979f447e3f78f794499d36e
|
Subproject commit db5765b3429efd6674e349ab5a6cd2b8b258dd1a
|
2
scc
2
scc
|
@ -1 +1 @@
|
||||||
Subproject commit 94569eac10c4b8b5e3be6f8bcea7412b6e91396b
|
Subproject commit 89a77ff6be0ca2776ca5514905bcddaa0c1e304c
|
Loading…
Reference in New Issue