libAttachmentSupport: convert into shared lib
This ensures that the support routines in this library will be exposed at the same vaddr to each object in the vaddrspace.
This commit is contained in:
@@ -20,7 +20,10 @@ if(ENABLE_STIMBUFFAPI_xcbWindow)
|
||||
|
||||
# Link against XCB library directly (libxcbXorg will be loaded dynamically)
|
||||
pkg_check_modules(XCB REQUIRED xcb)
|
||||
target_link_libraries(xcbWindow ${XCB_LIBRARIES})
|
||||
target_link_libraries(xcbWindow
|
||||
Boost::system Boost::log
|
||||
${XCB_LIBRARIES}
|
||||
attachmentSupport)
|
||||
|
||||
# Install rules
|
||||
install(TARGETS xcbWindow DESTINATION lib)
|
||||
|
||||
Reference in New Issue
Block a user