mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:26:20 +00:00
[CMAKE]
- Add proper dependencies on psdk. - Parallel build works now. svn path=/branches/cmake-bringup/; revision=48303
This commit is contained in:
parent
a633674741
commit
e16d438002
4 changed files with 6 additions and 2 deletions
3
lib/3rdparty/adns/CMakeLists.txt
vendored
3
lib/3rdparty/adns/CMakeLists.txt
vendored
|
@ -5,4 +5,5 @@ add_definitions(-DADNS_JGAA_WIN32)
|
|||
|
||||
file(GLOB_RECURSE SOURCE "/src/*.c" "./adns_win32/*.c")
|
||||
|
||||
add_library(adns ${SOURCE})
|
||||
add_library(adns ${SOURCE})
|
||||
add_dependencies(adns psdk)
|
3
lib/3rdparty/cardlib/CMakeLists.txt
vendored
3
lib/3rdparty/cardlib/CMakeLists.txt
vendored
|
@ -1,3 +1,4 @@
|
|||
file(GLOB_RECURSE SOURCE "*.cpp")
|
||||
|
||||
add_library(cardlib ${SOURCE})
|
||||
add_library(cardlib ${SOURCE})
|
||||
add_dependencies(cardlib psdk)
|
Loading…
Add table
Add a link
Reference in a new issue