mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 02:45:41 +00:00
[CMAKE]
- Add ext2lib, ntfslib, vfatlib and vfatxlib to build. svn path=/branches/cmake-bringup/; revision=48304
This commit is contained in:
parent
e16d438002
commit
94fd5aceb2
6 changed files with 23 additions and 1 deletions
4
lib/fslib/ntfslib/CMakeLists.txt
Normal file
4
lib/fslib/ntfslib/CMakeLists.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
include_directories(.)
|
||||
file(GLOB_RECURSE SOURCE "*.c")
|
||||
add_library(ntfslib ${SOURCE})
|
Loading…
Add table
Add a link
Reference in a new issue