commit | 4c378e0f930c749c8b6464320def86f7531b82e4 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Wed Apr 25 14:35:46 2012 +0000 |
committer | Pierre Ossman <ossman@cendio.se> | Wed Apr 25 14:35:46 2012 +0000 |
tree | f00e6a62c7d0559edf006b9d96bd9c733b171f7d | |
parent | 2b6dd6a4f7d5eb8bdcf4413a430e1d8e85514af4 [diff] [blame] |
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
diff --git a/win/CMakeLists.txt b/win/CMakeLists.txt index 24f3fc4..951f16a 100644 --- a/win/CMakeLists.txt +++ b/win/CMakeLists.txt
@@ -7,4 +7,5 @@ if(BUILD_WINVNC) add_subdirectory(vncconfig) add_subdirectory(winvnc) +add_subdirectory(wm_hooks) endif()