Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

FindCEGUI.cmake and others cleaned up

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