Last change
on this file since 9359 was
9115,
checked in by landauf, 13 years ago
|
removed sample tests
|
-
Property svn:eol-style set to
native
|
File size:
447 bytes
|
Line | |
---|
1 | ENABLE_TESTING() |
---|
2 | |
---|
3 | ADD_CUSTOM_TARGET(test COMMAND ${CMAKE_CTEST_COMMAND} "$(ARGS)" COMMENT "Running tests") |
---|
4 | |
---|
5 | CONFIGURE_FILE("CTestCustom.cmake" "CTestCustom.cmake" @ONLY) |
---|
6 | |
---|
7 | INCLUDE_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 | |
---|
20 | ADD_SUBDIRECTORY(util) |
---|
Note: See
TracBrowser
for help on using the repository browser.