1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-18 21:23:02 +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
No known key found for this signature in database
GPG Key ID: C46392D9AACAB216

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}>
)