Initial commit: Speckle-Scanner 3D pipeline with setup README

This commit is contained in:
2026-06-10 03:09:05 +05:00
commit 1765934846
375 changed files with 123081 additions and 0 deletions
@@ -0,0 +1,13 @@
#ifndef __LIBSGM_CONFIG_H__
#define __LIBSGM_CONFIG_H__
#cmakedefine LIBSGM_SHARED
#define LIBSGM_VERSION @libSGM_VERSION@
#define LIBSGM_VERSION_MAJOR @libSGM_VERSION_MAJOR@
#define LIBSGM_VERSION_MINOR @libSGM_VERSION_MINOR@
#define LIBSGM_VERSION_PATCH @libSGM_VERSION_PATCH@
#cmakedefine BUILD_OPENCV_WRAPPER
#endif // __LIBSGM_CONFIG_H__