We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6560606 commit 9650917Copy full SHA for 9650917
diagnostic_aggregator/CMakeLists.txt
@@ -9,6 +9,7 @@ endif()
9
if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID MATCHES "Clang")
10
add_compile_options(-Wall -Wextra -Wpedantic)
11
endif()
12
+set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
13
14
find_package(ament_cmake REQUIRED)
15
find_package(diagnostic_msgs REQUIRED)
diagnostic_updater/CMakeLists.txt
find_package(ament_cmake_python REQUIRED)
0 commit comments