X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=CMakeLists.txt;h=ee21a8fc0cffd59e58d6477fab6824e2e3354f24;hp=08e5771a7dc5e88abbf8f9007f15aa591b5deb5b;hb=2ecba5704ca7304820250fa71a5e168651bd8e8f;hpb=4ce11b8c6a127cee26d950ea99f61cc67f76ea63 diff --git a/CMakeLists.txt b/CMakeLists.txt index 08e5771..ee21a8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -113,6 +113,8 @@ add_custom_target(dist | bzip2 > ${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}.tar.bz2 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}) +# Tests +option ( BUILD_TESTS "Build unit tests with Boost Unit Test framework" ON ) # Documentation option ( DOCUMENTATION "Generate API documentation with Doxygen" ON )