The library supports the E57 file format. Source code is clone from the fork https://github.com/asmaloney/libE57Format. The licenses are BSL-1.0 and MIT.
7 lines
214 B
CMake
7 lines
214 B
CMake
# Build SalomeMesh for all Platforms since heavily patched
|
|
if (BUILD_SMESH AND NOT FREECAD_USE_EXTERNAL_SMESH)
|
|
add_subdirectory(salomesmesh)
|
|
endif()
|
|
|
|
add_subdirectory(lazy_loader)
|
|
add_subdirectory(libE57Format) |