Skip to content

Commit

Permalink
Glad complaining about jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
drsnuggles8 committed Feb 15, 2025
1 parent bd07781 commit 53f16e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion OloEngine/vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ FetchContent_MakeAvailable(assimp box2d entt filewatch glad glfw glm googletest

target_compile_definitions("TracyClient" PRIVATE $<$<CONFIG:Release>:TRACY_ENABLE>)

glad_add_library(glad STATIC API gl:core=4.6 LOCATION ${PROJECT_SOURCE_DIR}/vendor/glad-build/${TARGET})
find_package(Python3 REQUIRED COMPONENTS Interpreter)
set(PYTHON_EXECUTABLE ${Python3_EXECUTABLE})
glad_add_library(glad STATIC API gl:core=4.6 LOCATION ${PROJECT_SOURCE_DIR}/vendor/glad-build/${TARGET} PYTHON_EXECUTABLE ${PYTHON_EXECUTABLE})

FetchContent_Declare(stb_image
GIT_REPOSITORY https://github.com/nothings/stb.git
Expand Down

0 comments on commit 53f16e6

Please sign in to comment.