Skip to content

Commit

Permalink
add missing jansson headers for libperfflow_runtime (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan authored Apr 9, 2024
1 parent 9c1dbbf commit b114d6d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/c/runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
)

Expand All @@ -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}
Expand Down

0 comments on commit b114d6d

Please sign in to comment.