Skip to content
Snippets Groups Projects
Commit af3f6f40 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

c: install header

parent 32f72c24
Branches
Tags
No related merge requests found
......@@ -416,6 +416,7 @@ if (OPENDHT_C)
)
install (TARGETS opendht-c DESTINATION ${CMAKE_INSTALL_LIBDIR} EXPORT opendht-c)
install (FILES ${CMAKE_CURRENT_BINARY_DIR}/opendht-c.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
install (FILES c/opendht_c.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include)
endif ()
if (OPENDHT_TOOLS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment