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 |
Rev | Line | |
---|---|---|
[2197] | 1 | INCLUDE_DIRECTORIES(..) |
[727] | 2 | |
[2197] | 3 | IF(ENABLE_TESTS) |
4 | ADD_EXECUTABLE(TestConverter TestConverter.cpp) | |
5 | ENDIF(ENABLE_TESTS) | |
[727] | 6 | |
[2197] | 7 | ADD_TEST(TestConverter ${EXECUTABLE_OUTPUT_PATH}/TestConverter) |
Note: See TracBrowser
for help on using the repository browser.