Last change
on this file since 389 was
388,
checked in by nicolape, 17 years ago
|
Added cmake find files for my libs, added some test bg sounds (from x3, to be replaced later)
|
File size:
457 bytes
|
Line | |
---|
1 | |
---|
2 | SET(OGGVORBIS_LIBRARY_DIR "/usr/pack/oggvorbis-1.0-ds/i686-debian-linux3.0/lib") |
---|
3 | SET(OGGVORBIS_LIBRARY "${OGGVORBIS_LIBRARY_DIR}/libvorbisenc.so ${OGGVORBIS_LIBRARY_DIR}/libvorbisfile.so ${OGGVORBIS_LIBRARY_DIR}/libogg.so ${OGGVORBIS_LIBRARY_DIR}/libvorbis.so ") |
---|
4 | SET(OGGVORBIS_INCLUDE_DIR "/usr/pack/oggvorbis-1.0-ds/i686-debian-linux3.0/include") |
---|
5 | |
---|
6 | MESSAGE(STATUS "OggVorbis was found. Libdir ${OGGVORBIS_LIBRARY_DIR} Includedir ${OGGVORBIS_INCLUDE_DIR}") |
---|
Note: See
TracBrowser
for help on using the repository browser.