reactos/lib/3rdparty/fullfat/CMakeLists.txt

6 lines
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})