Last change
on this file since 1514 was
1505,
checked in by rgrieder, 16 years ago
|
f* svn: It doesn't even inform you if you attempt to set a non existing property. It is svn:eol-style and not eol-style when using the command by the way…
|
-
Property svn:eol-style set to
native
|
File size:
363 bytes
|
Rev | Line | |
---|
[1505] | 1 | SET ( AUDIO_SRC_FILES |
---|
| 2 | AudioBuffer.cc |
---|
| 3 | AudioManager.cc |
---|
| 4 | AudioSource.cc |
---|
| 5 | AudioStream.cc |
---|
| 6 | ) |
---|
| 7 | |
---|
| 8 | IF (WIN32) |
---|
| 9 | ADD_LIBRARY( audio ${AUDIO_SRC_FILES} ) |
---|
| 10 | ELSE (WIN32) |
---|
| 11 | ADD_LIBRARY( audio SHARED ${AUDIO_SRC_FILES} ) |
---|
| 12 | ENDIF (WIN32) |
---|
| 13 | |
---|
| 14 | TARGET_LINK_LIBRARIES( audio |
---|
| 15 | ${OPENAL_LIBRARY} |
---|
| 16 | ${ALUT_LIBRARY} |
---|
| 17 | ${VORBISFILE_LIBRARY} |
---|
| 18 | ${VORBIS_LIBRARY} |
---|
| 19 | ${OGG_LIBRARY} |
---|
| 20 | core |
---|
| 21 | ) |
---|
| 22 | |
---|
| 23 | |
---|
Note: See
TracBrowser
for help on using the repository browser.