Skip to content
Snippets Groups Projects
Commit 172c1f54 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

Link plot/ with readplus

parent 6df50e2d
No related branches found
No related tags found
No related merge requests found
Pipeline #31193 failed
......@@ -26,6 +26,6 @@ add_library(${library_name} SHARED ${src_files})
set_target_properties(${library_name} PROPERTIES OUTPUT_NAME ${library_name})
target_link_libraries(${library_name} ${Readline_LIBRARIES})
target_link_libraries(${library_name} ${readplus_LIBRARY})
install(TARGETS ${library_name} LIBRARY DESTINATION ${destination_lib})
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