X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=CMakeOptions.txt;fp=CMakeOptions.txt;h=43a9d3dc12c4b3b0ddfe6f27f6fdfd933ad4fdd5;hp=0000000000000000000000000000000000000000;hb=68d2167bc5ed5b87c4e41896647b7a25ca7c4062;hpb=adc1b7fbb1aa2afce9e14a32b8421f06d4653003 diff --git a/CMakeOptions.txt b/CMakeOptions.txt new file mode 100644 index 0000000..43a9d3d --- /dev/null +++ b/CMakeOptions.txt @@ -0,0 +1,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" OFF ) +option ( PYTHON_BINDINGS "Build python bindings via swig" OFF ) +option ( LINK_PYTHON_LIBRARY "Link against python libraries" OFF )