mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[CMAKE]
- Fix adns lib. svn path=/branches/cmake-bringup/; revision=48598
This commit is contained in:
Vendored
+14
-1
@@ -1,9 +1,22 @@
|
||||
|
||||
include_directories(src)
|
||||
include_directories(adns_win32)
|
||||
|
||||
add_definitions(-D_DLL -D__USE_CRTIMP)
|
||||
add_definitions(-DADNS_JGAA_WIN32)
|
||||
|
||||
file(GLOB_RECURSE SOURCE "/src/*.c" "./adns_win32/*.c")
|
||||
list(APPEND SOURCE
|
||||
adns_win32/adns_unix_calls.c
|
||||
src/check.c
|
||||
src/event.c
|
||||
src/general.c
|
||||
src/parse.c
|
||||
src/poll.c
|
||||
src/query.c
|
||||
src/reply.c
|
||||
src/setup.c
|
||||
src/transmit.c
|
||||
src/types.c)
|
||||
|
||||
add_library(adns ${SOURCE})
|
||||
add_dependencies(adns psdk)
|
||||
Reference in New Issue
Block a user