[CMAKE]: Build all the remaining host tools/libraries (I think).

[CMAKE]: Fix definitions for some libraries.
[CMAKE]: Build host tools with appropriate flags.

svn path=/branches/cmake-bringup/; revision=48268
This commit is contained in:
Sir Richard 2010-07-25 23:54:32 +00:00
parent 02b1c8a4e2
commit 8235c4622d
9 changed files with 75 additions and 7 deletions

View file

@ -0,0 +1,5 @@
file(GLOB_RECURSE SOURCE "*.c")
add_library(host_wcsfuncs ${SOURCE})