1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-24 06:23:52 +00:00
openmw-tes3mp/apps/soundtest/CMakeLists.txt

15 lines
266 B
Text
Raw Normal View History

project(SoundTest)
# local files
# Main executable
add_executable(sound_test main.cpp ${OENGINE_SOUND})
2010-08-13 20:30:22 +00:00
include_directories(${SOUND_INPUT_INCLUDES})
add_definitions(${SOUND_DEFINE})
target_link_libraries(sound_test
${OPENAL_LIBRARY}
${SOUND_INPUT_LIBRARY}
)