mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 14:19:25 +00:00
cd87007594
Fix binpatch and systeminfo MSVC build. svn path=/trunk/; revision=67550
5 lines
258 B
CMake
5 lines
258 B
CMake
|
|
add_executable(systeminfo systeminfo.c systeminfo.rc)
|
|
set_module_type(systeminfo win32cui)
|
|
add_importlibs(systeminfo user32 advapi32 netapi32 shlwapi iphlpapi ws2_32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET systeminfo DESTINATION reactos/system32 FOR all)
|