mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-24 17:23:50 +00:00
12 lines
183 B
Text
12 lines
183 B
Text
|
project(SoundTest)
|
||
|
|
||
|
# local files
|
||
|
|
||
|
# Main executable
|
||
|
add_executable(sound_test main.cpp ${OENGINE_SOUND})
|
||
|
|
||
|
target_link_libraries(sound_test
|
||
|
${OPENAL_LIBRARY}
|
||
|
${AUDIERE_LIBRARY}
|
||
|
)
|