reactos/lib/tdilib/CMakeLists.txt
Amine Khaldi 30bb25e2f0 [CMAKE]
- Improve most of the static libraries.

svn path=/branches/cmake-bringup/; revision=49479
2010-11-05 12:02:12 +00:00

6 lines
207 B
CMake

# FIXFIX: You guys should move this header in include/reactos/libs/iphlpapi!
include_directories(${REACTOS_SOURCE_DIR}/dll/win32/iphlpapi)
add_library(tdilib enum.c handle.c)
add_dependencies(tdilib psdk)