Skip to content

Commit

Permalink
Rename files for generality.
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Kannan <[email protected]>
  • Loading branch information
icyflame committed May 4, 2015
1 parent 46c1bae commit a31a88c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8.3)
project(buoy)
project(opencv-for-catkin-sample)

## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
Expand Down Expand Up @@ -159,9 +159,9 @@ include_directories(
# target_link_libraries(${PROJECT_NAME}-test ${PROJECT_NAME})
# endif()

add_executable(buoycv src/buoycv.cpp)
add_executable(test src/test.cpp)
## Add folders to be run by python nosetests
# catkin_add_nosetests(test)
find_package(OpenCV)
include_directories(${OpenCV_INCLUDE_DIRS})
target_link_libraries(buoycv ${OpenCV_LIBRARIES})
target_link_libraries(test ${OpenCV_LIBRARIES})
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<package>
<name>buoy</name>
<name>opencv-for-catkin-sample</name>
<version>0.0.0</version>
<description>The buoy package</description>

Expand Down
File renamed without changes.

0 comments on commit a31a88c

Please sign in to comment.