mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
bf53d7ff64
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)
|