Should fix cling.exp : error LNK2001: unresolved external symbol "char const * const cling::valuePrinterInternal::kEmptyCollection"

This commit is contained in:
Bertrand Bellenot 2016-12-01 17:04:44 +01:00 committed by sftnight
parent f67fbca15b
commit f98f5a0096

View File

@ -39,8 +39,8 @@ set_target_properties(cling
if(MSVC)
set_target_properties(cling
PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS 1)
set_property(TARGET cling APPEND_STRING PROPERTY LINK_FLAGS
" /EXPORT:?kEmptyCollection@valuePrinterInternal@cling@@3QEBDEB ")
# set_property(TARGET cling APPEND_STRING PROPERTY LINK_FLAGS
# " /EXPORT:?kEmptyCollection@valuePrinterInternal@cling@@3QEBDEB ")
endif(MSVC)
target_link_libraries(cling