Commit ae4d978f6c0b4347d5c04636f86bcb987885daab

Authored by Peter M. Groen
1 parent dff35490

Added absolute paths

Showing 1 changed file with 1 additions and 1 deletions
CMakeLists.txt
@@ -6,7 +6,7 @@ project(osdev_qt-bluetooth) @@ -6,7 +6,7 @@ project(osdev_qt-bluetooth)
6 include(projectheader) 6 include(projectheader)
7 project_header(osdev_qt-bluetooth) 7 project_header(osdev_qt-bluetooth)
8 8
9 -add_subdirectory(submodules/logger) 9 +add_subdirectory(${CMAKE_SOURCE_DIR}/submodules/logger)
10 add_subdirectory(src) 10 add_subdirectory(src)
11 add_subdirectory(tests) 11 add_subdirectory(tests)
12 12