mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-25 05:55:13 +00:00
Moved the C++ Lexer we have from LibGUI to here, so that other components could use it without linking with LibGUI.
6 lines
89 B
CMake
6 lines
89 B
CMake
set(SOURCES
|
|
Lexer.cpp
|
|
)
|
|
|
|
serenity_lib(LibCpp cpp)
|
|
target_link_libraries(LibCpp LibC)
|