updates build system
This commit is contained in:
parent
4c7410c06b
commit
d8b64a32a8
|
@ -164,7 +164,7 @@
|
||||||
<def name="CMAKE_BUILD_TYPE" type="STRING" val="${ConfigName}"/>
|
<def name="CMAKE_BUILD_TYPE" type="STRING" val="${ConfigName}"/>
|
||||||
</defs>
|
</defs>
|
||||||
</storageModule>
|
</storageModule>
|
||||||
<storageModule buildDir="build/${ConfigName}" dirtyTs="1685097774834" moduleId="de.marw.cmake4eclipse.mbs.settings">
|
<storageModule buildDir="build/${ConfigName}" dirtyTs="1688932648378" moduleId="de.marw.cmake4eclipse.mbs.settings">
|
||||||
<options/>
|
<options/>
|
||||||
<defs>
|
<defs>
|
||||||
<def name="CMAKE_BUILD_TYPE" type="STRING" val="RelWithDebInfo"/>
|
<def name="CMAKE_BUILD_TYPE" type="STRING" val="RelWithDebInfo"/>
|
||||||
|
|
|
@ -82,6 +82,7 @@ if(CMAKE_PROJECT_NAME STREQUAL "TGFS-ISS")
|
||||||
|
|
||||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
||||||
list(APPEND CONAN_PACKAGE_LIST tcc/0.9.27)
|
list(APPEND CONAN_PACKAGE_LIST tcc/0.9.27)
|
||||||
|
set(WITH_TCC ON)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/dbt-rise-plugins)
|
if(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/dbt-rise-plugins)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1cef7de8c7f61331f4456f468d1cb7469bff813b
|
Subproject commit b4b03f7850331e03331c3bc3dee2672524eb8208
|
Loading…
Reference in New Issue