2 Star 0 Fork 0

17374609698/Robot-kinectic-beta

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CMakeLists.txt 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
17374609698 提交于 2021-08-11 15:10 . init project
##############################################################################
# CMake
##############################################################################
cmake_minimum_required(VERSION 2.8.3)
project(android_foo)
##############################################################################
# Catkin
##############################################################################
find_package(catkin REQUIRED rosjava_build_tools)
# Set the gradle targets you want catkin's make to run by default
# e.g. usually catkin_android_setup(assembleRelease uploadArchives)
catkin_android_setup(assembleRelease uploadArchives)
catkin_package()
##############################################################################
# Installation
##############################################################################
# Deploy android libraries (.aar's) and applications (.apk's)
install(DIRECTORY ${CATKIN_DEVEL_PREFIX}/${CATKIN_GLOBAL_MAVEN_DESTINATION}/com/github/rosjava/${PROJECT_NAME}/
DESTINATION ${CATKIN_GLOBAL_MAVEN_DESTINATION}/com/github/rosjava/${PROJECT_NAME}/)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/tsome/robot-kinectic-beta.git
git@gitee.com:tsome/robot-kinectic-beta.git
tsome
robot-kinectic-beta
Robot-kinectic-beta
master

搜索帮助