diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f20b4dc..d39672e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -431,6 +431,13 @@ if(MACOS) ) endif(MACOS) +if(ANDROID) + set(LIBVNCSERVER_EXAMPLES + ${LIBVNCSERVER_EXAMPLES} + androidvncserver + ) +endif(ANDROID) + set(LIBVNCCLIENT_EXAMPLES backchannel ppmtest |
