Make CMake calls consistent.
This commit is contained in:
parent
b850afce37
commit
bb07382b59
|
@ -6,7 +6,7 @@ endif(TARGET lex)
|
|||
|
||||
project(liblex)
|
||||
|
||||
ADD_COMPILE_OPTIONS(-pedantic -Wall)
|
||||
add_compile_options(-pedantic -Wall)
|
||||
|
||||
add_library(lex STATIC src/pattern.c src/pairmap.c src/eval.c)
|
||||
add_executable(liblex src/main.c)
|
||||
|
|
Loading…
Reference in New Issue
Block a user