From ae4d978f6c0b4347d5c04636f86bcb987885daab Mon Sep 17 00:00:00 2001 From: Peter M. Groen Date: Sun, 15 Jan 2023 18:48:22 +0100 Subject: [PATCH] Added absolute paths --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 460e0f0..0f178da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ project(osdev_qt-bluetooth) include(projectheader) project_header(osdev_qt-bluetooth) -add_subdirectory(submodules/logger) +add_subdirectory(${CMAKE_SOURCE_DIR}/submodules/logger) add_subdirectory(src) add_subdirectory(tests) -- libgit2 0.21.4