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


Ignore:
Timestamp:
05/23/13 12:16:31 (11 years ago)
Author:
morasjul
Message:

2.0 minor fixs

File:
1 edited

Legend:

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

    r95 r96  
    4242# Libraries
    4343# ========================================
     44if(WIN32)        # TODO find other solution
    4445target_link_libraries(
    4546    ${PROJECT_NAME}
    4647        PacpusLib
    4748)
     49endif()
    4850
    4951# ========================================
Note: See TracChangeset for help on using the changeset viewer.