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)
|