From e54fed4952461b9e3f30e16dbf32403b614dbcb0 Mon Sep 17 00:00:00 2001 From: eidheim Date: Sat, 29 Aug 2015 11:29:14 +0200 Subject: [PATCH] Now should install to include/libclangmm. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5e6a325..640cba3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -56,4 +56,4 @@ endif() target_link_libraries(${project_name} ${LIBCLANG_LIBRARIES}) install(TARGETS ${project_name} RUNTIME DESTINATION bin LIBRARY DESTINATION lib) -install(FILES ${header_files} DESTINATION include) +install(FILES ${header_files} DESTINATION include/libclangmm)