mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
10 lines
225 B
CMake
10 lines
225 B
CMake
set(SOURCES
|
|
Editor.cpp
|
|
InternalFunctions.cpp
|
|
KeyCallbackMachine.cpp
|
|
SuggestionManager.cpp
|
|
XtermSuggestionDisplay.cpp
|
|
)
|
|
|
|
serenity_lib(LibLine line)
|
|
target_link_libraries(LibLine PRIVATE LibCore LibUnicode)
|