mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
4f0b8d3db0
svn path=/branches/ntvdm/; revision=59241
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)
|