You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CustomCMakeLists.txt-skeleton 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # This file is an example configuration of OpenViBE build system
  2. # By default all changes are disabled, you can un-comment any that are of interest to you
  3. # In order to use the file make a copy of it an rename it "CustomCMakeLists.txt"
  4. # ----------------------------------
  5. # USEFUL ELEMENTS
  6. # ----------------------------------
  7. # Uncomment the following to build documentation
  8. # both the global project and the specific projects are affected by this token
  9. #SET(SKIP_DOCUMENTATION OFF)
  10. # ----------------------------------
  11. # OPENVIBE
  12. # ----------------------------------
  13. # Optionally skip whole projects
  14. #SET(SKIP_KERNEL ON)
  15. #SET(SKIP_MODULES ON)
  16. #SET(SKIP_OPENVIBE ON)
  17. #SET(SKIP_PLUGINS ON)
  18. #SET(SKIP_TOOLKIT ON)
  19. # Optionally disable (or re-enable) Modules
  20. #SET(SKIP_MODULES_EBML ON)
  21. #SET(SKIP_MODULES_FS ON)
  22. #SET(SKIP_MODULES_SOCKET ON)
  23. #SET(SKIP_MODULES_STREAM OFF)
  24. #SET(SKIP_MODULES_SYSTEM ON)
  25. #SET(SKIP_MODULES_XML ON)
  26. # Optionally skip Processing Plugins
  27. #SET(SKIP_PLUGINS_PROCESSING_ACQUISITION ON)
  28. #SET(SKIP_PLUGINS_PROCESSING_CLASIFICATION ON)
  29. #SET(SKIP_PLUGINS_PROCESSING_EXAMPLES ON)
  30. #SET(SKIP_PLUGINS_PROCESSING_FILE-IO ON)
  31. #SET(SKIP_PLUGINS_PROCESSING_NETWORK-IO ON)
  32. #SET(SKIP_PLUGINS_PROCESSING_SAMPLES ON)
  33. #SET(SKIP_PLUGINS_PROCESSING_SIGNAL-PROCESSING ON)
  34. #SET(SKIP_PLUGINS_PROCESSING_SIMPLE-VISUALISATION ON)
  35. #SET(SKIP_PLUGINS_PROCESSING_STIMULATION ON)
  36. #SET(SKIP_PLUGINS_PROCESSING_STREAM-CODECS ON)
  37. #SET(SKIP_PLUGINS_PROCESSING_STREAMING ON)
  38. #SET(SKIP_PLUGINS_PROCESSING_TOOLS ON)