From c2cf8c725bc6f6301b336e83e5e623e4ca1221c5 Mon Sep 17 00:00:00 2001 From: Tom Spyrou Date: Wed, 20 Nov 2019 06:48:49 -0800 Subject: [PATCH] Update install target to also install the /etc directory with the flute magic files. Its expected these will go away soon but installing the /etc directory is typically done. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c52de1289c..f804b8c2bdd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,3 +64,4 @@ configure_file( ################################################################ add_subdirectory(src) +INSTALL( DIRECTORY etc DESTINATION .)