From beb6910085c3ed0eb1dffc4e7c716159c1c70ab6 Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 4 Apr 2019 12:35:43 +0200 Subject: [PATCH] Install all necessary headers. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a40379b..052d362 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,7 +90,7 @@ endif() # Install library and header files install(TARGETS mastodon-cpp LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}) -install(FILES src/mastodon-cpp.hpp +install(FILES src/mastodon-cpp.hpp src/return_types.hpp src/types.hpp DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/mastodon-cpp) if(NOT WITHOUT_EASY) file(GLOB easy_header src/easy/*.hpp)