mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:35:53 +00:00
[CMAKE]: Add almost all the 3rdparty libs. The remaining ones are more annoying and will require more handwriting. I'm letting someone else write those out.
svn path=/branches/cmake-bringup/; revision=48270
This commit is contained in:
parent
8235c4622d
commit
8efcb1c052
11 changed files with 114 additions and 0 deletions
8
lib/3rdparty/adns/CMakeLists.txt
vendored
Normal file
8
lib/3rdparty/adns/CMakeLists.txt
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
include_directories(./src)
|
||||
include_directories(./adns_win32)
|
||||
|
||||
add_definitions(-DADNS_JGAA_WIN32)
|
||||
|
||||
file(GLOB_RECURSE SOURCE "/src/*.c" "./adns_win32/*.c")
|
||||
|
||||
add_library(adns ${SOURCE})
|
Loading…
Add table
Add a link
Reference in a new issue