mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
6 lines
203 B
Text
6 lines
203 B
Text
|
# FIXFIX: You guys should move this header in include/reactos/libs/iphlpapi!
|
||
|
include_directories(${REACTOS_SOURCE_DIR}/dll/win32/iphlpapi)
|
||
|
|
||
|
file(GLOB_RECURSE SOURCE "*.c")
|
||
|
|
||
|
add_library(tdilib ${SOURCE})
|