Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@
[submodule "3rdparty/glew-cmake"]
path = 3rdparty/glew-cmake
url = https://github.com/Perlmint/glew-cmake.git
[submodule "3rdparty/tomlplusplus"]
path = 3rdparty/tomlplusplus
url = https://github.com/marzer/tomlplusplus.git
1 change: 1 addition & 0 deletions 3rdparty/tomlplusplus
Submodule tomlplusplus added at 7807a3
3 changes: 2 additions & 1 deletion apps/lidar_odometry_step_1/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(SOURCES
lidar_odometry_gui.cpp lidar_odometry_utils.h lidar_odometry_utils.cpp
lidar_odometry_utils_optimizers.cpp
lidar_odometry.cpp lidar_odometry.h
toml.hpp toml_io.h toml_io.cpp
toml_io.h toml_io.cpp
"../../core/src/utils.cpp"
)

Expand All @@ -30,6 +30,7 @@ target_include_directories(
${EXTERNAL_LIBRARIES_DIRECTORY}
${EXTERNAL_LIBRARIES_DIRECTORY}/glm
${EIGEN3_INCLUDE_DIR}
${EXTERNAL_LIBRARIES_DIRECTORY}/tomlplusplus/include
${EXTERNAL_LIBRARIES_DIRECTORY}/imgui
${EXTERNAL_LIBRARIES_DIRECTORY}/imgui/backends
${EXTERNAL_LIBRARIES_DIRECTORY}/ImGuizmo
Expand Down
Loading
Loading