Skip to content

Commit 69efed2

Browse files
authored
Update CMakeLists.txt
1 parent a41e1d1 commit 69efed2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ if (WIN32 OR APPLE)
1212
include(glfw)
1313
else() # Linux
1414
find_package(glfw3 REQUIRED)
15+
set(GLFW_LIBRARIES ${GLFW3_LIBRARY})
1516
endif()
1617

1718
find_package(OpenGL REQUIRED)

0 commit comments

Comments
 (0)