mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 09:18:05 +03:00
1e67435ff5
This is what this function really does, it doesn't compile anything.
19 lines
435 B
CMake
19 lines
435 B
CMake
serenity_component(
|
|
PartitionEditor
|
|
TARGETS PartitionEditor
|
|
)
|
|
|
|
stringify_gml(PartitionEditorWindow.gml PartitionEditorWindowGML.h partition_editor_window_gml)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
PartitionModel.cpp
|
|
)
|
|
|
|
set(GENERATED_SOURCES
|
|
PartitionEditorWindowGML.h
|
|
)
|
|
|
|
serenity_app(PartitionEditor ICON app-partition-editor)
|
|
target_link_libraries(PartitionEditor PRIVATE LibCore LibFileSystem LibGfx LibMain LibGUI LibPartition)
|