Last change
on this file since 349 was
334,
checked in by nicolape, 17 years ago
|
Sound is now working in Orxonox! Added a test background sound that plays when starting the game
|
File size:
346 bytes
|
Line | |
---|
1 | PROJECT(Orxonox) |
---|
2 | |
---|
3 | SET(SRC_FILES orxonox.cc) |
---|
4 | SET(INC_FILES) |
---|
5 | |
---|
6 | ADD_EXECUTABLE(../../bin/main ${SRC_FILES} ${INC_FILES}) |
---|
7 | |
---|
8 | TARGET_LINK_LIBRARIES(../../bin/main ${OGRE_LIBRARIES} ${OIS_LIBRARIES} ${OPENAL_LIBRARIES} loader audio) |
---|
9 | |
---|
10 | INCLUDE_DIRECTORIES(..) |
---|
11 | |
---|
12 | ADD_SUBDIRECTORY(core) |
---|
13 | ADD_SUBDIRECTORY(objects) |
---|
14 | ADD_SUBDIRECTORY(hud) |
---|
15 | ADD_SUBDIRECTORY(weapon) |
---|
Note: See
TracBrowser
for help on using the repository browser.