add_library(lib construct.c desugar.c fsa.c parse.c regex.c ) set_default_target_options(lib) target_include_directories(lib PUBLIC include)