mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 19:19:44 +03:00
11 lines
194 B
CMake
11 lines
194 B
CMake
set(SOURCES
|
|
DesktopWidget.cpp
|
|
DirectoryView.cpp
|
|
FileUtils.cpp
|
|
main.cpp
|
|
PropertiesDialog.cpp
|
|
)
|
|
|
|
serenity_bin(FileManager)
|
|
target_link_libraries(FileManager LibGUI LibDesktop)
|