Skip to content

Commit

Permalink
Fix building on windows (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace314159 authored Jun 8, 2021
1 parent 54f9656 commit ec9fb64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ set(warehouse_srcs
src/transform_collection.cpp)

add_library(warehouse_ros SHARED ${warehouse_srcs})
set_target_properties(warehouse_ros PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS TRUE)
ament_target_dependencies(warehouse_ros
rclcpp
std_msgs
Expand Down

0 comments on commit ec9fb64

Please sign in to comment.