Buildmach: Add Linux rseq support detection utility

This commit is contained in:
2026-05-06 02:47:15 -04:00
parent ea3fc4873c
commit 72134aeac5
2 changed files with 304 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
option(COMPILE_CL_CHECKS "Compile CL checks" OFF)
option(COMPILE_PCL_TOOLS "Compile PCL-based validation tools" ON)
add_executable(rseqsliceprobe rseqsliceprobe.cpp)
if(COMPILE_CL_CHECKS)
# Find OpenCL: try find_package first, fall back to pkg-config
find_package(OpenCL QUIET)