diff options
author | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2014-12-07 18:25:28 (GMT) |
---|---|---|
committer | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2015-07-07 05:11:09 (GMT) |
commit | 938bbc4352cf34532dc1f52998ec7d23532df765 (patch) | |
tree | 4a3c726707f16d8fd6b8ec885ab1847bbc277b65 /Source/CursesDialog | |
parent | fd23fc57115d21ad08da6b131ec9abe141e583e5 (diff) | |
download | CMake-938bbc4352cf34532dc1f52998ec7d23532df765.zip CMake-938bbc4352cf34532dc1f52998ec7d23532df765.tar.gz CMake-938bbc4352cf34532dc1f52998ec7d23532df765.tar.bz2 |
CMake: Install COMPONENTs
Added components:
- cmake
- ctest
- cpack
- cmake-gui
- ccmake
- data
- sphinx-html
- sphinx-singlehtml
- sphinx-qthelp
Other now Unspecified.
Diffstat (limited to 'Source/CursesDialog')
-rw-r--r-- | Source/CursesDialog/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CursesDialog/CMakeLists.txt b/Source/CursesDialog/CMakeLists.txt index 7d4e88c..14eb46c 100644 --- a/Source/CursesDialog/CMakeLists.txt +++ b/Source/CursesDialog/CMakeLists.txt @@ -47,4 +47,4 @@ else() target_link_libraries(ccmake cmForm) endif() -install(TARGETS ccmake DESTINATION bin) +install(TARGETS ccmake DESTINATION bin COMPONENT ccmake) |