Skip to content
Snippets Groups Projects
Commit b5d37622 authored by Atkins, Charles Vernon's avatar Atkins, Charles Vernon
Browse files

Auto-export dll symbols on windows

parent 9f3556e6
No related branches found
No related tags found
1 merge request!163Fix windows build
...@@ -34,6 +34,9 @@ if(NOT CMAKE_RUNTIME_OUTPUT_DIRECTORY) ...@@ -34,6 +34,9 @@ if(NOT CMAKE_RUNTIME_OUTPUT_DIRECTORY)
${ADIOS2_BINARY_DIR}/${CMAKE_INSTALL_BINDIR}) ${ADIOS2_BINARY_DIR}/${CMAKE_INSTALL_BINDIR})
endif() endif()
# Let windows builds auto-export dll symbols
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE)
#------------------------------------------------------------------------------# #------------------------------------------------------------------------------#
# Top level options # Top level options
#------------------------------------------------------------------------------# #------------------------------------------------------------------------------#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment