Skip to content

Commit

Permalink
update CMakeLists.txt with include_directories
Browse files Browse the repository at this point in the history
  • Loading branch information
giafranchini committed Oct 11, 2023
1 parent cf54583 commit 9180ae4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)

find_package(Eigen3 REQUIRED)

include_directories(include)

add_library(${PROJECT_NAME} SHARED
src/pose_representation.cpp
src/covariance_representation.cpp
Expand All @@ -29,7 +31,7 @@ target_include_directories(${PROJECT_NAME}

if(BUILD_TESTING)
find_package(GTest REQUIRED)
find_package(mrpt-poses REQUIRED)
find_package(mrpt-poses 2.10 REQUIRED)

set(TEST_NAMES
pose_composition_test
Expand Down

0 comments on commit 9180ae4

Please sign in to comment.