mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 10:37:41 -04:00
Use external names for external builds
This commit is contained in:
@ -93,6 +93,9 @@ set(plClient_RESOURCES
|
||||
|
||||
add_executable(plClient WIN32 ${plClient_SOURCES} ${plClient_HEADERS}
|
||||
${plClient_TEXT} ${plClient_RESOURCES})
|
||||
if(PLASMA_EXTERNAL_RELEASE)
|
||||
set_target_properties(plClient PROPERTIES OUTPUT_NAME "UruExplorer")
|
||||
endif(PLASMA_EXTERNAL_RELEASE)
|
||||
target_link_libraries(plClient CoreLib)
|
||||
target_link_libraries(plClient CoreLibExe)
|
||||
target_link_libraries(plClient pfAnimation)
|
||||
|
Reference in New Issue
Block a user