Skip to content

Commit

Permalink
Change file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
felixchenfy committed Jan 17, 2019
1 parent f6c0407 commit 019c64a
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,12 @@ set( THIRD_PARTY_LIBS
${PCL_LIBRARIES}
)

############### dependencies ######################
############### Sub directories ######################
include_directories( ${PROJECT_SOURCE_DIR}/include )
add_subdirectory( src )
add_subdirectory( src_cpp )
add_subdirectory( test )
# add_subdirectory( tutorials ) # please comment out this line

############### ROS ######################
# -- Set ros package for catkin_make
# -- Please comment out the lines below if not using ros

find_package(catkin REQUIRED COMPONENTS
pcl_ros
roscpp
Expand All @@ -76,4 +72,4 @@ include_directories(
${catkin_INCLUDE_DIRS}
)
add_subdirectory( test_ros )
add_subdirectory( src_ros )
add_subdirectory( src_main )
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.
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 019c64a

Please sign in to comment.