Mercurial > trustbridge
comparison ui/CMakeLists.txt @ 603:cfef809b890d
Add Process Management functions and ther implementation for windows.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 17 Jun 2014 17:26:10 +0200 |
parents | 854248d81ba4 |
children | 292c590ba9cb |
comparison
equal
deleted
inserted
replaced
602:854248d81ba4 | 603:cfef809b890d |
---|---|
18 ${CMAKE_CURRENT_SOURCE_DIR}/certificatelist.cpp | 18 ${CMAKE_CURRENT_SOURCE_DIR}/certificatelist.cpp |
19 ${CMAKE_CURRENT_SOURCE_DIR}/certificate.cpp | 19 ${CMAKE_CURRENT_SOURCE_DIR}/certificate.cpp |
20 ${CMAKE_CURRENT_SOURCE_DIR}/downloader.cpp | 20 ${CMAKE_CURRENT_SOURCE_DIR}/downloader.cpp |
21 ${CMAKE_CURRENT_SOURCE_DIR}/sslconnection.cpp | 21 ${CMAKE_CURRENT_SOURCE_DIR}/sslconnection.cpp |
22 ${CMAKE_CURRENT_SOURCE_DIR}/sslhelp.cpp | 22 ${CMAKE_CURRENT_SOURCE_DIR}/sslhelp.cpp |
23 ${CMAKE_CURRENT_SOURCE_DIR}/processhelp_win.cpp | |
24 ${CMAKE_CURRENT_SOURCE_DIR}/processhelp_linux.cpp | |
23 ) | 25 ) |
24 | 26 |
25 # Cmake does not correctly identify gcc windres when cross compiling | 27 # Cmake does not correctly identify gcc windres when cross compiling |
26 # making this line neccessary to set the correct flags for it. | 28 # making this line neccessary to set the correct flags for it. |
27 # See: http://public.kitware.com/Bug/view.php?id=11773 | 29 # See: http://public.kitware.com/Bug/view.php?id=11773 |