Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 11, 2009, 2:30:54 PM (15 years ago)
Author:
erwin
Message:

moved files, modified to support multiple contexts

File:
1 edited

Legend:

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

    r2950 r2966  
    3131ADD_SUBDIRECTORY(overlays)
    3232ADD_SUBDIRECTORY(tools)
     33ADD_SUBDIRECTORY(sound)
    3334GET_ALL_HEADER_FILES(ORXONOX_HDR_FILES)
    3435SET(ORXONOX_FILES ${ORXONOX_SRC_FILES} ${ORXONOX_HDR_FILES})
     
    5152  ${CEGUILUA_LIBRARY}
    5253  ${Boost_SYSTEM_LIBRARY}
     54  ${OPENAL_LIBRARY}
     55  ${ALUT_LIBRARY}
     56  #${VORBISFILE_LIBRARY}
     57  #${VORBIS_LIBRARY}
     58  #${OGG_LIBRARY}
    5359  ogreceguirenderer_orxonox
    5460  tinyxml++_orxonox
     
    5864  core
    5965  network
    60   sound
    6166)
    6267
Note: See TracChangeset for help on using the changeset viewer.