1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-23 02:56:09 +00:00
reactos/base/shell/filebrowser/CMakeLists.txt

13 lines
281 B
Text
Raw Normal View History

PROJECT(SHELL)
list(APPEND SOURCE
filebrowser.c
filebrowser.rc)
add_executable(filebrowser ${SOURCE})
set_module_type(filebrowser win32gui UNICODE)
add_importlibs(filebrowser shell32 browseui msvcrt kernel32)
add_cd_file(TARGET filebrowser DESTINATION reactos FOR all)