[CMAKE]: Build more stuff.

svn path=/branches/cmake-bringup/; revision=48264
This commit is contained in:
Sir Richard 2010-07-25 21:24:00 +00:00
parent 3b4b183c21
commit 4a961b42be
9 changed files with 40 additions and 0 deletions

View file

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