reactos/base/system/subst/CMakeLists.txt
Amine Khaldi 0ee830d7a4 * Create a branch for USB experiments.
svn path=/branches/usb-experiments/; revision=72629
2016-09-09 15:11:19 +00:00

5 lines
194 B
CMake

add_executable(subst subst.c subst.rc)
set_module_type(subst win32cui UNICODE)
add_importlibs(subst msvcrt kernel32 user32 ntdll)
add_cd_file(TARGET subst DESTINATION reactos/system32 FOR all)