1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-09-07 13:27:59 +00:00

add missing include dependency

This commit is contained in:
Jim Melton
2022-09-20 11:46:55 -06:00
parent 97cf4135e0
commit cf28f95f70

View File

@@ -55,6 +55,7 @@ endif()
set_property(TARGET acquisition_libs
APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
$<BUILD_INTERFACE:${GNSSSDR_SOURCE_DIR}/sr/core/interfaces>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
)