1
0
Fork 0
forked from fun/fun

Made the parser more path compatible to other OS\'s, especially Windows. (0.13.0)

This commit is contained in:
Johannes Findeisen 2025-09-30 16:54:47 +02:00
commit 08b1680bc6
3 changed files with 46 additions and 18 deletions

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(fun VERSION 0.12.6 LANGUAGES C)
project(fun VERSION 0.13.0 LANGUAGES C)
set(CMAKE_C_STANDARD 11)
set(CMAKE_C_STANDARD_REQUIRED ON)
@ -69,7 +69,7 @@ install(TARGETS fun
# Libs
install(DIRECTORY lib/
DESTINATION /usr/lib/fun
DESTINATION /usr/share/fun/lib
FILES_MATCHING PATTERN "*.fun")
# Optionally install example scripts