mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-12 02:36:39 +00:00
11 lines
146 B
CMake
11 lines
146 B
CMake
set(SOURCES
|
|
Lexer.cpp
|
|
Parser.cpp
|
|
Token.cpp
|
|
)
|
|
|
|
serenity_lib(LibSQL sql)
|
|
target_link_libraries(LibSQL LibCore)
|
|
|
|
add_subdirectory(Tests)
|