10 lines
151 B
CMake
10 lines
151 B
CMake
add_library(lib
|
|
construct.c
|
|
desugar.c
|
|
fsa.c
|
|
parse.c
|
|
regex.c
|
|
)
|
|
set_default_target_options(lib)
|
|
target_include_directories(lib PUBLIC include)
|