diff --git a/CMakeLists.txt b/CMakeLists.txt index a7891a0a8e3f37f8e2176daf0e9ab3adbcf78ba4..56e8739bbf257aabb6c76a3db3a5be1db4fec9f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)