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


Ignore:
Timestamp:
06/13/13 13:43:39 (11 years ago)
Author:
morasjul
Message:

Beta-2 : Fix CMakeList (link), remove useless code and add improvement

File:
1 edited

Legend:

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

    r98 r110  
    5252target_link_libraries(
    5353    ${PROJECT_NAME}
    54     #optimized PacpusLib debug PacpusLib_d
    55         PacpusLib
     54    ${PACPUS_DEPENDENCIES_LIB}
     55    optimized PacpusLib debug PacpusLib_d
     56        #PacpusLib
    5657)
    5758endif()
Note: See TracChangeset for help on using the changeset viewer.