reactos/base/system/subst/CMakeLists.txt
Amine Khaldi 9fa710c813 * Sync with recent trunk (r52637).
svn path=/branches/GSoC_2011/ThemesSupport/; revision=52643
2011-07-11 19:40:43 +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)