summaryrefslogtreecommitdiffstats
path: root/unix/CMakeLists.txt
blob: 599f26f9644a678ddaf24cfbe0ec82a45933b7d7 (plain)
1
2
3
4
5
6
7
8
add_subdirectory(tx)

add_subdirectory(vncconfig)
add_subdirectory(vncpasswd)

if(NOT BUILD_NEW_VNCVIEWER)
add_subdirectory(vncviewer)
endif()