Skip to content

Commit

Permalink
hint for "undefined symbol" in Emscripten incompatible tools and exam…
Browse files Browse the repository at this point in the history
…ples
  • Loading branch information
christianrauch committed Jan 13, 2024
1 parent ffed05e commit 4ca62ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ add_subdirectory(SimpleRecord)

if(NOT EMSCRIPTEN)
add_subdirectory(HelloPangolinOffscreen)
add_subdirectory(SimpleScene)
add_subdirectory(SimpleScene) # undefined symbol: glInitNames
endif()
2 changes: 1 addition & 1 deletion tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ add_subdirectory(Plotter)

if(NOT EMSCRIPTEN)
add_subdirectory(VideoViewer) # undefined symbol: glRotatef
add_subdirectory(ModelViewer)
add_subdirectory(ModelViewer) # undefined symbol: glColorPointer
endif()

0 comments on commit 4ca62ab

Please sign in to comment.