Skip to content
Snippets Groups Projects
Commit 5b4397e6 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Fix ilw direction paths

parent cac55198
No related branches found
No related tags found
2 merge requests!116Implements #133 point alignment,!114Ongoing #133 improvements
Pipeline #14433 passed
......@@ -15,8 +15,8 @@ set(REPSRC
#src/mls.cu
#src/depth_camera.cu
#src/depth_camera.cpp
src/ilw.cpp
src/ilw.cu
src/ilw/ilw.cpp
src/ilw/ilw.cu
)
add_executable(ftl-reconstruct ${REPSRC})
......
......@@ -16,7 +16,7 @@
#include <ftl/rgbd/group.hpp>
#include <ftl/threads.hpp>
#include "ilw.hpp"
#include "ilw/ilw.hpp"
#include <ftl/render/splat_render.hpp>
#include <string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment