Changeset 188 in pacpusframework


Ignore:
Timestamp:
10/23/13 11:20:37 (11 years ago)
Author:
Marek Kurdej
Message:

Fixed: dependencies in ProducerConsumerExample.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/ProducerConsumerExample/CMakeLists.txt

    r187 r188  
    7373    optimized PacpusLib debug PacpusLib_d
    7474)
     75if(WIN32)
     76    list(APPEND PACPUS_LIBRARIES
     77        optimized road_time debug road_time_d
     78    )
     79endif()
    7580#message(STATUS "\${PACPUS_LIBRARIES} = ${PACPUS_LIBRARIES}")
    7681#message(STATUS "\${PACPUS_DEPENDENCIES_LIB} = ${PACPUS_DEPENDENCIES_LIB}")
Note: See TracChangeset for help on using the changeset viewer.