Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem/src/util/testing/CMakeLists.txt @ 2197

Last change on this file since 2197 was 2197, checked in by adrfried, 15 years ago

FindCEGUI.cmake and others cleaned up

  • Property svn:eol-style set to native
File size: 177 bytes
Line 
1INCLUDE_DIRECTORIES(..)
2
3IF(ENABLE_TESTS)
4  ADD_EXECUTABLE(TestConverter TestConverter.cpp)
5ENDIF(ENABLE_TESTS)
6
7ADD_TEST(TestConverter ${EXECUTABLE_OUTPUT_PATH}/TestConverter)
Note: See TracBrowser for help on using the repository browser.