1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-24 09:53:51 +00:00
openmw-tes3mp/apps/soundtest/CMakeLists.txt
2010-08-13 14:43:57 +02:00

11 lines
183 B
CMake

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