1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 12:42:11 +00:00
OpenMW/apps/soundtest/CMakeLists.txt

12 lines
187 B
CMake

project(SoundTest)
# local files
# Main executable
add_executable(sound_test main.cpp ${OENGINE_SOUND})
target_link_libraries(sound_test
${OPENAL_LIBRARY}
${SOUND_INPUT_LIBRARY}
)