Skip to content
Snippets Groups Projects
LLFileSystem.cmake 196 B
Newer Older
Rye Mutt's avatar
Rye Mutt committed
include(Boost)

set(LLFILESYSTEM_INCLUDE_DIRS
    ${LIBS_OPEN_DIR}/llfilesystem
    )

set(LLFILESYSTEM_LIBRARIES llfilesystem ${BOOST_FILESYSTEM_LIBRARY} ${BOOST_SYSTEM_LIBRARY})