mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 20:32:36 +00:00
9393fc320e
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
12 lines
292 B
CMake
12 lines
292 B
CMake
|
|
# FIXFIX: You guys should move this header in include/reactos/libs/iphlpapi!
|
|
include_directories(${REACTOS_SOURCE_DIR}/dll/win32/iphlpapi)
|
|
list(APPEND SOURCE
|
|
enum.c
|
|
handle.c
|
|
precomp.h)
|
|
|
|
add_library(tdilib ${SOURCE})
|
|
add_pch(tdilib precomp.h SOURCE)
|
|
add_dependencies(tdilib psdk)
|