From 4aa1646f0a94e5153d31f4821b8580ce841b5884 Mon Sep 17 00:00:00 2001 From: awalol Date: Sun, 15 Mar 2026 20:20:45 +0800 Subject: [PATCH] add WDL submodule --- .gitmodules | 3 +++ CMakeLists.txt | 4 ++-- lib/WDL | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 lib/WDL diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..06d68ea --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib/WDL"] + path = lib/WDL + url = https://github.com/justinfrankel/WDL.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 752bfbd..8a3b5f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,11 +47,11 @@ add_executable(ds5-bridge ) add_library(wdl_resampler STATIC - lib/WDL/resample.cpp + lib/WDL/WDL/resample.cpp ) target_include_directories(wdl_resampler PUBLIC - lib/WDL + lib/WDL/WDL ) target_compile_options(wdl_resampler PRIVATE -fsigned-char) diff --git a/lib/WDL b/lib/WDL new file mode 160000 index 0000000..afc0f78 --- /dev/null +++ b/lib/WDL @@ -0,0 +1 @@ +Subproject commit afc0f78dca4a1743a948839ac75f4d7059d739c3