Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Thanks windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
OFFTKP committed Jan 3, 2024
1 parent b174918 commit 635a45f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ elseif(HYDRA_IOS)
set(HYDRA_LIBRARIES ${HYDRA_LIBRARIES}
"-framework OpenGL"
)
elseif(HYDRA_WINDOWS)
set(HYDRA_LIBRARIES ${HYDRA_LIBRARIES} OpenGL::GL)
elseif(HYDRA_WEB)
set(LONG_INT 8) # for openssl
set(CMAKE_EXECUTABLE_SUFFIX ".html")
Expand Down

0 comments on commit 635a45f

Please sign in to comment.