X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=examples%2FCMakeLists.txt;h=1263c6260ddbb13d484b89c8f45bf4bfcb45a702;hp=6793d89116bfb3a183b0fd5951ec172434433b09;hb=95f682877fca2fe3c0271272b07f3fffeda4281e;hpb=42ece7602ea66377ef2727ab45286c5cb7e9ed52 diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 6793d89..1263c62 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -2,7 +2,7 @@ option(EXAMPLES "Build example programs" ON) if (EXAMPLES) # Includes - include( ${CMAKE_CURRENT_SOURCE_DIR} + include_directories( ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} )