Apply cf6b90407e for libpkg as well

We use `-std=c++2b` everywhere so this workaround is also
required in all sub projects.
This commit is contained in:
Martchus 2023-05-28 23:50:56 +02:00
parent 1376a01570
commit 54a7a84d11
1 changed files with 2 additions and 1 deletions

View File

@ -115,7 +115,8 @@ add_reflection_generator_invocation(
JSON_VISIBILITY JSON_VISIBILITY
${META_PROJECT_VARNAME}_EXPORT ${META_PROJECT_VARNAME}_EXPORT
BINARY_VISBILITY BINARY_VISBILITY
${META_PROJECT_VARNAME}_EXPORT) ${META_PROJECT_VARNAME}_EXPORT
ERROR_RESILIENT)
# include modules to apply configuration # include modules to apply configuration
include(WindowsResources) include(WindowsResources)