From c5d57195953c603c4b7c82c724ffb8f481f53cb0 Mon Sep 17 00:00:00 2001 From: Martin Schweiger Date: Thu, 19 Aug 2021 02:16:18 +0100 Subject: [PATCH] #97: added missing dependencies for XRSound_dll target to cmake file. --- Sound/XRSound/XRSound/src/XRSoundDLL/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Sound/XRSound/XRSound/src/XRSoundDLL/CMakeLists.txt b/Sound/XRSound/XRSound/src/XRSoundDLL/CMakeLists.txt index 44a484ec5..c559639ef 100644 --- a/Sound/XRSound/XRSound/src/XRSoundDLL/CMakeLists.txt +++ b/Sound/XRSound/XRSound/src/XRSoundDLL/CMakeLists.txt @@ -31,6 +31,11 @@ target_link_libraries(XRSound_dll ${IRRKLANG_LIB} ) +add_dependencies(XRSound_dll + ${OrbiterTgt} + Orbitersdk +) + install(TARGETS XRSound_dll RUNTIME DESTINATION ${ORBITER_INSTALL_PLUGIN_DIR}