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) |
Pierre Ossman | 41deb88 | 2014-09-25 09:58:55 +0200 | [diff] [blame] | 7 | |
| 8 | add_executable(conv conv.cxx) |
| 9 | target_link_libraries(conv rfb) |
Pierre Ossman | e1f2545 | 2015-02-04 14:12:04 +0100 | [diff] [blame] | 10 | |
| 11 | add_executable(decperf decperf.cxx) |
| 12 | target_link_libraries(decperf test_util rfb) |
Pierre Ossman | 8738e8a | 2015-02-11 13:49:04 +0100 | [diff] [blame] | 13 | |
| 14 | add_executable(encperf encperf.cxx) |
| 15 | target_link_libraries(encperf test_util rfb) |