File: CMakeOptions.txt

package info (click to toggle)
libftdi1 1.5-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,024 kB
  • sloc: ansic: 6,255; cpp: 875; python: 537; sh: 116; makefile: 51
file content (8 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
option ( STATICLIBS "Build static libraries" ON )
option ( BUILD_TESTS "Build unit tests with Boost Unit Test framework" OFF )
option ( DOCUMENTATION "Generate API documentation with Doxygen" OFF )
option ( EXAMPLES "Build example programs" ON )
option ( FTDIPP "Build C++ binding library libftdi1++" OFF )
option ( FTDI_EEPROM "Build ftdi_eeprom" ON )
option ( PYTHON_BINDINGS "Build python bindings via swig" OFF )
option ( LINK_PYTHON_LIBRARY "Link against python libraries" OFF )