This commit is contained in:
Ivan
2022-06-28 10:36:24 +03:00
commit e4c8529305
160 changed files with 59023 additions and 0 deletions

11
thirdparty/Sophus/SophusConfig.cmake.in vendored Normal file
View File

@@ -0,0 +1,11 @@
################################################################################
# Sophus source dir
set( Sophus_SOURCE_DIR "@CMAKE_CURRENT_SOURCE_DIR@")
################################################################################
# Sophus build dir
set( Sophus_DIR "@CMAKE_CURRENT_BINARY_DIR@")
################################################################################
set( Sophus_INCLUDE_DIR "@Sophus_INCLUDE_DIR@" )
set( Sophus_INCLUDE_DIRS "@Sophus_INCLUDE_DIR@" )