reactos/base/applications/cmdutils/xcopy/CMakeLists.txt
Jérôme Gardou 38dd8fce5f [CMAKE]
- improve cacls build file
  - add charmap, dbgprint, doskey, find, hostname, lodctr, more, reg and xcopy build files
  - add win32cui module type to msc toolchain
find is commented out for now. 

svn path=/branches/cmake-bringup/; revision=48875
2010-09-25 15:31:18 +00:00

11 lines
182 B
CMake

add_executable(xcopy
xcopy.c
rsrc.rc)
set_module_type(xcopy win32cui)
set_unicode(xcopy yes)
add_importlibs(xcopy shell32 user32 msvcrt)
target_link_libraries(xcopy wine)