open_source
/
qt-bluetooth
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
ae4d978f6c0b4347d5c04636f86bcb987885daab
Authored by
Peter M. Groen
2023-01-15 18:48:22 +0100
1 parent
dff35490
Added absolute paths
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
CMakeLists.txt
CMakeLists.txt
View file @
ae4d978
...
...
@@ -6,7 +6,7 @@ project(osdev_qt-bluetooth)
6
6
include(projectheader)
7
7
project_header(osdev_qt-bluetooth)
8
8
9
-add_subdirectory(
submodules/logger)
9
+add_subdirectory(
${CMAKE_SOURCE_DIR}/
submodules/logger)
10
10
add_subdirectory(src)
11
11
add_subdirectory(tests)
12
12
...
...