diff --git a/CMakeLists.txt b/CMakeLists.txt index b989febd2..d25d1d897 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -602,6 +602,10 @@ ELSE() "-Wno-sign-compare" "-Wno-unused-local-typedefs" ) + # Draco 1.4.1 does not explicitly export any symbols under GCC/clang + list(APPEND DRACO_CXX_FLAGS + "-fvisibility=default" + ) ENDIF() ADD_SUBDIRECTORY( "contrib/draco" )