mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
2b82fe44ea
- Create a branch to drop my ndisuio work svn path=/branches/wlan-bringup/; revision=54809
8 lines
214 B
CMake
8 lines
214 B
CMake
|
|
set_rc_compiler()
|
|
|
|
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)
|