Mercurial > trustbridge
diff ui/tests/CMakeLists.txt @ 45:c6125d73faf4
Move SSLConnection into it's own class
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 14 Mar 2014 16:40:53 +0000 |
parents | 5910bf9016cd |
children | 3f8c2d46ded6 |
line wrap: on
line diff
--- a/ui/tests/CMakeLists.txt Fri Mar 14 16:06:40 2014 +0000 +++ b/ui/tests/CMakeLists.txt Fri Mar 14 16:40:53 2014 +0000 @@ -25,6 +25,6 @@ # so that it can be used in file names in the tests. add_definitions(-DSOURCE_DIR="${CMAKE_CURRENT_SOURCE_DIR}") add_m13_test(certlistparsertest.cpp "${CERTIFICATELIST_SOURCES}") -add_m13_test(downloadertest.cpp "${CMAKE_SOURCE_DIR}/ui/downloader.cpp") +add_m13_test(downloadertest.cpp "${DOWNLOADER_SOURCES}") #add_m13_test(${CMAKE_SOURCE_DIR}/ui/main.cpp "${M13UI_SOURCES}")