Skip to content

Commit

Permalink
Fix exporting symbols on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Oct 2, 2023
1 parent a5f1130 commit 92ab9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ set_target_properties(
VERSION ${sycomore_VERSION}
SOVERSION ${sycomore_VERSION_MAJOR}
$<$<PLATFORM_ID:Darwin>:INSTALL_NAME_DIR ${CMAKE_INSTALL_PREFIX}/lib>
$<$<PLATFORM_ID:Windows>:WINDOWS_EXPORT_ALL_SYMBOLS ON>)
WINDOWS_EXPORT_ALL_SYMBOLS ON)

install(
TARGETS libsycomore
Expand Down

0 comments on commit 92ab9b1

Please sign in to comment.