vcpkg/ports/rtabmap-res-tool/CMakeLists.txt
Kai Pastor c5b5b4ea11
[rtabmap] Fix platform and linkage support (#37651)
`rtabmap-res_tool` is moved to a separate port because it is a host
dependency, and actual dependencies of `rtabmap` are heavy and non
opt-out. Only minimal patching needed.

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2024-04-01 13:32:08 -07:00

11 lines
235 B
CMake

cmake_minimum_required(VERSION 3.10)
project(rtabmap)
set(PROJECT_PREFIX rtabmap)
include(GenerateExportHeader)
include(GNUInstallDirs)
list(PREPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake_modules")
add_subdirectory(utilite)