mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
10 lines
251 B
CMake
10 lines
251 B
CMake
if(X11_Xext_FOUND AND X11_Xshape_FOUND)
|
|
include_directories(${X11_INCLUDE_DIR})
|
|
|
|
katie_gui_test(tst_qdrag
|
|
${CMAKE_CURRENT_SOURCE_DIR}/tst_qdrag.cpp
|
|
)
|
|
|
|
target_link_libraries(tst_qdrag ${X11_Xshape_LIB} ${X11_Xext_LIB})
|
|
endif()
|
|
|