uzh-rpg / rpg_dvs_ros

ROS packages for DVS
MIT License
295 stars 153 forks source link

cmake: Fix missing cs_export. #109

Closed phamelin closed 4 years ago

phamelin commented 4 years ago

Add missing cs_export macro in CMake files using catkin simple.

llongi commented 4 years ago

Hello, thank you for the PR. Could you please update it against latest master? Changes needed:

phamelin commented 4 years ago

Hello, thank you for the PR. Could you please update it against latest master? Changes needed:

  • don't touch dvs_renderer/CMakeLists.txt, cs_export was added in a separate PR
  • add cs_export to dvxplorer_ros_driver/CMakeLists.txt Thank you!

Done!