We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69261f5 commit 7cdf49eCopy full SHA for 7cdf49e
1 file changed
imu_complementary_filter/CMakeLists.txt
@@ -36,6 +36,9 @@ ament_target_dependencies(complementary_filter
36
# Causes the visibility macros to use dllexport rather than dllimport,
37
# which is appropriate when building the dll but not consuming it.
38
target_compile_definitions(complementary_filter PRIVATE "IMU_COMPLEMENTARY_FILTER_BUILDING_LIBRARY")
39
+if(WIN32 AND MSVC)
40
+ set_target_properties(complementary_filter PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON)
41
+endif()
42
43
# create complementary_filter_node executable
44
add_executable(complementary_filter_node
0 commit comments