12 lines
176 B
CMake
12 lines
176 B
CMake
add_library(lib
|
|
compile.c
|
|
construct.c
|
|
convert.c
|
|
fsa.c
|
|
min_heap.c
|
|
parse.c
|
|
regex.c
|
|
)
|
|
set_default_target_options(lib)
|
|
target_include_directories(lib PUBLIC include)
|