- Add ext2lib, ntfslib, vfatlib and vfatxlib to build.

svn path=/branches/cmake-bringup/; revision=48304
This commit is contained in:
Amine Khaldi 2010-07-27 13:09:55 +00:00
parent e16d438002
commit 94fd5aceb2
6 changed files with 23 additions and 1 deletions

View file

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