Skip to content

Commit

Permalink
move rqt_pr2_dashboard to root
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Dec 17, 2012
1 parent 09aea65 commit 3d1ce28
Show file tree
Hide file tree
Showing 19 changed files with 31 additions and 35 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,2 +1,4 @@
*.pyc
bni
build

28 changes: 28 additions & 0 deletions CMakeLists.txt
Expand Up @@ -15,3 +15,31 @@ include($ENV{ROS_ROOT}/core/rosbuild/rosbuild.cmake)
#list(APPEND CPACK_SOURCE_IGNORE_FILES /core/experimental)

rosbuild_make_distribution(0.1.7)

# Set the build type. Options are:
# Coverage : w/ debug symbols, w/o optimization, w/ code-coverage
# Debug : w/ debug symbols, w/o optimization
# Release : w/o debug symbols, w/ optimization
# RelWithDebInfo : w/ debug symbols, w/ optimization
# MinSizeRel : w/o debug symbols, w/ optimization, stripped binaries
#set(ROS_BUILD_TYPE RelWithDebInfo)

rosbuild_init()

#set the default path for built executables to the "bin" directory
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/bin)
#set the default path for built libraries to the "lib" directory
set(LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/lib)

#uncomment if you have defined messages
#rosbuild_genmsg()
#uncomment if you have defined services
#rosbuild_gensrv()

#common commands for building c++ executables and libraries
#rosbuild_add_library(${PROJECT_NAME} src/example.cpp)
#target_link_libraries(${PROJECT_NAME} another_library)
#rosbuild_add_boost_directories()
#rosbuild_link_boost(${PROJECT_NAME} thread)
#rosbuild_add_executable(example examples/example.cpp)
#target_link_libraries(example ${PROJECT_NAME})
2 changes: 1 addition & 1 deletion Makefile
@@ -1 +1 @@
include $(shell rospack find mk)/cmake_stack.mk
include $(shell rospack find mk)/cmake.mk
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions rqt_pr2_dashboard/.gitignore

This file was deleted.

30 changes: 0 additions & 30 deletions rqt_pr2_dashboard/CMakeLists.txt

This file was deleted.

1 change: 0 additions & 1 deletion rqt_pr2_dashboard/Makefile

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3d1ce28

Please sign in to comment.