reactos/lib/fslib/vfatlib/CMakeLists.txt

5 lines
95 B
CMake
Raw Normal View History

file(GLOB_RECURSE SOURCE "*.c")
add_library(vfatlib ${SOURCE})
add_dependencies(vfatlib psdk)