mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
9 lines
142 B
Text
9 lines
142 B
Text
|
|
||
|
list(APPEND SOURCE
|
||
|
dmilib.c
|
||
|
precomp.h)
|
||
|
|
||
|
add_library(dmilib ${SOURCE})
|
||
|
add_pch(dmilib precomp.h SOURCE)
|
||
|
add_dependencies(dmilib psdk)
|