projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[CMAKE]
[reactos.git]
/
lib
/
tdilib
/
CMakeLists.txt
1
# FIXFIX: You guys should move this header in include/reactos/libs/iphlpapi!
2
include_directories(${REACTOS_SOURCE_DIR}/dll/win32/iphlpapi)
3
4
file(GLOB_RECURSE SOURCE "*.c")
5
6
add_library(tdilib ${SOURCE})