From 8cdc32d79b711b2578353d2bc1b2021a0bfe93d8 Mon Sep 17 00:00:00 2001 From: Alexis LG Date: Sun, 15 Mar 2020 19:37:42 +0100 Subject: [PATCH] Update CMakeLists.txt Adding "install" to CMake --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e5f63bb..ca45acf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,3 +39,5 @@ enable_testing() add_subdirectory(test) add_subdirectory(example) add_subdirectory(lint) + +install(FILES peglib.h DESTINATION include)