Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions core/metacling/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ if(MSVC)
__std_terminate
cling_runtime_internal_throwIfInvalidPointer
)
if(CMAKE_CXX_STANDARD GREATER 14)
set(cling_exports ${cling_exports}
_Smtx_lock_shared
_Smtx_unlock_shared
)
endif()
if("${CMAKE_GENERATOR_PLATFORM}" MATCHES "x64")
set(cling_exports ${cling_exports}
??2@YAPEAX_K@Z
Expand Down