You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
340 B
14 lines
340 B
add_subdirectory(plClient) |
|
add_subdirectory(plCrashHandler) |
|
|
|
if(PLASMA_BUILD_LAUNCHER) |
|
add_subdirectory(plUruLauncher) |
|
endif() |
|
|
|
if(PLASMA_BUILD_TOOLS) |
|
add_subdirectory(plPythonPack) |
|
add_subdirectory(plFileSecure) |
|
add_subdirectory(plFileEncrypt) |
|
add_subdirectory(plPageInfo) |
|
add_subdirectory(plPageOptimizer) |
|
endif()
|
|
|