X-Git-Url: http://developer.intra2net.com/git/?a=blobdiff_plain;f=CMakeLists.txt;h=29586e6282d251cf2f2fec9fc1a88cb2fd214365;hb=672ac0087a0ee7a30f809d4a529285b74be3c54a;hp=dbf60525a4f964f7312004fd04e8365cb91e2204;hpb=3ab8f642787d972f9ceb8ed4a385c09aeb39848d;p=libftdi diff --git a/CMakeLists.txt b/CMakeLists.txt index dbf6052..29586e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Project project(libftdi) set(MAJOR_VERSION 0) -set(MINOR_VERSION 15) +set(MINOR_VERSION 16) set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}) SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}") @@ -76,6 +76,7 @@ endif(${UNIX}) add_subdirectory(src) add_subdirectory(ftdipp) +add_subdirectory(bindings) add_subdirectory(examples) add_subdirectory(packages)