X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;h=18bcb282797e29258884951a3323e63efd7c791b;hb=e1638f69d947c750f140f3814a1db38fc3f877ad;hp=b7403a4d63fe796cb3d4ac4fb66d6a6b8268e963;hpb=44ba89e4e046391df5001e48b9469f7c0ef254f7;p=rrq%2Ffuse_xattrs.git diff --git a/CMakeLists.txt b/CMakeLists.txt index b7403a4..18bcb28 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8 FATAL_ERROR) project(fuse_xattrs C) set(FUSE_XATTRS_VERSION_MAJOR 0) -set(FUSE_XATTRS_VERSION_MINOR 3) +set(FUSE_XATTRS_VERSION_MINOR 5) set(BINARY_SIDECAR_EXT \".xattr\") @@ -43,10 +43,13 @@ endif() # set required definitions add_definitions (-D_FILE_OFFSET_BITS=64) +add_definitions (-D HAVE_UTIMENSAT=1) +#add_definitions (-D DEBUG=1) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/CMakeModules/") set(CMAKE_C_FLAGS "-O3") +#set(CMAKE_C_FLAGS "-g -Wall") option(ENABLE_CODECOVERAGE "Enable code coverage testing support" ) if(ENABLE_CODECOVERAGE) @@ -60,6 +63,7 @@ if(ENABLE_CODECOVERAGE) endif(ENABLE_CODECOVERAGE) set(SOURCE_FILES + stringmem.c fuse_xattrs.c passthrough.c binary_storage.c