diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f74335..f94ca7a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,6 +90,6 @@ else() ) endif() # copy header files -install(DIRECTORY include/amqpcpp DESTINATION include/amqpcpp +install(DIRECTORY include/amqpcpp/ DESTINATION include/amqpcpp FILES_MATCHING PATTERN "*.h") -install(FILES amqpcpp.h DESTINATION include) \ No newline at end of file +install(FILES include/amqpcpp.h DESTINATION include) \ No newline at end of file