projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[CMAKE]
[reactos.git]
/
lib
/
3rdparty
/
adns
/
CMakeLists.txt
1
include_directories(src)
2
include_directories(adns_win32)
3
4
add_definitions(-DADNS_JGAA_WIN32)
5
6
file(GLOB_RECURSE SOURCE "/src/*.c" "./adns_win32/*.c")
7
8
add_library(adns ${SOURCE})
9
add_dependencies(adns psdk)