* Sync the recent cmake branch changes.
[reactos.git] / base / system / subst / CMakeLists.txt
1
2 include_directories(.)
3 set_rc_compiler()
4
5 add_definitions(-D_DLL -D__USE_CRTIMP)
6
7 add_executable(subst subst.c subst.rc)
8
9 set_module_type(subst win32cui)
10 add_importlibs(subst msvcrt kernel32 user32 ntdll)
11 add_cd_file(TARGET subst DESTINATION reactos/system32 FOR all)