~remmina-ppa-team/remmina-ppa/remmina-next

« back to all changes in this revision

Viewing changes to remmina-plugins/spice/CMakeLists.txt

  • Committer: Denis Ollier
  • Date: 2016-08-29 19:40:38 UTC
  • Revision ID: git-v1:0967c059886da3e3b9e2e1b223558c60e74db0e4
spice: split code into multiple files

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
set(REMMINA_PLUGIN_SPICE_SRCS
34
34
        spice_plugin.c
 
35
        spice_plugin_usb.c
35
36
        )
36
37
 
37
38
add_library(remmina-plugin-spice ${REMMINA_PLUGIN_SPICE_SRCS})