mirror of
https://github.com/reactos/reactos.git
synced 2025-04-30 02:58:48 +00:00
[CMAKE]
- Improve uuid and add psdk dependency. svn path=/branches/cmake-bringup/; revision=48872
This commit is contained in:
parent
4b8f69dfac
commit
afe5d2ee6e
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
|
||||
file(GLOB_RECURSE SOURCE "*.c")
|
||||
add_library(uuid ${SOURCE})
|
||||
add_library(uuid uuid.c)
|
||||
add_dependencies(uuid psdk)
|
||||
|
|
Loading…
Reference in a new issue