mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 02:03:06 -05:00
39364bdda4
New serenity_app() targets can be defined which allows application icons to be emedded directly into the executable. The embedded icons will then be used when creating an icon for that file in LibGUI.
13 lines
325 B
CMake
13 lines
325 B
CMake
compile_gml(FileManagerWindow.gml FileManagerWindowGML.h file_manager_window_gml)
|
|
|
|
set(SOURCES
|
|
DesktopWidget.cpp
|
|
DirectoryView.cpp
|
|
FileManagerWindowGML.h
|
|
FileUtils.cpp
|
|
main.cpp
|
|
PropertiesDialog.cpp
|
|
)
|
|
|
|
serenity_app(FileManager ICON filetype-folder)
|
|
target_link_libraries(FileManager LibGUI LibDesktop)
|