Skip to content
Snippets Groups Projects
Commit a9e7304e authored by Steven Murray's avatar Steven Murray
Browse files

Fixed include problems of previous commit

parent 2f9952da
Branches
Tags
No related merge requests found
......@@ -9,6 +9,7 @@ add_subdirectory (session)
# The tape session's threads are in a separate directory (session, but compiled
# from the previous one to create a single library).
include_directories (${PROTOBUF3_INCLUDE_DIRS})
add_executable (cta-taped cta-taped.cpp)
find_package(Protobuf3 REQUIRED)
target_link_libraries(cta-taped
......
......@@ -16,7 +16,9 @@
cmake_minimum_required (VERSION 2.6)
find_package(gmock REQUIRED)
find_package(Protobuf3 REQUIRED)
include_directories(${PROTOBUF3_INCLUDE_DIRS})
add_executable(cta-unitTests
unit_tests.cpp
${GMOCK_SRC})
......@@ -56,8 +58,6 @@ add_executable(cta-unitTests-multiProcess
unit_tests.cpp
${GMOCK_SRC})
find_package(Protobuf3 REQUIRED)
target_link_libraries(cta-unitTests-multiProcess
ctadaemonunittests-multiprocess
ctacommon
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment