From 8038df1360376270eec45cddfa668e22160e5263 Mon Sep 17 00:00:00 2001 From: Sergii Kryvonos Date: Fri, 19 Apr 2024 10:35:18 +0200 Subject: [PATCH] Install modules dir --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 908ff69..cb7e338 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,3 +40,5 @@ endif(BUILD_TESTS OR OPENMIND_BUILD_TESTS) # OpenMind: traverse subprojects fold(libskrypt) # parse libskrypt prior to skrypt + +install(DIRECTORY modules DESTINATION modules)