Increase copyright year to 2020
[libftdi] / CMakeOptions.txt
CommitLineData
68d2167b
YY
1option ( STATICLIBS "Build static libraries" ON )
2option ( BUILD_TESTS "Build unit tests with Boost Unit Test framework" OFF )
3option ( DOCUMENTATION "Generate API documentation with Doxygen" OFF )
4option ( EXAMPLES "Build example programs" ON )
5option ( FTDIPP "Build C++ binding library libftdi1++" OFF )
428c8e67 6option ( FTDI_EEPROM "Build ftdi_eeprom" ON )
68d2167b
YY
7option ( PYTHON_BINDINGS "Build python bindings via swig" OFF )
8option ( LINK_PYTHON_LIBRARY "Link against python libraries" OFF )