mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +00:00
5 lines
88 B
Text
5 lines
88 B
Text
|
|
||
|
include_directories(.)
|
||
|
file(GLOB_RECURSE SOURCE "*.c")
|
||
|
add_library(vfatxlib ${SOURCE})
|