[CLT2012]
[reactos.git] / base / system / subst / CMakeLists.txt
1
2 set_rc_compiler()
3
4 add_executable(subst subst.c subst.rc)
5
6 set_module_type(subst win32cui UNICODE)
7 add_importlibs(subst msvcrt kernel32 user32 ntdll)
8 add_cd_file(TARGET subst DESTINATION reactos/system32 FOR all)