From af3f6f40bb6891f56c4a2b39410fabaebd12feff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Sat, 19 Feb 2022 10:47:48 -0500 Subject: [PATCH] c: install header --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a7891a0a..56e8739b 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) -- GitLab