X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=CMakeLists.txt;h=58f664a819c3d6d3318874518d526ac6e59a781c;hp=3b0b87c08d6cb83a99fadd88c3b6b5e066f423ea;hb=45ebed3754aa2814583f4d433155f87f24f5351f;hpb=cdb28383402d248dbc6062f4391b038375c52385 diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b0b87c..58f664a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -150,6 +150,7 @@ if ( EXAMPLES ) endif () add_subdirectory(packages) if ( BUILD_TESTS ) + project(libftdi1 C CXX) add_subdirectory(test) endif ()