mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:07:44 +00:00
Userland: Properly populate GENERATED_SOURCES
We previously put the generated headers in SOURCES, which did not mark them as GENERATED (and did not produce a proper dependency). This commit moves all generated headers into GENERATED_SOURCES, and removes useless header SOURCES.
This commit is contained in:
parent
c88058cea2
commit
166a905951
54 changed files with 236 additions and 97 deletions
|
@ -20,8 +20,6 @@ set(SOURCES
|
|||
CellType/String.cpp
|
||||
CellType/Type.cpp
|
||||
CellTypeDialog.cpp
|
||||
CondFormattingGML.h
|
||||
CondFormattingViewGML.h
|
||||
ExportDialog.cpp
|
||||
HelpWindow.cpp
|
||||
ImportDialog.cpp
|
||||
|
@ -38,6 +36,8 @@ set(SOURCES
|
|||
set(GENERATED_SOURCES
|
||||
CSVExportGML.h
|
||||
CSVImportGML.h
|
||||
CondFormattingGML.h
|
||||
CondFormattingViewGML.h
|
||||
FormatSelectionPageGML.h
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue