drsnuggles8
drsnuggles8
In case ExternalProject_Add doesn't work, you could try cmake's fetchcontent. Make sure to put a `include(FetchContent)` somewhere before you insert the code below. ```cmake FetchContent_Declare( glad GIT_REPOSITORY https://github.com/Dav1dde/glad.git GIT_TAG v0.1.36...
Any specific reason for moving the EventCallbackFn?
Have you checked if this code is even still in the current version of Hazel?
This seems to have been resolved with one of the driver updates from AMD. I'm currently on version 23.5.2, and it runs just fine without any AMD workaround (which I...
> According to the manual you're supposed to use options before add_subdirectory: > > ```cmake > option(TRACY_ENABLE "" ON) > ``` Even with a simple setup of ``` FetchContent_Declare( tracy...