1 Star 0 Fork 0

eric/typelib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 591 Bytes
一键复制 编辑 原始数据 按行查看 历史
ifdef ROS_ROOT
default: install
include $(shell rospack find mk)/cmake.mk
include $(shell rospack find rtt)/../env.mk
EXTRA_CMAKE_FLAGS=-DCMAKE_INSTALL_PREFIX=`rospack find rtt`/../install\
-DLIBRARY_OUTPUT_PATH=`rospack find typelib`/lib
ifdef ROS_STACK_DIR_FINAL
EXTRA_CMAKE_FLAGS +=-DTYPELIB_PLUGIN_PATH="${ROS_STACK_DIR_FINAL}/orocos_toolchain/install/lib/typelib"
endif
install: all
mkdir -p build && cd build && cmake .. && ${MAKE} install
else
$(warning This Makefile only works with ROS rosmake. Without rosmake, create a build directory and run cmake ..)
endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/erichong007/typelib.git
[email protected]:erichong007/typelib.git
erichong007
typelib
typelib
master

搜索帮助