reactos/base/system/subst/CMakeLists.txt
Amine Khaldi 178300c8a6 * Sync to trunk HEAD (r53318).
* Fix PCH use in shell32.

svn path=/branches/shell32_new-bringup/; revision=53319
2011-08-19 17:45:34 +00:00

9 lines
206 B
CMake

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