Skip to content

Commit

Permalink
add boost for gtest include (intel#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason9393 authored and chensuyue committed May 27, 2022
1 parent 9330ea6 commit 036a2ed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions engine/test/gtest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ target_include_directories(host_operators
${HOST_SRC_DIR}/include/operators
${HOST_SRC_DIR}/include
${HOST_SRC_DIR}/third_party/googletest/googletest/include
${HOST_SRC_DIR}/third_party/boost/libs/assert/include
${HOST_SRC_DIR}/third_party/boost/libs/core/include
${HOST_SRC_DIR}/third_party/boost/libs/move/include
${HOST_SRC_DIR}/third_party/boost/libs/config/include
${HOST_SRC_DIR}/third_party/boost/libs/container/include
${HOST_SRC_DIR}/third_party/boost/libs/intrusive/include
${HOST_SRC_DIR}/third_party/boost/libs/static_assert/include
${HOST_SRC_DIR}/third_party/boost/libs/type_traits/include
${HOST_SRC_DIR}/third_party/boost/libs/interprocess/include
)

# link against the third party libraries
Expand All @@ -81,6 +90,7 @@ target_link_libraries(host_operators
yaml-cpp
gflags
glog
rt
)


Expand Down

0 comments on commit 036a2ed

Please sign in to comment.