diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-11-25 17:33:06 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-11-25 17:33:06 -0500 |
| commit | 47deaf7351208c751ce557692db3549c19b20e6b (patch) | |
| tree | 0d611979dff24608ada87ce85cf09a52e4d8dc7e | |
| parent | 59e8dcc77727ecdec81412fd3a9dd3c3d3f76362 (diff) | |
| download | sigen-47deaf7351208c751ce557692db3549c19b20e6b.tar.gz sigen-47deaf7351208c751ce557692db3549c19b20e6b.tar.xz sigen-47deaf7351208c751ce557692db3549c19b20e6b.zip | |
Cleaned up the CMakeLists.txt for sigbattle and sigworld
| -rw-r--r-- | sigbattle/CMakeLists.txt | 18 | ||||
| -rw-r--r-- | sigworld/CMakeLists.txt | 18 |
2 files changed, 24 insertions, 12 deletions
diff --git a/sigbattle/CMakeLists.txt b/sigbattle/CMakeLists.txt index bb71b5c4..f4854476 100644 --- a/sigbattle/CMakeLists.txt +++ b/sigbattle/CMakeLists.txt @@ -54,13 +54,19 @@ TARGET_LINK_LIBRARIES(sigbattle LINK_INTERFACE_LIBRARIES ) INSTALL( - TARGETS sigbattle - DESTINATION ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX} - COMPONENT runtime + TARGETS + sigbattle + DESTINATION + ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX} + COMPONENT + runtime ) INSTALL( - FILES ${sigbattle_HEADERS} - DESTINATION ${CMAKE_INSTALL_PREFIX}/include/${CMAKE_PROJECT_NAME}/${PROJECT_NAME} - COMPONENT development + FILES + ${sigbattle_HEADERS} + DESTINATION + ${CMAKE_INSTALL_PREFIX}/include/${CMAKE_PROJECT_NAME}/${PROJECT_NAME} + COMPONENT + development ) 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 ) |
