Skip to content

Commit

Permalink
Add glfw and opengl to dependencies on Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrykolesnikovich committed Jan 6, 2022
1 parent a5569db commit 867dc33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
SET(Processor "x64")
SET(OperatingSystem "Darwin")
SET(Compiler "GCC")
set(LIBRARIES_TO_LINK glew glfw "-framework OpenGL")

ELSEIF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
# Linux
Expand Down

0 comments on commit 867dc33

Please sign in to comment.