Skip to content

Commit

Permalink
make app that uses bot frames
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Fallon committed Aug 24, 2015
1 parent b4a2b9f commit 6c07819
Show file tree
Hide file tree
Showing 4 changed files with 494 additions and 113 deletions.
8 changes: 5 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,12 @@ add_executable(icpcuda-app-original src/icpcuda-app/icpcuda-app-original.cpp ${s
target_link_libraries(icpcuda-app-original ${Boost_LIBRARIES} ${OpenCV_LIBS} ${Eigen_LIBRARIES} ${CUDA_LIBRARIES})
pods_install_executables(icpcuda-app-original)

add_executable(se-icpcuda-simple src/icpcuda-app/icpcuda-app-simple.cpp ${srcs} ${cuda} ${cuda_objs} ${containers})
target_link_libraries(se-icpcuda-simple ${Boost_LIBRARIES} ${OpenCV_LIBS} ${Eigen_LIBRARIES} ${CUDA_LIBRARIES} z)
pods_use_pkg_config_packages(se-icpcuda-simple eigen3 lcm lcmtypes_kinect lcmtypes_bot2-core)
pods_install_executables(se-icpcuda-simple)

add_executable(se-icpcuda src/icpcuda-app/icpcuda-app.cpp ${srcs} ${cuda} ${cuda_objs} ${containers})
target_link_libraries(se-icpcuda ${Boost_LIBRARIES} ${OpenCV_LIBS} ${Eigen_LIBRARIES} ${CUDA_LIBRARIES} z)
pods_use_pkg_config_packages(se-icpcuda eigen3
lcm lcmtypes_kinect
lcmtypes_bot2-core)
pods_use_pkg_config_packages(se-icpcuda eigen3 lcm lcmtypes_kinect lcmtypes_bot2-core bot2-frames)
pods_install_executables(se-icpcuda)
66 changes: 0 additions & 66 deletions src/icpcuda-app/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 6c07819

Please sign in to comment.