Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 372


Ignore:
Timestamp:
Dec 3, 2007, 3:55:31 PM (16 years ago)
Author:
nicolasc
Message:

additional fixes

File:
1 edited

Legend:

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

    r371 r372  
    1313)
    1414
    15 ADD_LIBRARY(network SHARED ${NETWORK_SRC_FILES} ${ENet_LIBRARY} ${Boost_LIBRARIES})
     15ADD_LIBRARY(network SHARED ${NETWORK_SRC_FILES})
    1616TARGET_LINK_LIBRARIES(network ${ENet_LIBRARY} ${Boost_LIBRARIES})
     17SET_TARGET_PROPERTIES(network PROPERTIES LINK_FLAGS "--no-undefined")
Note: See TracChangeset for help on using the changeset viewer.