Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/src/util/testing/CMakeLists.txt @ 742

Last change on this file since 742 was 742, checked in by landauf, 16 years ago

moved all files from misc and the tinyxml folder into the new util folder

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.