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 | |
DRC | 180c016 | 2010-10-27 07:20:27 +0000 | [diff] [blame] | 7 | if(BUILD_WINVNC) |
| 8 | add_subdirectory(vncconfig) |
| 9 | add_subdirectory(winvnc) |
| 10 | endif() |