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

configure_file(resdefs.h.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/resdefs.h)

add_subdirectory(rfb_win32)

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

if(BUILD_WINVNC)
add_subdirectory(vncconfig)
add_subdirectory(winvnc)
endif()