Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 31, 2007, 2:49:18 PM (16 years ago)
Author:
rgrieder
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN_test/src/orxonox/core/CMakeLists.txt

    r759 r761  
    1515)
    1616
    17 ADD_LIBRARY(${Orxonox_BINARY_DIR}/core SHARED ${CORE_SRC_FILES})
    18 SET_TARGET_PROPERTIES( ${Orxonox_BINARY_DIR}/core PROPERTIES LINK_FLAGS "--no-undefined" )
     17ADD_LIBRARY( core SHARED ${CORE_SRC_FILES})
     18SET_TARGET_PROPERTIES( core PROPERTIES LINK_FLAGS "--no-undefined" )
    1919
    20 TARGET_LINK_LIBRARIES( ${Orxonox_BINARY_DIR}/core
    21   ${Orxonox_BINARY_DIR}/util
     20TARGET_LINK_LIBRARIES( core
     21  util
    2222)
Note: See TracChangeset for help on using the changeset viewer.