Modernize retained Linux WebGL CMake baselines

This commit is contained in:
2026-06-05 13:16:54 +02:00
parent 8a4ca331cb
commit 35477978e5
7 changed files with 99 additions and 10 deletions

View File

@@ -15,6 +15,11 @@ add_test(NAME panopainter_package_smoke_readiness_self_test
set_tests_properties(panopainter_package_smoke_readiness_self_test PROPERTIES
LABELS "tooling;desktop-fast")
add_test(NAME panopainter_retained_platform_cmake_self_test
COMMAND "${Python3_EXECUTABLE}" "${PROJECT_SOURCE_DIR}/scripts/dev/check_retained_platform_cmake.py")
set_tests_properties(panopainter_retained_platform_cmake_self_test PROPERTIES
LABELS "tooling;desktop-fast")
add_library(pp_test_harness INTERFACE)
target_include_directories(pp_test_harness INTERFACE
"${CMAKE_CURRENT_SOURCE_DIR}")