comparison CMakeLists.txt @ 1119:5349e2354c48

(issue54) Merge branch runafterinstall There is now an NSIS Plugin that executes the Software after installation using COM in the shell of the current user. With the way over the shell there is no inheritance / token management required. As it is impossible to drop all privileges of a token granted by UAC and still be able to reelevate the Token again with another RunAs call later this round trip over the Shell was necessary.
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 16 Sep 2014 19:48:22 +0200
parents fd85a02d771d
children 6950f08342bb
comparison
equal deleted inserted replaced
1117:5b6203f78b4e 1119:5349e2354c48
151 message (STATUS "WARNING could not find sphinx (Package python-sphinx). Manuals will not be built.") 151 message (STATUS "WARNING could not find sphinx (Package python-sphinx). Manuals will not be built.")
152 else() 152 else()
153 add_subdirectory(manuals) 153 add_subdirectory(manuals)
154 endif() 154 endif()
155 155
156 # Configure packaging script for testing 156 add_subdirectory(packaging)
157 configure_file (packaging/win-createpackage.sh.in packaging/win-createpackage.sh @ONLY)
158 configure_file (packaging/create-dist-package.sh.in packaging/create-dist-package.sh @ONLY)
159 configure_file (packaging/linux-createpackage.sh.in packaging/linux-createpackage.sh @ONLY)
160 configure_file (packaging/linux-installer.inc.in packaging/linux-installer.inc @ONLY)
161 configure_file (packaging/linux-installer.l10n-de packaging/linux-installer.l10n-de COPYONLY)
162 157
163 if (ENABLE_PROFILING) 158 if (ENABLE_PROFILING)
164 configure_file (make-coverage.sh.in make-coverage.sh) 159 configure_file (make-coverage.sh.in make-coverage.sh)
165 add_custom_target(lcov COMMENT "Lcov coverage report" VERBATIM COMMAND /bin/bash 160 add_custom_target(lcov COMMENT "Lcov coverage report" VERBATIM COMMAND /bin/bash
166 ${CMAKE_CURRENT_BINARY_DIR}/make-coverage.sh 161 ${CMAKE_CURRENT_BINARY_DIR}/make-coverage.sh

http://wald.intevation.org/projects/trustbridge/