CMake: Fix unnecessary build steps

This commit is contained in:
2026-06-09 19:51:51 -04:00
parent 87a8de9a2b
commit ad88a5e1c8
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ if(ENABLE_LIB_xcbXorg)
# Set config define for header generation
add_compile_definitions(CONFIG_LIB_XCBXORG_ENABLED)
target_include_directories(xcbXorg PUBLIC ${XCB_INCLUDE_DIRS})
target_link_libraries(xcbXorg ${XCB_LIBRARIES} attachmentSupport)
target_link_libraries(xcbXorg ${XCB_LIBRARIES})
# Install rules
install(TARGETS xcbXorg