mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:21:50 +00:00
[CMAKE]
- Improve hal, adns and bzip2. svn path=/branches/cmake-bringup/; revision=49471
This commit is contained in:
parent
08bb8bef3d
commit
12ab761aa1
3 changed files with 20 additions and 15 deletions
10
lib/3rdparty/adns/CMakeLists.txt
vendored
10
lib/3rdparty/adns/CMakeLists.txt
vendored
|
@ -1,9 +1,11 @@
|
|||
|
||||
include_directories(src)
|
||||
include_directories(adns_win32)
|
||||
include_directories(
|
||||
src
|
||||
adns_win32)
|
||||
|
||||
add_definitions(-D_DLL -D__USE_CRTIMP)
|
||||
add_definitions(-DADNS_JGAA_WIN32)
|
||||
add_definitions(
|
||||
-D_DLL -D__USE_CRTIMP
|
||||
-DADNS_JGAA_WIN32)
|
||||
|
||||
list(APPEND SOURCE
|
||||
adns_win32/adns_unix_calls.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue