Add new CMake build system
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
add_library(xcbXorg SHARED
|
||||
xcbXorg.cpp
|
||||
)
|
||||
|
||||
target_include_directories(xcbXorg PUBLIC
|
||||
${XCB_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
target_link_libraries(xcbXorg
|
||||
${XCB_LIBRARIES}
|
||||
)
|
||||
|
||||
# Install rules
|
||||
install(TARGETS xcbXorg DESTINATION lib)
|
||||
Reference in New Issue
Block a user