Changeset 111 in pacpusframework for branches/2.0-beta1/src/FileLib/CMakeLists.txt


Ignore:
Timestamp:
06/13/13 15:38:27 (11 years ago)
Author:
morasjul
Message:

Beta-2 : Add missing file inputOutputBase.cpp, et clean CMakeList

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/src/FileLib/CMakeLists.txt

    r110 r111  
    4949# Libraries
    5050# ========================================
    51 if(WIN32)        # TODO find other solution
     51if(WIN32)
    5252target_link_libraries(
    5353    ${PROJECT_NAME}
    5454    ${PACPUS_DEPENDENCIES_LIB}
    5555    optimized PacpusLib debug PacpusLib_d
    56         #PacpusLib
    5756)
    5857endif()
Note: See TracChangeset for help on using the changeset viewer.