Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/util/testing/CMakeLists.txt @ 1504

Last change on this file since 1504 was 1504, checked in by rgrieder, 16 years ago

Once again, set all the svn:eol-style property to native. I really hope this doesn't pose more problems than it solves..

  • Property eol-style set to native
File size: 169 bytes
Line 
1INCLUDE_DIRECTORIES(${INCLUDE_DIRECTORIES}
2        ../
3)
4
5ADD_EXECUTABLE(TestConverter
6 TestConverter.cpp
7)
8
9
10ADD_TEST(TestConverter
11        ${EXECUTABLE_OUTPUT_PATH}/TestConverter
12)
Note: See TracBrowser for help on using the repository browser.