1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-29 14:37:39 +00:00

Allow the CMake project to be a sub-project

This commit is contained in:
Carles Fernandez
2022-07-28 10:37:36 +02:00
parent d7eaffaae0
commit 6ec452a7c0
42 changed files with 388 additions and 383 deletions

View File

@@ -144,7 +144,7 @@ endif()
target_include_directories(tracking_libs
PUBLIC
${CMAKE_SOURCE_DIR}/src/core/interfaces
${GNSSSDR_SOURCE_DIR}/src/core/interfaces
)
if(ENABLE_CLANG_TIDY)