1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00
OpenMW/apps/soundtest/CMakeLists.txt

15 lines
266 B
CMake
Raw Normal View History

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