Changeset 314 in pacpusframework


Ignore:
Timestamp:
07/28/14 16:39:57 (10 years ago)
Author:
Marek Kurdej
Message:

Minor: test included in the beginning of FileLib CMakeLists.txt.

Location:
trunk/src/FileLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/FileLib/CMakeLists.txt

    r313 r314  
    88#################################################
    99project(FileLib)
     10
     11if(${PACPUS_BUILD_TESTS})
     12    add_subdirectory(test)
     13endif()
    1014
    1115################################################################################
     
    5963)
    6064
    61 if(${PACPUS_BUILD_TESTS})
    62     add_subdirectory(test)
    63 endif()
    64 
    6565################################################################################
    6666# INSTALL
  • trunk/src/FileLib/test/CMakeLists.txt

    r313 r314  
    1111################################################################################
    1212# necessary because TestFileLib is a subdirectory of FileLib and all definitions
    13 # are inherited
     13# are inherited, including those from create_export(...)
    1414undef_export(FileLib)
    1515
Note: See TracChangeset for help on using the changeset viewer.