Added performance test for x11 grabbing

Former-commit-id: b8c60cf9984c6961675b41002bed40d251bff9fa
This commit is contained in:
T. van der Zwan
2014-02-25 22:08:54 +01:00
parent 591a071856
commit 6b63b57f17
2 changed files with 147 additions and 0 deletions

View File

@@ -53,6 +53,14 @@ add_executable(test_qtscreenshot TestQtScreenshot.cpp)
target_link_libraries(test_qtscreenshot
${QT_LIBRARIES})
if(ENABLE_X11)
# Find X11
find_package(X11 REQUIRED)
add_executable(test_x11performance TestX11Performance.cpp)
target_link_libraries(test_x11performance ${X11_LIBRARIES} ${QT_LIBRARIES})
endif(ENABLE_X11)
add_executable(determineWs2811Timing DetermineWs2811Timing.cpp)
add_executable(test_rs232highspeed