light/tools/cmake/dependencies.cmake
light7734 b25ea41096
Some checks failed
continuous-integration/drone/push Build is failing
build: add enable_tests compile option
refactor: minor cmake refactor
2025-07-16 10:52:49 +03:30

9 lines
274 B
CMake

find_package(glfw3 REQUIRED)
find_package(glm REQUIRED)
find_package(spdlog REQUIRED)
find_package(stb REQUIRED)
find_package(yaml-cpp REQUIRED)
find_package(EnTT REQUIRED)
find_package(opengl_system REQUIRED)
find_package(nlohmann_json REQUIRED)
find_package(lz4 REQUIRED)