- Add proper dependencies on psdk.
- Parallel build works now.

svn path=/branches/cmake-bringup/; revision=48303
This commit is contained in:
Amine Khaldi 2010-07-27 12:53:24 +00:00
parent a633674741
commit e16d438002
4 changed files with 6 additions and 2 deletions

View file

@ -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)

View file

@ -1,3 +1,4 @@
file(GLOB_RECURSE SOURCE "*.cpp")
add_library(cardlib ${SOURCE})
add_library(cardlib ${SOURCE})
add_dependencies(cardlib psdk)