We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44008f2 commit a7dddbdCopy full SHA for a7dddbd
1 file changed
olp-cpp-sdk-core/CMakeLists.txt
@@ -451,6 +451,11 @@ if (OLP_SDK_USE_STD_OPTIONAL)
451
PUBLIC OLP_CPP_SDK_USE_STD_OPTIONAL)
452
endif()
453
454
+if (OLP_SDK_USE_STD_ANY)
455
+ target_compile_definitions(${PROJECT_NAME}
456
+ PUBLIC OLP_SDK_USE_STD_ANY)
457
+endif()
458
+
459
target_include_directories(${PROJECT_NAME} PUBLIC
460
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
461
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src>
0 commit comments