mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:48:14 +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)
|