From 3f2163a9b96af69137f1c981fca7a110cfe09336 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Fri, 13 Jun 2014 10:16:37 +0100 Subject: [PATCH] CMakeLists.txt: install headers in include/maa Signed-off-by: Brendan Le Foll --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 110829c..366e1ce 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -32,7 +32,7 @@ set_target_properties( VERSION ${maa_VERSION_STRING} ) install (FILES ${maa_LIB_GLOB_HEADERS} DESTINATION include/) -install (DIRECTORY ${PROJECT_SOURCE_DIR}/api/maa DESTINATION include/maa) +install (DIRECTORY ${PROJECT_SOURCE_DIR}/api/maa/ DESTINATION include/maa) macro (maa_CREATE_INSTALL_PKGCONFIG generated_file install_location) configure_file (${generated_file}.cmake ${CMAKE_CURRENT_BINARY_DIR}/${generated_file} @ONLY)