mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
11 lines
211 B
CMake
11 lines
211 B
CMake
set(SOURCES
|
|
Editor.cpp
|
|
InternalFunctions.cpp
|
|
KeyCallbackMachine.cpp
|
|
SuggestionManager.cpp
|
|
XtermSuggestionDisplay.cpp
|
|
)
|
|
|
|
serenity_lib(LibLine line)
|
|
target_link_libraries(LibLine LibC LibCore)
|