## bfVFS version set(BFVFS_VERSION_MAJOR @BFVFS_VERSION_MAJOR@) set(BFVFS_VERSION_MINOR @BFVFS_VERSION_MINOR@) set(BFVFS_VERSION_PATCH @BFVFS_VERSION_PATCH@) set(BFVFS_VERSION_STRING "@BFVFS_VERSION_MAJOR@.@BFVFS_VERSION_MINOR@.@BFVFS_VERSION_PATCH@") ## bfVFS options set(BFVFS_WITH_7ZIP @BFVFS_WITH_7ZIP@) set(BFVFS_WITH_SLF @BFVFS_WITH_SLF@) ## is VFS build as a static or shared library set(BUILD_BFVFS_SHARED @BUILD_BFVFS_SHARED@) ## definitions to add via ADD_DEFINITIONS(...) set(BFVFS_DEFINITIONS "@BFVFS_DEFINITIONS@") ## include directories set(BFVFS_INCLUDE_DIRS "@BFVFS_INCLUDE_DIRS@") ## library directories to include via LINK_DIRECTORIES(...) set(BFVFS_LIBRARY_DIRS "@BFVFS_LIBRARY_DIRS@") ## libraries to include via TARGET_LINK_LIBRARIES(...) set(BFVFS_LIBRARIES "@BFVFS_LIBRARIES@") set(BFVFS_RUNTIME_DIRS "@BFVFS_RUNTIME_DIRS@") set(BFVFS_FOUND ON)