From 59dc48724e8f26ea6e55114d103bd869cb0fd4aa Mon Sep 17 00:00:00 2001 From: briaguya <70942617+briaguya-ai@users.noreply.github.com> Date: Sun, 28 Sep 2025 08:38:33 -0400 Subject: [PATCH] fetchcontent apclientpp --- soh/CMakeLists.txt | 12 ++++++++---- subprojects/apclientpp | 1 - 2 files changed, 8 insertions(+), 5 deletions(-) delete mode 160000 subprojects/apclientpp diff --git a/soh/CMakeLists.txt b/soh/CMakeLists.txt index 528dcd71b..200ff6ff0 100644 --- a/soh/CMakeLists.txt +++ b/soh/CMakeLists.txt @@ -333,11 +333,15 @@ if(BUILD_REMOTE_CONTROL) ) FetchContent_MakeAvailable(wswrap) target_include_directories(${PROJECT_NAME} PRIVATE ${wswrap_SOURCE_DIR}/include) -endif() -target_include_directories(${PROJECT_NAME} PRIVATE - ${CMAKE_CURRENT_SOURCE_DIR}/../subprojects/apclientpp -) + FetchContent_Declare( + apclientpp + GIT_REPOSITORY https://github.com/black-sliver/apclientpp.git + GIT_TAG 65638b7479f6894eda172e603cffa79762c0ddc1 + ) + FetchContent_MakeAvailable(apclientpp) + target_include_directories(${PROJECT_NAME} PRIVATE ${apclientpp_SOURCE_DIR}) +endif() # Find/download Dr Libs (For custom audio) ################################################################################ diff --git a/subprojects/apclientpp b/subprojects/apclientpp deleted file mode 160000 index a5b7b96b6..000000000 --- a/subprojects/apclientpp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a5b7b96b6bfbdc7f2831796a4e126bcc09c35da1