mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
6 lines
No EOL
203 B
CMake
6 lines
No EOL
203 B
CMake
# 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}) |