Mercurial > trustbridge
comparison CMakeLists.txt @ 1010:1c1964c27b39 runafterinstall
(issue54) commit work in progress on start after installation
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 02 Sep 2014 14:25:40 +0200 |
parents | 8fb1b912fd8e |
children | fd85a02d771d |
comparison
equal
deleted
inserted
replaced
1004:7dff5c0c569c | 1010:1c1964c27b39 |
---|---|
139 message (STATUS "WARNING could not find sphinx (Package python-sphinx). Manuals will not be built.") | 139 message (STATUS "WARNING could not find sphinx (Package python-sphinx). Manuals will not be built.") |
140 else() | 140 else() |
141 add_subdirectory(manuals) | 141 add_subdirectory(manuals) |
142 endif() | 142 endif() |
143 | 143 |
144 # Configure packaging script for testing | 144 add_subdirectory(packaging) |
145 configure_file (packaging/win-createpackage.sh.in packaging/win-createpackage.sh @ONLY) | |
146 configure_file (packaging/create-dist-package.sh.in packaging/create-dist-package.sh @ONLY) | |
147 configure_file (packaging/linux-createpackage.sh.in packaging/linux-createpackage.sh @ONLY) | |
148 configure_file (packaging/linux-installer.inc.in packaging/linux-installer.inc @ONLY) | |
149 configure_file (packaging/linux-installer.l10n-de packaging/linux-installer.l10n-de COPYONLY) | |
150 | 145 |
151 if (ENABLE_PROFILING) | 146 if (ENABLE_PROFILING) |
152 configure_file (make-coverage.sh.in make-coverage.sh) | 147 configure_file (make-coverage.sh.in make-coverage.sh) |
153 add_custom_target(lcov COMMENT "Lcov coverage report" VERBATIM COMMAND /bin/bash | 148 add_custom_target(lcov COMMENT "Lcov coverage report" VERBATIM COMMAND /bin/bash |
154 ${CMAKE_CURRENT_BINARY_DIR}/make-coverage.sh | 149 ${CMAKE_CURRENT_BINARY_DIR}/make-coverage.sh |