1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

Merge pull request #474 from zrax/targets

Build target cleanup for Linux
This commit is contained in:
2015-06-06 14:25:36 -04:00
13 changed files with 90 additions and 42 deletions

View File

@ -1,8 +1,10 @@
add_subdirectory(plClient)
add_subdirectory(plCrashHandler)
if(WIN32)
add_subdirectory(plClient)
add_subdirectory(plCrashHandler)
if(PLASMA_BUILD_LAUNCHER)
add_subdirectory(plUruLauncher)
if(PLASMA_BUILD_LAUNCHER)
add_subdirectory(plUruLauncher)
endif()
endif()
if(PLASMA_BUILD_TOOLS)
@ -11,4 +13,12 @@ if(PLASMA_BUILD_TOOLS)
add_subdirectory(plFileEncrypt)
add_subdirectory(plPageInfo)
add_subdirectory(plPageOptimizer)
add_dependencies(tools
plPythonPack
plFileSecure
plFileEncrypt
plPageInfo
plPageOptimizer
)
endif()