mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
14 lines
325 B
CMake
14 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
|
|
PropertiesWindow.cpp
|
|
)
|
|
|
|
serenity_app(FileManager ICON filetype-folder)
|
|
target_link_libraries(FileManager LibGUI LibDesktop)
|