reactos/lib/epsapi/CMakeLists.txt
Amine Khaldi ddb3d908c9 * Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
svn path=/branches/shell-experiments/; revision=62286
2014-02-22 10:31:26 +00:00

11 lines
198 B
CMake

list(APPEND SOURCE
enum/drivers.c
enum/modules.c
enum/processes.c
enum/precomp.h)
add_library(epsapi ${SOURCE})
add_pch(epsapi enum/precomp.h SOURCE)
add_dependencies(epsapi psdk)