diff --git a/changes/conformance/pr.100.gh.OpenXR-CTS.md b/changes/conformance/pr.100.gh.OpenXR-CTS.md new file mode 100644 index 0000000..4ae0d93 --- /dev/null +++ b/changes/conformance/pr.100.gh.OpenXR-CTS.md @@ -0,0 +1 @@ +Fix: Install manifest for conformance test layer diff --git a/src/conformance/conformance_test/CMakeLists.txt b/src/conformance/conformance_test/CMakeLists.txt index adeb4a8..cbc07b7 100644 --- a/src/conformance/conformance_test/CMakeLists.txt +++ b/src/conformance/conformance_test/CMakeLists.txt @@ -238,6 +238,11 @@ set_target_properties( conformance_test PROPERTIES FOLDER ${CONFORMANCE_TESTS_FOLDER} ) +install( + FILES ${CMAKE_CURRENT_BINARY_DIR}/XrApiLayer_conformance_test_layer.json + DESTINATION conformance +) + install( TARGETS conformance_test LIBRARY DESTINATION conformance