We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c9857 commit b7f4cf2Copy full SHA for b7f4cf2
1 file changed
CMakeLists.txt
@@ -14,6 +14,10 @@ endif()
14
15
target_include_directories(interval-tree INTERFACE ./include)
16
17
+if(${MSVC})
18
+ target_compile_options(interval-tree INTERFACE /Zc:__cplusplus)
19
+endif()
20
+
21
if(INT_TREE_DRAW_EXAMPLES)
22
add_subdirectory(cairo-wrap)
23
add_subdirectory(drawings)
0 commit comments