From 4d7283bc2bd77e3c5a9122b0cf85b7f4d2b1a63e Mon Sep 17 00:00:00 2001 From: ayaankhan98 Date: Sat, 5 Dec 2020 12:51:00 +0530 Subject: [PATCH] cmake install rules --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b6eae887f..897253d87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,3 +64,5 @@ else() add_custom_target(amalgamation ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/crow_all.h) endif() + +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/crow_all.h DESTINATION include)