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 | |
Pierre Ossman | 6a2b6bf | 2015-09-29 15:44:28 +0200 | [diff] [blame] | 5 | IF(CMAKE_BUILD_TYPE MATCHES Debug) |
6 | add_definitions(-D_DEBUG) | ||||
7 | ENDIF() | ||||
8 | |||||
DRC | 180c016 | 2010-10-27 07:20:27 +0000 | [diff] [blame] | 9 | add_subdirectory(rfb_win32) |
Pierre Ossman | 5156d5e | 2011-03-09 09:42:34 +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) | ||||
Pierre Ossman | 4c378e0 | 2012-04-25 14:35:46 +0000 | [diff] [blame] | 14 | add_subdirectory(wm_hooks) |
DRC | 180c016 | 2010-10-27 07:20:27 +0000 | [diff] [blame] | 15 | endif() |