1 2include_directories( 3 ${REACTOS_SOURCE_DIR}/sdk/lib/udmihelp) 4 5add_executable(systeminfo systeminfo.c systeminfo.rc) 6set_module_type(systeminfo win32cui) 7target_link_libraries(systeminfo udmihelp) 8add_importlibs(systeminfo user32 advapi32 netapi32 shlwapi iphlpapi ws2_32 msvcrt kernel32 ntdll) 9add_cd_file(TARGET systeminfo DESTINATION reactos/system32 FOR all) 10