1
0
Fork 0
forked from fun/fun

Just cosmetis. (0.6.1)

This commit is contained in:
Johannes Findeisen 2025-09-27 18:53:28 +02:00
commit 293c2b0b2f

View file

@ -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/