Skip to content
Snippets Groups Projects
LLVFS.cmake 101 B
Newer Older
# -*- cmake -*-

set(LLVFS_INCLUDE_DIRS
    ${LIBS_OPEN_DIR}/llvfs
    )

set(LLVFS_LIBRARIES llvfs)