diff options
Diffstat (limited to 'win/CMakeLists.txt')
-rw-r--r-- | win/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/CMakeLists.txt b/win/CMakeLists.txt index 24f3fc4c..951f16ad 100644 --- a/win/CMakeLists.txt +++ b/win/CMakeLists.txt @@ -7,4 +7,5 @@ add_subdirectory(rfb_win32) if(BUILD_WINVNC) add_subdirectory(vncconfig) add_subdirectory(winvnc) +add_subdirectory(wm_hooks) endif() |