- Timestamp:
- Jul 28, 2014, 4:39:57 PM (10 years ago)
- Location:
- trunk/src/FileLib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/FileLib/CMakeLists.txt
r313 r314 8 8 ################################################# 9 9 project(FileLib) 10 11 if(${PACPUS_BUILD_TESTS}) 12 add_subdirectory(test) 13 endif() 10 14 11 15 ################################################################################ … … 59 63 ) 60 64 61 if(${PACPUS_BUILD_TESTS})62 add_subdirectory(test)63 endif()64 65 65 ################################################################################ 66 66 # INSTALL -
trunk/src/FileLib/test/CMakeLists.txt
r313 r314 11 11 ################################################################################ 12 12 # necessary because TestFileLib is a subdirectory of FileLib and all definitions 13 # are inherited 13 # are inherited, including those from create_export(...) 14 14 undef_export(FileLib) 15 15
Note:
See TracChangeset
for help on using the changeset viewer.