reactos/base/applications/cmdutils/xcopy/CMakeLists.txt
Jérôme Gardou 5835ca9362 [CMAKE]
- fix msvc xcopy compilation by merging 48948 and linking it to ntdll

svn path=/branches/cmake-bringup/; revision=48949
2010-09-30 21:49:15 +00:00

11 lines
188 B
CMake

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