4 lines
102 B
CMake
4 lines
102 B
CMake
# Conditional compilation based on feature flags
|
|
if(ENABLE_XCB)
|
|
add_subdirectory(xcbXorg)
|
|
endif() |