mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
34db564f0a
- Improve header inclusions. svn path=/branches/cmake-bringup/; revision=48442
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}) |