summaryrefslogtreecommitdiffstats
path: root/sigworld
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-11-25 17:33:06 -0500
committerBen Boeckel <MathStuf@gmail.com>2008-11-25 17:33:06 -0500
commit47deaf7351208c751ce557692db3549c19b20e6b (patch)
tree0d611979dff24608ada87ce85cf09a52e4d8dc7e /sigworld
parent59e8dcc77727ecdec81412fd3a9dd3c3d3f76362 (diff)
downloadsigen-47deaf7351208c751ce557692db3549c19b20e6b.tar.gz
sigen-47deaf7351208c751ce557692db3549c19b20e6b.tar.xz
sigen-47deaf7351208c751ce557692db3549c19b20e6b.zip
Cleaned up the CMakeLists.txt for sigbattle and sigworld
Diffstat (limited to 'sigworld')
-rw-r--r--sigworld/CMakeLists.txt18
1 files changed, 12 insertions, 6 deletions
diff --git a/sigworld/CMakeLists.txt b/sigworld/CMakeLists.txt
index d0e162c0..792c5b1a 100644
--- a/sigworld/CMakeLists.txt
+++ b/sigworld/CMakeLists.txt
@@ -43,13 +43,19 @@ TARGET_LINK_LIBRARIES(sigworld LINK_INTERFACE_LIBRARIES
)
INSTALL(
- TARGETS sigworld
- DESTINATION ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}
- COMPONENT runtime
+ TARGETS
+ sigworld
+ DESTINATION
+ ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}
+ COMPONENT
+ runtime
)
INSTALL(
- FILES ${sigworld_HEADERS}
- DESTINATION ${CMAKE_INSTALL_PREFIX}/include/${CMAKE_PROJECT_NAME}/${PROJECT_NAME}
- COMPONENT development
+ FILES
+ ${sigworld_HEADERS}
+ DESTINATION
+ ${CMAKE_INSTALL_PREFIX}/include/${CMAKE_PROJECT_NAME}/${PROJECT_NAME}
+ COMPONENT
+ development
)