Skip to content

Commit

Permalink
Option to skip building hello_xr test
Browse files Browse the repository at this point in the history
  • Loading branch information
lvonasek committed Feb 7, 2024
1 parent 820278f commit 61407ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@
# limitations under the License.

add_subdirectory(c_compile_test)
add_subdirectory(hello_xr)
add_subdirectory(list_json)

if(NOT SKIP_HELLO_XR)
add_subdirectory(hello_xr)
endif()

if(NOT ANDROID)
add_subdirectory(list)
if(BUILD_LOADER AND BUILD_API_LAYERS)
Expand Down

0 comments on commit 61407ad

Please sign in to comment.