mirror of
https://github.com/nasa/trick.git
synced 2024-12-26 16:21:07 +00:00
9 lines
285 B
Makefile
9 lines
285 B
Makefile
|
|
||
|
ROS_HOME = /opt/ros/jade
|
||
|
TRICK_ICG_EXCLUDE += :${ROS_HOME}
|
||
|
|
||
|
TRICK_CFLAGS += -I../models -I${ROS_HOME}/include
|
||
|
TRICK_CXXFLAGS += -I../models -I${ROS_HOME}/include -Wno-shadow -Wno-unused-parameter
|
||
|
|
||
|
TRICK_EXEC_LINK_LIBS += -L${ROS_HOME}/lib -lroscpp -lrosconsole -lroscpp_serialization
|