Skip to content
Snippets Groups Projects
Commit 3d9fade3 authored by Mathieu Westphal's avatar Mathieu Westphal
Browse files

Windows: Add symbol export using CMake

parent d6fbc4d6
No related branches found
No related tags found
1 merge request!135Windows support
......@@ -190,6 +190,9 @@ list( APPEND cdi_unknown
resource_unpack.h
)
# Support exporting all symbolds on Windows
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
add_library(cdilib
${cdi_src_files} ${cdi_unknown}
# INSTALL_HEADERS_LIST cdi.h
......
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