1 2include_directories( 3 ${REACTOS_SOURCE_DIR}/drivers/filesystems/btrfs) 4 5add_library(btrfslib btrfslib.c) 6add_dependencies(btrfslib psdk) 7