mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 13:30:59 +00:00
Calling the file MainWindow.gml (and subsequently using MainWindowGML.h
for the generated file's name) suggests that's possible for every
application, but having a second one anywhere results in the following
CMake error:
add_custom_target cannot create target "generate_MainWindowGML.h"
because another target with the same name already exists. The
existing target is a custom target created in source directory [...]
It's now also more consistent with the other applications already using
GML, namely "BrowserWindow.gml" and "FileManagerWindow.gml".
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| main.cpp | ||
| TextEditorWidget.cpp | ||
| TextEditorWidget.h | ||
| TextEditorWindow.gml | ||