Just cosmetis. (0.6.1)
This commit is contained in:
parent
045d1c2809
commit
293c2b0b2f
1 changed files with 3 additions and 2 deletions
|
|
@ -64,15 +64,16 @@ add_custom_target(distclean
|
||||||
)
|
)
|
||||||
|
|
||||||
# Install rules
|
# Install rules
|
||||||
# - Binary
|
# Binary
|
||||||
install(TARGETS fun
|
install(TARGETS fun
|
||||||
RUNTIME DESTINATION /usr/bin)
|
RUNTIME DESTINATION /usr/bin)
|
||||||
|
|
||||||
|
# Libs
|
||||||
install(DIRECTORY lib/
|
install(DIRECTORY lib/
|
||||||
DESTINATION /usr/lib/fun
|
DESTINATION /usr/lib/fun
|
||||||
FILES_MATCHING PATTERN "*.fun")
|
FILES_MATCHING PATTERN "*.fun")
|
||||||
|
|
||||||
# - Optionally install example scripts
|
# Optionally install example scripts
|
||||||
option(FUN_INSTALL_EXAMPLES "Install example .fun scripts" ON)
|
option(FUN_INSTALL_EXAMPLES "Install example .fun scripts" ON)
|
||||||
if(FUN_INSTALL_EXAMPLES)
|
if(FUN_INSTALL_EXAMPLES)
|
||||||
install(DIRECTORY examples/
|
install(DIRECTORY examples/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue