Changeset 689 for library/tests/unittest-cpp
- Timestamp:
- 11/02/09 01:09:42 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/unittest-cpp/CMakeLists.txt
r418 r689 12 12 add_library(unittest ${unittest_src}) 13 13 14 add_subdirectory(Posix) 15 add_subdirectory(Win32) 14 # From CMake version 2.8, it is not allowed to add subdirectories without 15 # their CMakeLists, therfore were the following two lines commented out: 16 # add_subdirectory(Posix) 17 # add_subdirectory(Win32)