Mercurial > trustbridge
diff ui/tests/CMakeLists.txt @ 527:bedeb38c244a
Move createcertlist and aboutdialog back into their respective source groups.
This is necessary to correctly generate l10n
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 29 Apr 2014 13:37:16 +0000 |
parents | fa3a7ebf0049 |
children | 5dc4aa684c63 |
line wrap: on
line diff
--- a/ui/tests/CMakeLists.txt Tue Apr 29 13:29:57 2014 +0000 +++ b/ui/tests/CMakeLists.txt Tue Apr 29 13:37:16 2014 +0000 @@ -55,7 +55,7 @@ add_dependencies(cinstprocesstest cinst) add_custom_test(commontest.cpp "") -add_custom_test(createcertlisttest.cpp "") +add_custom_test(createcertlisttest.cpp "${CMAKE_SOURCE_DIR}/ui/createcertlistdialog.cpp") if (WIN32) add_custom_test(windowsstoretest.cpp "${CMAKE_SOURCE_DIR}/cinst/windowsstore.c")