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


Ignore:
Timestamp:
05/23/13 17:34:11 (11 years ago)
Author:
morasjul
Message:

2.0 windows fix

File:
1 edited

Legend:

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

    r96 r98  
    1414add_definitions(
    1515    -DFILELIB_EXPORTS
     16)
     17
     18# ========================================
     19# Link directories
     20# ========================================
     21link_directories(
     22        ${PROJECT_BINARY_DIR}/../PacpusLib
    1623)
    1724
     
    4552target_link_libraries(
    4653    ${PROJECT_NAME}
    47         PacpusLib
     54    #optimized PacpusLib debug PacpusLib_d
     55        PacpusLib
    4856)
    4957endif()
Note: See TracChangeset for help on using the changeset viewer.