mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
8efcb1c052
svn path=/branches/cmake-bringup/; revision=48270
6 lines
No EOL
168 B
CMake
6 lines
No EOL
168 B
CMake
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/libs/fullfat)
|
|
|
|
add_definitions(-D__NTDRIVER__)
|
|
file(GLOB_RECURSE SOURCE "*.c")
|
|
|
|
add_library(fullfat ${SOURCE}) |