CMake: Check for libDl, conditionally check for libXCB

This commit is contained in:
2025-07-22 04:45:23 -04:00
parent 90a0eebdd8
commit 3503cce0db
11 changed files with 82 additions and 41 deletions
+1 -4
View File
@@ -1,4 +1 @@
# Conditional compilation based on feature flags
if(ENABLE_XCB)
add_subdirectory(xcbXorg)
endif()
add_subdirectory(xcbXorg)