source:
code/branches/buildsystem/src/util/testing/CMakeLists.txt
@
2518
Last change on this file since 2518 was 2197, checked in by adrfried, 16 years ago | |
---|---|
|
|
File size: 177 bytes |
Line | |
---|---|
1 | INCLUDE_DIRECTORIES(..) |
2 | |
3 | IF(ENABLE_TESTS) |
4 | ADD_EXECUTABLE(TestConverter TestConverter.cpp) |
5 | ENDIF(ENABLE_TESTS) |
6 | |
7 | ADD_TEST(TestConverter ${EXECUTABLE_OUTPUT_PATH}/TestConverter) |
Note: See TracBrowser
for help on using the repository browser.