diff options
author | Pierre Ossman <ossman@cendio.se> | 2012-04-25 14:35:46 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2012-04-25 14:35:46 +0000 |
commit | 4c378e0f930c749c8b6464320def86f7531b82e4 (patch) | |
tree | f00e6a62c7d0559edf006b9d96bd9c733b171f7d /win/CMakeLists.txt | |
parent | 2b6dd6a4f7d5eb8bdcf4413a430e1d8e85514af4 (diff) | |
download | tigervnc-4c378e0f930c749c8b6464320def86f7531b82e4.tar.gz tigervnc-4c378e0f930c749c8b6464320def86f7531b82e4.zip |
Build wm_hooks in its own directory. Makes the build structure more clear.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4896 3789f03b-4d11-0410-bbf8-ca57d06f2519
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() |