diff --git a/src/c/runtime/CMakeLists.txt b/src/c/runtime/CMakeLists.txt index 6e42303f..12e4fba5 100644 --- a/src/c/runtime/CMakeLists.txt +++ b/src/c/runtime/CMakeLists.txt @@ -1,8 +1,8 @@ set(CMAKE_CXXFLAGS "${CMAKE_CXXFLAGS} -O0 -g -std=c++11") set(perfflow_runtime_headers - advice_base.hpp - advice_chrome_tracing.hpp + advice_base.hpp + advice_chrome_tracing.hpp advice_dispatcher.hpp ) @@ -12,6 +12,8 @@ set(perfflow_runtime_sources perfflow_runtime.cpp ) +include_directories(${JANSSON_INCLUDE_DIRS}) + add_library(perfflow_runtime SHARED ${perfflow_runtime_sources} ${perfflow_runtime_headers}