reactos/lib/epsapi/CMakeLists.txt
Amine Khaldi 178300c8a6 * Sync to trunk HEAD (r53318).
* Fix PCH use in shell32.

svn path=/branches/shell32_new-bringup/; revision=53319
2011-08-19 17:45:34 +00:00

9 lines
142 B
CMake

add_library(epsapi
enum/drivers.c
enum/modules.c
enum/processes.c)
add_pch(epsapi enum/precomp.h)
add_dependencies(epsapi psdk)