mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
c1195f5300
Include only one user-mode DMI library. Addendum to baf2c0c
.
10 lines
367 B
CMake
10 lines
367 B
CMake
|
|
include_directories(
|
|
${REACTOS_SOURCE_DIR}/sdk/lib/udmihelp)
|
|
|
|
add_executable(systeminfo systeminfo.c systeminfo.rc)
|
|
set_module_type(systeminfo win32cui)
|
|
target_link_libraries(systeminfo udmihelp)
|
|
add_importlibs(systeminfo user32 advapi32 netapi32 shlwapi iphlpapi ws2_32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET systeminfo DESTINATION reactos/system32 FOR all)
|