mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
9 lines
172 B
CMake
9 lines
172 B
CMake
set(SOURCES
|
|
DirectoryView.cpp
|
|
FileUtils.cpp
|
|
main.cpp
|
|
PropertiesDialog.cpp
|
|
)
|
|
|
|
serenity_bin(FileManager)
|
|
target_link_libraries(FileManager LibGUI LibDesktop)
|