mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 19:22:30 -05: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)
|