ladybird/Userland/Applications/PartitionEditor/CMakeLists.txt
kleines Filmröllchen 1e67435ff5 Meta: Rename compile_gml to stringify_gml
This is what this function really does, it doesn't compile anything.
2023-08-11 21:33:48 +02:00

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)