Pierre Ossman | 236c03c | 2014-07-04 14:12:49 +0200 | [diff] [blame] | 1 | include_directories(${CMAKE_SOURCE_DIR}/common) |
2 | |||||
3 | add_library(test_util STATIC util.cxx) | ||||
4 | |||||
Pierre Ossman | 8c7962b | 2014-09-24 16:17:42 +0200 | [diff] [blame] | 5 | add_executable(convperf convperf.cxx) |
6 | target_link_libraries(convperf test_util rfb) |