From 293c2b0b2f699f95f30ecc12557887830e753179 Mon Sep 17 00:00:00 2001 From: hanez Date: Sat, 27 Sep 2025 18:53:28 +0200 Subject: [PATCH] Just cosmetis. (0.6.1) --- CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e291d7..d7b0193 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,15 +64,16 @@ add_custom_target(distclean ) # Install rules -# - Binary +# Binary install(TARGETS fun RUNTIME DESTINATION /usr/bin) +# Libs install(DIRECTORY lib/ DESTINATION /usr/lib/fun FILES_MATCHING PATTERN "*.fun") -# - Optionally install example scripts +# Optionally install example scripts option(FUN_INSTALL_EXAMPLES "Install example .fun scripts" ON) if(FUN_INSTALL_EXAMPLES) install(DIRECTORY examples/