mirror of
https://github.com/reactos/reactos.git
synced 2025-06-27 06:19:44 +00:00

* Svn glitched out when applying a patch svn path=/branches/shell-experiments/; revision=62450
15 lines
281 B
CMake
15 lines
281 B
CMake
|
|
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)
|