Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,9 @@ add_subdirectory (io)
add_subdirectory (net)
add_subdirectory (builtins/mathtext) # hard coded builtin for graf2d
add_subdirectory (graf2d)
if (opengl)
add_subdirectory (builtins/glad) # hard coded builtin for graf3d
endif()
add_subdirectory (graf3d)
if(NOT minimal)
add_subdirectory (gui)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion graf3d/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ if (opengl)
add_subdirectory(gviz3d)
endif()
add_subdirectory(gl)
add_subdirectory(glad)
endif()

if(webgui AND root7 AND geom)
Expand Down
Loading