mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
8 lines
142 B
CMake
8 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)
|