mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
Moved the C++ Lexer we have from LibGUI to here, so that other components could use it without linking with LibGUI.
7 lines
89 B
CMake
7 lines
89 B
CMake
set(SOURCES
|
|
Lexer.cpp
|
|
)
|
|
|
|
serenity_lib(LibCpp cpp)
|
|
target_link_libraries(LibCpp LibC)
|