Skip to content

Commit

Permalink
Merge branch 'main' into tiziano/use_laser2d
Browse files Browse the repository at this point in the history
  • Loading branch information
tizianoGuadagnino committed Nov 14, 2024
2 parents 88cac3c + deea743 commit 8ed5562
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cpp/kinematic_icp/registration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
add_library(kinematic_icp_registration Registration.cpp)
target_link_libraries(kinematic_icp_registration kiss_icp_core Eigen3::Eigen TBB::tbb Sophus::Sophus)
add_library(kinematic_icp_registration STATIC)
target_sources(kinematic_icp_registration PRIVATE Registration.cpp)
target_link_libraries(kinematic_icp_registration PUBLIC kiss_icp_core Eigen3::Eigen TBB::tbb Sophus::Sophus)
set_global_target_properties(kinematic_icp_registration)

0 comments on commit 8ed5562

Please sign in to comment.