DRC | 180c016 | 2010-10-27 07:20:27 +0000 | [diff] [blame] | 1 | include_directories(${CMAKE_SOURCE_DIR}/common ${CMAKE_SOURCE_DIR}/win) |
| 2 | |
DRC | 1980dd5 | 2011-06-24 19:28:27 +0000 | [diff] [blame^] | 3 | configure_file(resdefs.h.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() |