Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/testing/test/util/CMakeLists.txt @ 9474

Last change on this file since 9474 was 9474, checked in by landauf, 11 years ago

moved settings for executables in visual studio to TargetUtilities to make them work for orxonox-main and test-executables
define test-executables with ORXONOX_ADD_EXECUTABLE

  • Property svn:eol-style set to native
File size: 473 bytes
Line 
1ORXONOX_ADD_EXECUTABLE(
2    util_test
3    EXCLUDE_FROM_ALL
4        NO_INSTALL
5  LINK_LIBRARIES
6    util
7        gmock_orxonox
8  SOURCE_FILES
9    ${GMOCK_MAIN}
10    ConvertTest.cc
11    MathTest.cc
12    mboolTest.cc
13    MultiTypeTest.cc
14    ScopeTest.cc
15    SharedPtrTest.cc
16    SingletonTest.cc
17    SmallObjectAllocatorTest.cc
18    StringUtilsTest.cc
19    SubStringTest.cc
20    VA_NARGSTest.cc
21)
22ADD_DEPENDENCIES(test util_test)
23
24ADD_TEST(util_test ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/util_test)
Note: See TracBrowser for help on using the repository browser.