X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=CMakeLists.txt;h=6655cafc6a6e2568a68cb189bd5a2a0e518418d2;hp=71857d0a22a5e9ffb63ca7b1ac64af23a615343b;hb=0209a3633dc877a577af07d883eb5059e22f6a91;hpb=db9c7eba8ff28219a33b5494a3d60aa487d87ef1 diff --git a/CMakeLists.txt b/CMakeLists.txt index 71857d0..6655caf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # Project -project(libftdi1) +project(libftdi1 C) set(MAJOR_VERSION 1) set(MINOR_VERSION 4) set(PACKAGE libftdi1) @@ -136,6 +136,7 @@ endif () add_subdirectory(src) if ( FTDIPP ) + project(libftdipp1 C CXX) add_subdirectory(ftdipp) endif () if ( PYTHON_BINDINGS )