We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd76008 commit 32228d8Copy full SHA for 32228d8
CMakeLists.txt
@@ -151,6 +151,11 @@ target_compile_definitions(${PROJECT_NAME} PUBLIC
151
$<$<CONFIG:Debug>:DEBUG_ENABLED>
152
$<$<CONFIG:Debug>:DEBUG_METHODS_ENABLED>
153
)
154
+
155
+if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
156
+ target_compile_definitions(${PROJECT_NAME} PUBLIC TYPED_METHOD_BIND)
157
+endif()
158
159
target_include_directories(${PROJECT_NAME} PUBLIC
160
include
161
${CMAKE_CURRENT_BINARY_DIR}/gen/include
0 commit comments