- Improve most of the static libraries.

svn path=/branches/cmake-bringup/; revision=49479
This commit is contained in:
Amine Khaldi 2010-11-05 12:02:12 +00:00
parent b9041e39bf
commit 30bb25e2f0
21 changed files with 61 additions and 52 deletions

View file

@ -1,3 +1,2 @@
file(GLOB_RECURSE SOURCE "*.c")
add_library(wdmguid ${SOURCE})
add_library(wdmguid wdmguid.c)