Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/audio/src/orxonox/CMakeLists.txt @ 330

Last change on this file since 330 was 327, checked in by nicolape, 18 years ago

Added audio test class

File size: 326 bytes
Line 
1PROJECT(Orxonox)
2
3SET(SRC_FILES orxonox.cc)
4SET(INC_FILES)
5
6ADD_EXECUTABLE(../../bin/main ${SRC_FILES} ${INC_FILES})
7
8TARGET_LINK_LIBRARIES(../../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} loader audio)
9
10INCLUDE_DIRECTORIES(..)
11
12ADD_SUBDIRECTORY(core)
13ADD_SUBDIRECTORY(objects)
14ADD_SUBDIRECTORY(hud)
15ADD_SUBDIRECTORY(weapon)
Note: See TracBrowser for help on using the repository browser.