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:
@ -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")
|
||||
|
@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user