mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
10 lines
172 B
CMake
10 lines
172 B
CMake
set(SOURCES
|
|
DirectoryView.cpp
|
|
FileUtils.cpp
|
|
main.cpp
|
|
PropertiesDialog.cpp
|
|
)
|
|
|
|
serenity_bin(FileManager)
|
|
target_link_libraries(FileManager LibGUI LibDesktop)
|