mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
9 lines
142 B
CMake
9 lines
142 B
CMake
|
|
list(APPEND SOURCE
|
|
dmilib.c
|
|
precomp.h)
|
|
|
|
add_library(dmilib ${SOURCE})
|
|
add_pch(dmilib precomp.h SOURCE)
|
|
add_dependencies(dmilib psdk)
|