include(dep-fmt.cmake)
include(dep-spdlog.cmake)
include(dep-pybind11.cmake)
include(dep-zlib.cmake)
if(BUILD_UNIT_TESTS)
    include(dep-googletest.cmake)
endif()
