updates submodule and eclipse build config
This commit is contained in:
parent
329818adf3
commit
77dc5b9f52
|
@ -48,14 +48,14 @@
|
||||||
<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="1683822570059" moduleId="de.marw.cmake4eclipse.mbs.settings">
|
<storageModule buildDir="build/${ConfigName}" dirtyTs="1685097774834" moduleId="de.marw.cmake4eclipse.mbs.settings">
|
||||||
<options/>
|
<options/>
|
||||||
<defs>
|
<defs>
|
||||||
<def name="CMAKE_BUILD_TYPE" type="STRING" val="Debug"/>
|
<def name="CMAKE_BUILD_TYPE" type="STRING" val="Debug"/>
|
||||||
<def name="USE_CWR_SYSTEM" type="BOOL" val="OFF"/>
|
<def name="BUILD_SHARED_LIBS" type="BOOL" val="ON"/>
|
||||||
<def name="BUILD_SHARED_LIBS" type="BOOL" val="OFF"/>
|
|
||||||
<def name="CODEGEN" type="BOOL" val="OFF"/>
|
<def name="CODEGEN" type="BOOL" val="OFF"/>
|
||||||
<def name="CMAKE_INSTALL_PREFIX" type="FILEPATH" val="${ProjDirPath}/install"/>
|
<def name="CMAKE_INSTALL_PREFIX" type="FILEPATH" val="${ProjDirPath}/install"/>
|
||||||
|
<def name="WITH_TCC" type="BOOL" val="ON"/>
|
||||||
</defs>
|
</defs>
|
||||||
</storageModule>
|
</storageModule>
|
||||||
</cconfiguration>
|
</cconfiguration>
|
||||||
|
|
|
@ -10,4 +10,5 @@
|
||||||
*.log
|
*.log
|
||||||
*tcc_jit*.c
|
*tcc_jit*.c
|
||||||
*.disass
|
*.disass
|
||||||
*.trc
|
*.trc
|
||||||
|
/*.core_desc
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit a32c83e1be3e65d73e2b8a346db721a891401acf
|
Subproject commit 2b094c31620e5108a35e45d81582d56e8f2c9153
|
Loading…
Reference in New Issue