mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
30bb25e2f0
- Improve most of the static libraries. svn path=/branches/cmake-bringup/; revision=49479
5 lines
207 B
CMake
5 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)
|