1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-10 10:44:12 +00:00
reactos/base/shell/filebrowser/CMakeLists.txt

16 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
msvcrt
kernel32)
add_cd_file(TARGET explorer DESTINATION reactos FOR all)