mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 21:25:07 +00:00
10 lines
247 B
CMake
10 lines
247 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 LibShell LibDesktop)
|