Skip to content
Snippets Groups Projects
Commit 0c3005ae authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Missing link libs in net cmakelists

parent 8ca2528e
No related branches found
No related tags found
No related merge requests found
Pipeline #9697 passed
...@@ -17,7 +17,7 @@ target_include_directories(ftlnet PUBLIC ...@@ -17,7 +17,7 @@ target_include_directories(ftlnet PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include> $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include> $<INSTALL_INTERFACE:include>
PRIVATE src) PRIVATE src)
target_link_libraries(ftlnet Threads::Threads glog::glog) target_link_libraries(ftlnet Threads::Threads glog::glog ${UUID_LIBRARIES} ${URIPARSER_LIBRARIES})
install(TARGETS ftlnet EXPORT ftlnet-config install(TARGETS ftlnet EXPORT ftlnet-config
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
......
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