mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
4259aab7b0
CORE-5961
13 lines
253 B
CMake
13 lines
253 B
CMake
|
|
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)
|