add xml
This commit is contained in:
parent
56405d6241
commit
bcefd78599
9 changed files with 102 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ file(GLOB GearSrc_SRC src/*.c)
|
|||
add_library(GearSrc SHARED ${GearSrc_SRC})
|
||||
target_include_directories(GearSrc PUBLIC include)
|
||||
target_compile_definitions(GearSrc PRIVATE _GEARSRC)
|
||||
target_link_libraries(GearSrc PRIVATE ode lz4)
|
||||
target_link_libraries(GearSrc PRIVATE xemil ode lz4)
|
||||
target_link_options(GearSrc PRIVATE -static-libgcc -static-libstdc++)
|
||||
if(NOT ${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
|
||||
target_link_libraries(GearSrc PRIVATE m)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue