Mercurial > trustbridge
comparison 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 |
comparison
equal
deleted
inserted
replaced
526:f6371e9c959a | 527:bedeb38c244a |
---|---|
53 # Cinstprocess | 53 # Cinstprocess |
54 add_custom_test(cinstprocesstest.cpp "") | 54 add_custom_test(cinstprocesstest.cpp "") |
55 add_dependencies(cinstprocesstest cinst) | 55 add_dependencies(cinstprocesstest cinst) |
56 add_custom_test(commontest.cpp "") | 56 add_custom_test(commontest.cpp "") |
57 | 57 |
58 add_custom_test(createcertlisttest.cpp "") | 58 add_custom_test(createcertlisttest.cpp "${CMAKE_SOURCE_DIR}/ui/createcertlistdialog.cpp") |
59 | 59 |
60 if (WIN32) | 60 if (WIN32) |
61 add_custom_test(windowsstoretest.cpp "${CMAKE_SOURCE_DIR}/cinst/windowsstore.c") | 61 add_custom_test(windowsstoretest.cpp "${CMAKE_SOURCE_DIR}/cinst/windowsstore.c") |
62 endif (WIN32) | 62 endif (WIN32) |
63 | 63 |