mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
f44e914e80
svn path=/branches/ros-csrss/; revision=58034
5 lines
194 B
CMake
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)
|