diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-03-18 11:36:58 -0400 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-03-18 11:36:58 -0400 |
| commit | 2b053cc75f4fb5fa11376e006d337363de181a15 (patch) | |
| tree | ffd7e9b14dc3b4fb47151b19415559ccf3eeb9d7 | |
| parent | 9c124bdf428cd6fc9e6a6b02e29bcc8a029370b0 (diff) | |
Removed the headers from the Sigmodr installation
| -rw-r--r-- | sigmodr/CMakeLists.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sigmodr/CMakeLists.txt b/sigmodr/CMakeLists.txt index 754d03fc..a6c54d15 100644 --- a/sigmodr/CMakeLists.txt +++ b/sigmodr/CMakeLists.txt @@ -16,10 +16,6 @@ set(sigmodr_KCFGC_FILES SigmodrPreferences.kcfgc ) kde4_add_kcfg_files(sigmodr_KCFGC_SRCS ${sigmodr_KCFGC_FILES}) -set(sigmodr_HEADERS - SigmodrPreferencesWidget.h - SigmodrUI.h -) set(sigmodr_SRCS Sigmodr.cpp SigmodrPreferencesWidget.cpp @@ -85,16 +81,6 @@ install( install( FILES - ${sigmodr_HEADERS} - ${sigmodr_FORMS} - DESTINATION - ${CMAKE_INSTALL_PREFIX}/include/${CMAKE_PROJECT_NAME}/${PROJECT_NAME} - COMPONENT - development -) - -install( - FILES ${sigmodr_DESKTOP_FILES} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications |
