Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/audio/src/audio/CMakeLists.txt @ 339

Last change on this file since 339 was 338, checked in by nicolape, 16 years ago

Added AudioObject Class

File size: 234 bytes
Line 
1PROJECT(Orxonox)
2
3SET(SRC_FILES
4        Ambient.cc
5        AudioObject.cc
6)
7SET(INC_FILES
8        Ambient.h
9        AudioObject.h
10)
11
12
13ADD_LIBRARY(audio ${SRC_FILES} ${INC_FILES})
14
15TARGET_LINK_LIBRARIES(audio alut)
16TARGET_LINK_LIBRARIES(audio openal)
17
18
Note: See TracBrowser for help on using the repository browser.