Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 29, 2007, 9:24:58 PM (18 years ago)
Author:
rgrieder
Message:
  • fixed bug with SET_TARGET_PROPERTIES (works now according to linker command line, but it is still possible to add a function
  • added a lot of SHARED, since STATIC is actually the default value (confirmed by console message: linking static library blah..)
File:
1 edited

Legend:

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

    r357 r358  
    88ADD_EXECUTABLE(../../bin/main ${ORXONOX_SRC_FILES})
    99
    10 SET_TARGET_PROPERTIES(../../bin/main LINK_FLAGS "--no-undefined" )
     10SET_TARGET_PROPERTIES(../../bin/main PROPERTIES LINK_FLAGS "--no-undefined" )
    1111
    1212
Note: See TracChangeset for help on using the changeset viewer.