Files
salmanoff/commonLibs/CMakeLists.txt
T

4 lines
102 B
CMake
Raw Normal View History

2025-07-22 02:46:16 -04:00
# Conditional compilation based on feature flags
if(ENABLE_XCB)
add_subdirectory(xcbXorg)
endif()