Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 27, 2011, 5:11:55 AM (14 years ago)
Author:
rgrieder
Message:

Cleaned up library dependencies a little bit to list exactly those that are actually needed. (Didn't touch the modules though).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib2/src/libraries/tools/CMakeLists.txt

    r7172 r8344  
    2121  FIND_HEADER_FILES
    2222  LINK_LIBRARIES
     23    ${OGRE_LIBRARY}
     24    ${Boost_FILESYSTEM_LIBRARY}
     25    ${Boost_SYSTEM_LIBRARY} # Filesystem dependency
     26    tinyxml_orxonox
     27    util
    2328    core
    24   SOURCE_FILES ${TOOLS_SRC_FILES}
     29  SOURCE_FILES
     30    ${TOOLS_SRC_FILES}
    2531)
Note: See TracChangeset for help on using the changeset viewer.