mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-04-19 07:21:12 +00:00
adjust cmake concering -fPic
This commit is contained in:
parent
fc6557c682
commit
9e82679115
1 changed files with 1 additions and 1 deletions
|
@ -33,4 +33,4 @@ 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 "")
|
||||
target_compile_definitions(base_game PUBLIC -DUI_DLL)
|
||||
set_property(TARGET ${UI_LIB_NAME} PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||
set_property(TARGET ${UI_LIB_NAME} PROPERTY POSITION_INDEPENDENT_CODE OFF)
|
Loading…
Reference in a new issue