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

View file

@ -6,6 +6,7 @@ if(CMAKE_CROSSCOMPILING)
file(GLOB_RECURSE SOURCE "infros*.c")
add_library(inflib ${GLOBAL_FILES} ${SOURCE})
add_dependencies(inflib psdk)
else()

View file

@ -6,6 +6,7 @@ if(CMAKE_CROSSCOMPILING)
file(GLOB_RECURSE SOURCE "infros*.c")
add_library(newinflib ${GLOBAL_FILES} ${SOURCE})
add_dependencies(newinflib psdk)
else()