Skip to content

Commit

Permalink
Add OpenGL libraries to test target link libraries (Washington-Univer…
Browse files Browse the repository at this point in the history
…sity#86).

Ensures that OpenGL libraries are linked when building test targets, which may be necessary for proper rendering and testing of graphics-related functionality.
  • Loading branch information
yanlinlin82 committed Jan 27, 2025
1 parent 4e0776f commit d8759e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ ${OSMESA_GLU_LIBRARY}
${Z5_COMPRESSION_LIBRARIES}
${ZLIB_LIBRARIES}
${OPENMP_LIBRARY}
${OPENGL_LIBRARIES}
#${LIBS}
)

Expand Down

0 comments on commit d8759e9

Please sign in to comment.