2010-08-13 12:43:57 +00:00
|
|
|
project(SoundTest)
|
|
|
|
|
|
|
|
# local files
|
|
|
|
|
|
|
|
# Main executable
|
|
|
|
add_executable(sound_test main.cpp ${OENGINE_SOUND})
|
|
|
|
|
|
|
|
target_link_libraries(sound_test
|
|
|
|
${OPENAL_LIBRARY}
|
2010-08-13 15:11:03 +00:00
|
|
|
${SOUND_INPUT_LIBRARY}
|
2010-08-13 12:43:57 +00:00
|
|
|
)
|