mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-13 19:49:49 +00:00
10 lines
146 B
CMake
10 lines
146 B
CMake
set(SOURCES
|
|
Lexer.cpp
|
|
Parser.cpp
|
|
Token.cpp
|
|
)
|
|
|
|
serenity_lib(LibSQL sql)
|
|
target_link_libraries(LibSQL LibCore)
|
|
|
|
add_subdirectory(Tests)
|