reactos/lib/fslib/vfatlib/CMakeLists.txt
Amine Khaldi 94fd5aceb2 [CMAKE]
- Add ext2lib, ntfslib, vfatlib and vfatxlib to build.

svn path=/branches/cmake-bringup/; revision=48304
2010-07-27 13:09:55 +00:00

6 lines
118 B
CMake

include_directories(.)
file(GLOB_RECURSE SOURCE "*.c")
add_library(vfatlib ${SOURCE})
add_dependencies(vfatlib psdk)