diff options
author | Christian Beier <dontmind@freeshell.org> | 2018-09-29 20:47:05 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2018-09-29 20:47:05 +0200 |
commit | 5f3ea4e53d3a756864de4f6ceb6ab8068afff3c5 (patch) | |
tree | c503d500a9f56eda4727424665ddf65fbce2e1f7 | |
parent | e611616723035d2345cf27e43c8b2eef958d5696 (diff) | |
download | libtdevnc-5f3ea4e53d3a756864de4f6ceb6ab8068afff3c5.tar.gz libtdevnc-5f3ea4e53d3a756864de4f6ceb6ab8068afff3c5.zip |
CMake: build the repeater example as well
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f5e756..958638b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -458,6 +458,7 @@ set(LIBVNCSERVER_EXAMPLES pnmshow pnmshow24 regiontest + repeater rotate simple simple15 |