mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
e16d438002
- Add proper dependencies on psdk. - Parallel build works now. svn path=/branches/cmake-bringup/; revision=48303
4 lines
No EOL
96 B
CMake
4 lines
No EOL
96 B
CMake
file(GLOB_RECURSE SOURCE "*.cpp")
|
|
|
|
add_library(cardlib ${SOURCE})
|
|
add_dependencies(cardlib psdk) |