diff --git a/CMakeLists.txt b/CMakeLists.txt index 6438155549..f2c175583b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,3 +112,6 @@ add_executable(dusk src/dusk/main.cpp) target_compile_definitions(dusk PRIVATE TARGET_PC AVOID_UB=1 VERSION=0) target_include_directories(dusk PRIVATE include) target_link_libraries(dusk PRIVATE game aurora::main) + +include(extern/aurora/cmake/AuroraCopyRuntimeDLLs.cmake) +aurora_copy_runtime_dlls(dusk game) diff --git a/extern/aurora b/extern/aurora index 45ed0aa9d2..2a6b689766 160000 --- a/extern/aurora +++ b/extern/aurora @@ -1 +1 @@ -Subproject commit 45ed0aa9d29c4e87c8a4da67225c81370e366518 +Subproject commit 2a6b689766caa10089f430b09c13906c0133c349