mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 07:11:34 +00:00
adjust cmake
This commit is contained in:
parent
181fe41483
commit
11570b5291
1 changed files with 1 additions and 1 deletions
|
@ -40,5 +40,5 @@ target_link_libraries(${UI_LIB_NAME} ${UI_LINKER_OPTIONS})
|
|||
target_compile_options(${UI_LIB_NAME} PUBLIC -Wno-narrowing -Wno-write-strings)
|
||||
target_compile_definitions(${UI_LIB_NAME} PUBLIC -DUI_DLL)
|
||||
set_target_properties(${UI_LIB_NAME} PROPERTIES PREFIX "")
|
||||
set_property(TARGET ${UI_LIB_NAME} PROPERTY POSITION_INDEPENDENT_CODE OFF)
|
||||
set_property(TARGET ${UI_LIB_NAME} PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||
target_compile_definitions(base_game PUBLIC -DUI_DLL)
|
Loading…
Reference in a new issue