Skip to content

Commit

Permalink
Merge pull request #98 from orbitersim/97-xrsound_dll_missing_depende…
Browse files Browse the repository at this point in the history
…ncies

#97: added missing dependencies for XRSound_dll target to cmake file.
  • Loading branch information
dbeachy1 authored Aug 19, 2021
2 parents e4456f1 + c5d5719 commit 8be2479
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sound/XRSound/XRSound/src/XRSoundDLL/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 8be2479

Please sign in to comment.