We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb11d94 + 057a8a0 commit 7231f6fCopy full SHA for 7231f6f
CMakeLists.txt
@@ -19,7 +19,7 @@ install(TARGETS ${PROJECT_NAME} EXPORT httplibConfig
19
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
20
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
21
22
-install(DIRECTORY include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME})
+install(FILES httplib.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME})
23
24
install(EXPORT httplibConfig DESTINATION share/httplib/cmake)
25
0 commit comments