2015-04-26 12:28:01 +00:00
|
|
|
|
2018-07-31 15:57:58 +00:00
|
|
|
include_directories(
|
2018-11-21 21:07:54 +00:00
|
|
|
${REACTOS_SOURCE_DIR}/sdk/lib/udmihelp)
|
2018-07-31 15:57:58 +00:00
|
|
|
|
2015-05-05 00:18:15 +00:00
|
|
|
add_executable(systeminfo systeminfo.c systeminfo.rc)
|
2015-04-26 12:28:01 +00:00
|
|
|
set_module_type(systeminfo win32cui)
|
2018-07-31 15:57:58 +00:00
|
|
|
target_link_libraries(systeminfo udmihelp)
|
2015-04-26 12:28:01 +00:00
|
|
|
add_importlibs(systeminfo user32 advapi32 netapi32 shlwapi iphlpapi ws2_32 msvcrt kernel32 ntdll)
|
|
|
|
add_cd_file(TARGET systeminfo DESTINATION reactos/system32 FOR all)
|