mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
13 lines
253 B
Text
13 lines
253 B
Text
|
|
||
|
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)
|