Skip to content
Snippets Groups Projects
Unverified Commit b7c91810 authored by Joris Vaillant's avatar Joris Vaillant
Browse files

cmake: Define same target than in the hpp-fclTarget.cmake

parent 9a43d36a
No related branches found
No related tags found
No related merge requests found
......@@ -187,6 +187,7 @@ add_library(${LIBRARY_NAME}
${PROJECT_HEADERS_FULL_PATH}
${${LIBRARY_NAME}_SOURCES}
)
add_library(hpp-fcl::hpp-fcl ALIAS ${LIBRARY_NAME})
if(UNIX)
get_relative_rpath(${CMAKE_INSTALL_LIBDIR} ${PROJECT_NAME}_INSTALL_RPATH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment