Skip to content

Commit

Permalink
update CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmluk committed Jun 24, 2024
1 parent ee0df67 commit 99ca7be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pose_graph_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ target_include_directories(
PUBLIC $<INSTALL_INTERFACE:include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>)
target_link_libraries(${PROJECT_NAME} PUBLIC Eigen3::Eigen)
set_property(TARGET ${PROJECT_NAME} PROPERTY POSITION_INDEPENDENT_CODE ON)
add_library(pose_graph_tools::${PROJECT_NAME} ALIAS ${PROJECT_NAME})

install(
TARGETS ${PROJECT_NAME}
Expand Down

0 comments on commit 99ca7be

Please sign in to comment.