DRC | 180c016 | 2010-10-27 07:20:27 +0000 | [diff] [blame] | 1 | include_directories(${CMAKE_SOURCE_DIR}/common ${CMAKE_SOURCE_DIR}/win) |
2 | |||||
Adam Tkac | 09028c2 | 2010-11-25 13:37:17 +0000 | [diff] [blame] | 3 | configure_file(resdefs.h.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/resdefs.h) |
DRC | 180c016 | 2010-10-27 07:20:27 +0000 | [diff] [blame] | 4 | |
5 | add_subdirectory(rfb_win32) | ||||
Pierre Ossman | 5156d5e | 2011-03-09 09:42:34 +0000 | [diff] [blame^] | 6 | |
7 | if(NOT BUILD_NEW_VNCVIEWER) | ||||
DRC | 180c016 | 2010-10-27 07:20:27 +0000 | [diff] [blame] | 8 | add_subdirectory(vncviewer) |
Pierre Ossman | 5156d5e | 2011-03-09 09:42:34 +0000 | [diff] [blame^] | 9 | endif() |
Pierre Ossman | 481b03e | 2011-03-03 12:32:15 +0000 | [diff] [blame] | 10 | |
DRC | 180c016 | 2010-10-27 07:20:27 +0000 | [diff] [blame] | 11 | if(BUILD_WINVNC) |
12 | add_subdirectory(vncconfig) | ||||
13 | add_subdirectory(winvnc) | ||||
14 | endif() | ||||
Pierre Ossman | 481b03e | 2011-03-03 12:32:15 +0000 | [diff] [blame] | 15 | |
16 | add_subdirectory(installer) |