Commit 3ed90d91 authored by Larkin Heintzman's avatar Larkin Heintzman

no include in puredata

parent a2fe3006
......@@ -104,7 +104,7 @@ find_package(catkin REQUIRED COMPONENTS
## CATKIN_DEPENDS: catkin_packages dependent projects also need
## DEPENDS: system dependencies of this project that dependent projects also need
catkin_package(
#INCLUDE_DIRS include
## INCLUDE_DIRS include
LIBRARIES puredata
CATKIN_DEPENDS roscpp rospy std_msgs geometry_msgs
DEPENDS
......@@ -116,10 +116,10 @@ catkin_package(
## Specify additional locations of header files
## Your package locations should be listed before other locations
include_directories(
# include
${catkin_INCLUDE_DIRS}
)
# include_directories(
# # include
# ${catkin_INCLUDE_DIRS}
# )
## Declare a C++ library
# add_library(${PROJECT_NAME}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment