mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:52:11 +00:00
[SDK] Add user-mode DMI/SMBIOS helper library
CORE-5961
This commit is contained in:
parent
22e86add33
commit
4259aab7b0
5 changed files with 226 additions and 0 deletions
12
sdk/lib/udmihelp/CMakeLists.txt
Normal file
12
sdk/lib/udmihelp/CMakeLists.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
include_directories(
|
||||
${REACTOS_SOURCE_DIR}/sdk/lib/dmilib)
|
||||
|
||||
list(APPEND SOURCE
|
||||
udmihelp.c
|
||||
precomp.h)
|
||||
|
||||
add_library(udmihelp ${SOURCE})
|
||||
target_link_libraries(udmihelp dmilib)
|
||||
add_pch(udmihelp precomp.h SOURCE)
|
||||
add_dependencies(udmihelp psdk)
|
Loading…
Add table
Add a link
Reference in a new issue