mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +00:00
94fd5aceb2
- Add ext2lib, ntfslib, vfatlib and vfatxlib to build. svn path=/branches/cmake-bringup/; revision=48304
4 lines
87 B
CMake
4 lines
87 B
CMake
|
|
include_directories(.)
|
|
file(GLOB_RECURSE SOURCE "*.c")
|
|
add_library(ext2lib ${SOURCE})
|