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)