Changeset 12746
- Timestamp:
- Mar 5, 2014, 6:38:10 PM (11 years ago)
- Files:
-
- 209 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMakeLists.txt
r12349 r12746 47 47 48 48 message(STATUS "Configuring ariba version ${ariba_VERSION}") 49 50 49 51 50 list(APPEND CMAKE_MODULE_PATH "${ariba_SOURCE_DIR}/CMakeModules") … … 136 135 add_subdirectory(docu) 137 136 137 138 # enable unit testing (in general, see the "tests/" subdirectory for the actual tests) 139 enable_testing() 140 141 ## Google Test Framework (Unit testing) 142 add_subdirectory(gtest-1.7.0) 143 144 # Tests (for ariba code) 145 add_subdirectory(tests) 146 147 138 148 # Install package information 139 149 install(EXPORT ariba-targets
Note:
See TracChangeset
for help on using the changeset viewer.