Skip to content

Commit

Permalink
Update dep comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dvsku committed May 3, 2024
1 parent b58fa1d commit cb4f898
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
SET(FETCHCONTENT_QUIET OFF)
SET(FETCHCONTENT_UPDATES_DISCONNECTED ON)

###############################################################################
## dv_gui_opengl

FetchContent_Declare(
dv_gui_opengl
URL https://github.com/dvsku/dv_gui_opengl/archive/95da8ed04189ce94223b4d87f9531a851c48992c.zip
Expand All @@ -12,6 +15,9 @@ FetchContent_MakeAvailable(dv_gui_opengl)

SET(DV_GUI_INCLUDES "${dv_gui_opengl_SOURCE_DIR}/include" PARENT_SCOPE)

###############################################################################
## libevp

SET(EVP_TEST OFF)

FetchContent_Declare(
Expand Down

0 comments on commit cb4f898

Please sign in to comment.