mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +00:00
34db564f0a
- Improve header inclusions. svn path=/branches/cmake-bringup/; revision=48442
3 lines
64 B
CMake
3 lines
64 B
CMake
|
|
file(GLOB_RECURSE SOURCE "*.c")
|
|
add_library(ntfslib ${SOURCE})
|