Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 759


Ignore:
Timestamp:
Dec 31, 2007, 2:22:58 PM (16 years ago)
Author:
rgrieder
Message:
  • hmm
File:
1 edited

Legend:

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

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