From 0d5a5df1a4fc83cceff97d10ccb17ec8fe1c0abd Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:16:33 +0200 Subject: [PATCH] CMake: move spdlog and detours under 'Debugging' filter --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 928411f1..d1439c45 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -24,7 +24,7 @@ add_subdirectory( protoc ) set( FOLDER_CONTEXT "Respawn" ) add_subdirectory( rtech ) -set( FOLDER_CONTEXT "Thirdparty" ) +set( FOLDER_CONTEXT "Thirdparty/Debugging" ) add_subdirectory( thirdparty/detours ) add_subdirectory( thirdparty/spdlog )