mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
11 lines
238 B
CMake
11 lines
238 B
CMake
compile_json_gui(MainWindow.json MainWindowUI.h main_window_ui_json)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
TextEditorWidget.cpp
|
|
MainWindowUI.h
|
|
)
|
|
|
|
serenity_bin(TextEditor)
|
|
target_link_libraries(TextEditor LibWeb LibMarkdown LibGUI LibDesktop)
|