aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/CMakeLists.txt
blob: acc3adcd80022edd364f772b54a1711d827a52ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include_directories(${CMAKE_SOURCE_DIR}/common)

add_executable(conv conv.cxx)
target_link_libraries(conv rfb)

add_executable(convertlf convertlf.cxx)
target_link_libraries(convertlf rfb)

add_executable(hostport hostport.cxx)
target_link_libraries(hostport rfb)

add_executable(pixelformat pixelformat.cxx)
target_link_libraries(pixelformat rfb)