Ignore purge_test example build for MinGW
[libftdi] / CMakeOptions.txt
1 option ( STATICLIBS "Build static libraries" ON )
2 option ( BUILD_TESTS "Build unit tests with Boost Unit Test framework" OFF )
3 option ( DOCUMENTATION "Generate API documentation with Doxygen" OFF )
4 option ( EXAMPLES "Build example programs" ON )
5 option ( FTDIPP "Build C++ binding library libftdi1++" OFF )
6 option ( FTDI_EEPROM "Build ftdi_eeprom" ON )
7 option ( PYTHON_BINDINGS "Build python bindings via swig" OFF )
8 option ( LINK_PYTHON_LIBRARY "Link against python libraries" OFF )