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) |
| 6 | add_subdirectory(vncviewer) |
Pierre Ossman | 481b03e | 2011-03-03 12:32:15 +0000 | [diff] [blame] | 7 | |
DRC | 180c016 | 2010-10-27 07:20:27 +0000 | [diff] [blame] | 8 | if(BUILD_WINVNC) |
| 9 | add_subdirectory(vncconfig) |
| 10 | add_subdirectory(winvnc) |
| 11 | endif() |
Pierre Ossman | 481b03e | 2011-03-03 12:32:15 +0000 | [diff] [blame] | 12 | |
| 13 | add_subdirectory(installer) |