diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index a950a47a..57cd0a2f 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -1,5 +1,5 @@ add_library(gnuradio-core INTERFACE) -target_include_directories(gnuradio-core INTERFACE $ $ $) +target_include_directories(gnuradio-core INTERFACE $ $ $ $) target_link_libraries(gnuradio-core INTERFACE gnuradio-options gnuradio-meta refl-cpp::refl-cpp pmtv vir) # configure a header file to pass the CMake settings to the source code