Skip to content

Commit

Permalink
Need MANIFOLD_EXPORT=ON for glb writing
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Mar 7, 2024
1 parent 1c55f60 commit 7ce694f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifold/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ if (ENABLE_MANIFOLD)
$<$<BOOL:${ZLIB_TARGET}>:-DZ_PREFIX=ON>
$<$<BOOL:${ZLIB_TARGET}>:-DZ_PREFIX_STR=${Z_PREFIX_STR}>
-DASSETIMPORT_ROOT=$<$<BOOL:${ASSETIMPORT_TARGET}>:${CMAKE_BUNDLE_INSTALL_PREFIX}>
-DMANIFOLD_EXPORT=ON
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
-DCMAKE_INSTALL_PREFIX=${CMAKE_BUNDLE_INSTALL_PREFIX}
Expand Down

0 comments on commit 7ce694f

Please sign in to comment.