2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 10:37:41 -04:00

Output executables and the max plugins to the bin directory because 5 levels of nesting sucks.

This commit is contained in:
2011-09-04 20:37:11 -04:00
parent 34d27c54bb
commit 7de47524b2
3 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,7 @@ set(MaxMain_SOURCES
plTextureSearch.cpp
)
SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${Plasma_BINARY_DIR}/bin)
add_library(MaxMain SHARED ${MaxMain_HEADERS} ${MaxMain_RESOURCES} ${MaxMain_SOURCES})
set_target_properties(MaxMain PROPERTIES OUTPUT_NAME "PlasmaMax")
set_target_properties(MaxMain PROPERTIES SUFFIX ".gup")

View File

@ -34,6 +34,7 @@ set(MaxPlasmaLights_SOURCES
plRTProjDirLight.cpp
)
SET(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${Plasma_BINARY_DIR}/bin)
add_library(MaxPlasmaLights SHARED ${MaxPlasmaLights_HEADERS} ${MaxPlasmaLights_RESOURCES} ${MaxPlasmaLights_SOURCES})
set_target_properties(MaxPlasmaLights PROPERTIES SUFFIX ".dlo")