features: Now it will add xattrs support to an specific directory (instead of the...
[rrq/fuse_xattrs.git] / CMakeLists.txt
index 1343d3ff514a9dc9c981888274ee4e8304f847cf..4b4f27fb78b51aa135162de3e6348bc84557e034 100644 (file)
@@ -45,7 +45,7 @@ set(SOURCE_FILES
         utils.c
         utils.h
         const.h
-)
+        fuse_xattrs_config.h)
 
 add_executable(fuse_xattrs ${SOURCE_FILES})