Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2007, 3:44:30 PM (17 years ago)
Author:
nicolasc
Message:

fixed FindBoost.cmake

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/network/CMakeLists.txt

    r364 r371  
    1313)
    1414
    15 ADD_LIBRARY(network ${NETWORK_SRC_FILES} ${ENet_LABRARY})
    16 TARGET_LINK_LIBRARIES(network ${ENet_LIBRARY})
     15ADD_LIBRARY(network SHARED ${NETWORK_SRC_FILES} ${ENet_LIBRARY} ${Boost_LIBRARIES})
     16TARGET_LINK_LIBRARIES(network ${ENet_LIBRARY} ${Boost_LIBRARIES})
Note: See TracChangeset for help on using the changeset viewer.