Changeset 314 in pacpusframework for trunk/src/FileLib/CMakeLists.txt


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.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.