Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/testing/test/CMakeLists.txt @ 9223

Last change on this file since 9223 was 9115, checked in by landauf, 12 years ago

removed sample tests

  • Property svn:eol-style set to native
File size: 447 bytes
Line 
1ENABLE_TESTING()
2
3ADD_CUSTOM_TARGET(test COMMAND ${CMAKE_CTEST_COMMAND} "$(ARGS)" COMMENT "Running tests")
4
5CONFIGURE_FILE("CTestCustom.cmake" "CTestCustom.cmake" @ONLY)
6
7INCLUDE_DIRECTORIES(
8  ../src/external
9  ../src/libraries
10  ../src/orxonox
11  ../src/modules
12  ../src/external/gtest/include
13  ../src/external/gmock/include
14  ${CMAKE_BINARY_DIR}/src
15  ${Boost_INCLUDE_DIRS}
16  ${OGRE_INCLUDE_DIR}
17  ${POCO_INCLUDE_DIR}
18)
19
20ADD_SUBDIRECTORY(util)
Note: See TracBrowser for help on using the repository browser.