Commit da8d52bd authored by Joseph Noir's avatar Joseph Noir

Add probe-event headers to make install

parent 2020fed3
...@@ -310,6 +310,13 @@ if(NOT CAF_NO_PROBE AND EXISTS "${CMAKE_SOURCE_DIR}/probe/caf/") ...@@ -310,6 +310,13 @@ if(NOT CAF_NO_PROBE AND EXISTS "${CMAKE_SOURCE_DIR}/probe/caf/")
set(CAF_NO_PROBE no) set(CAF_NO_PROBE no)
endif() endif()
endif() endif()
# add probe-event if not told otherwise
if(NOT CAF_NO_PROBE_EVENT AND EXISTS "${CMAKE_SOURCE_DIR}/probe-event/caf/")
message(STATUS "Enter subdirectory probe-event")
add_subdirectory(probe-event)
set(CAF_NO_PROBE_EVENT no)
endif()
# build benchmarks if not being told otherwise # build benchmarks if not being told otherwise
if(NOT CAF_NO_BENCHMARKS AND EXISTS "${CMAKE_SOURCE_DIR}/benchmarks/caf/") if(NOT CAF_NO_BENCHMARKS AND EXISTS "${CMAKE_SOURCE_DIR}/benchmarks/caf/")
message(STATUS "Enter subdirectory benchmarks") message(STATUS "Enter subdirectory benchmarks")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment