Initial commit: Speckle-Scanner 3D pipeline with setup README
This commit is contained in:
@@ -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__
|
||||
Reference in New Issue
Block a user