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 15e4e4a commit 470082dCopy full SHA for 470082d
.appveyor.yml
@@ -87,6 +87,7 @@ build_script:
87
-Drpcpp_plugins_BUILD_ar_render:BOOL=ON
88
-Drpcpp_plugins_BUILD_background2d:BOOL=ON
89
-Drpcpp_plugins_BUILD_openvr:BOOL=ON
90
+ -Drpcpp_plugins_BUILD_recording:BOOL=ON
91
- cmake --build . --config %CONFIGURATION%
92
- ps: popd
93
azure-pipelines.yml
@@ -107,6 +107,8 @@ jobs:
107
108
109
110
111
+
112
113
# build
114
- task: CMake@1
0 commit comments