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/orxonox/CMakeLists.txt

    r8283 r8344  
    6868    OrxonoxPrecompiledHeaders.h
    6969  LINK_LIBRARIES
    70     ${Boost_FILESYSTEM_LIBRARY}
    71     ${Boost_SYSTEM_LIBRARY} # Filesystem dependency
    72     ${Boost_THREAD_LIBRARY}
    73     ${Boost_DATE_TIME_LIBRARY} # Thread dependency
    7470    ${OGRE_LIBRARY}
     71    ${CEGUI}
     72    ${LUA5.1_LIBRARY}
     73    ${CEGUI_TOLUA_LIBRARY}
    7574    ${OPENAL_LIBRARY}
    7675    ${ALUT_LIBRARY}
     76    ${OGG_LIBRARY}
     77    ${VORBIS_LIBRARY}
    7778    ${VORBISFILE_LIBRARY}
    78     ${VORBIS_LIBRARY}
    79     ${OGG_LIBRARY}
    80     ${CEGUI_TOLUA_LIBRARY}
    8179    tinyxml_orxonox
    8280    bullet_orxonox
     
    8583    network
    8684    tools
    87   SOURCE_FILES ${ORXONOX_SRC_FILES}
     85  SOURCE_FILES
     86    ${ORXONOX_SRC_FILES}
    8887)
Note: See TracChangeset for help on using the changeset viewer.