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