purge build system
This commit is contained in:
parent
ef9f479b43
commit
2e21148f37
|
@ -48,14 +48,13 @@
|
|||
<def name="CMAKE_BUILD_TYPE" type="STRING" val="${ConfigName}"/>
|
||||
</defs>
|
||||
</storageModule>
|
||||
<storageModule buildDir="build/${ConfigName}" dirtyTs="1690652450090" moduleId="de.marw.cmake4eclipse.mbs.settings">
|
||||
<storageModule buildDir="build/${ConfigName}" dirtyTs="1685097774834" moduleId="de.marw.cmake4eclipse.mbs.settings">
|
||||
<options/>
|
||||
<defs>
|
||||
<def name="CMAKE_BUILD_TYPE" type="STRING" val="Debug"/>
|
||||
<def name="BUILD_SHARED_LIBS" type="BOOL" val="OFF"/>
|
||||
<def name="BUILD_SHARED_LIBS" type="BOOL" val="ON"/>
|
||||
<def name="CODEGEN" type="BOOL" val="OFF"/>
|
||||
<def name="CMAKE_INSTALL_PREFIX" type="FILEPATH" val="${ProjDirPath}/install"/>
|
||||
<def name="WITH_TCC" type="BOOL" val="ON"/>
|
||||
<def name="WITH_LLVM" type="BOOL" val="ON"/>
|
||||
</defs>
|
||||
</storageModule>
|
||||
|
@ -185,6 +184,7 @@
|
|||
<configuration configurationName="Debug-PA">
|
||||
<resource resourceType="PROJECT" workspacePath="/TGC-ISS"/>
|
||||
</configuration>
|
||||
<configuration configurationName="RelWithDebInfo"/>
|
||||
<configuration configurationName="Default">
|
||||
<resource resourceType="PROJECT" workspacePath="/TGC-ISS"/>
|
||||
</configuration>
|
||||
|
@ -203,4 +203,4 @@
|
|||
</scannerConfigBuildInfo>
|
||||
</storageModule>
|
||||
<storageModule moduleId="org.eclipse.cdt.internal.ui.text.commentOwnerProjectMappings"/>
|
||||
</cproject>
|
||||
</cproject>
|
|
@ -129,10 +129,9 @@ if(CMAKE_PROJECT_NAME STREQUAL "TGFS-ISS")
|
|||
conan_install()
|
||||
set(CONAN_CMAKE_SILENT_OUTPUT ON)
|
||||
|
||||
find_package(tcc QUIET)
|
||||
find_package(elfio)
|
||||
find_package(fmt)
|
||||
find_package(spdlog)
|
||||
find_package(lz4)
|
||||
find_package(gsl-lite)
|
||||
|
||||
set(Boost_NO_BOOST_CMAKE ON) # Don't do a find_package in config mode before searching for a regular boost install.
|
||||
|
@ -152,3 +151,4 @@ if(IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/dbt-rise-plugins)
|
|||
add_subdirectory(dbt-rise-plugins)
|
||||
endif()
|
||||
|
||||
include(CTest)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 4bef9fc14269e1f1d12cc5ea81d771d3b8ad8a40
|
||||
Subproject commit 3a7e2ab02b8efc8738bff726382772b8118d1dfe
|
|
@ -1 +1 @@
|
|||
Subproject commit e68f9c573f4301f3c3e6ad9a34dd13bf8c027481
|
||||
Subproject commit 24de2bbdf5fa0b3514a715078a00995a91eb33ae
|
2
scc
2
scc
|
@ -1 +1 @@
|
|||
Subproject commit b52fe0fce55cc327b6542c94fdd989610f386f11
|
||||
Subproject commit baba1214d358ee8ced775de9df6a01b454018f96
|
Loading…
Reference in New Issue