X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=cmake%2FUseLibFTDI1.cmake;fp=cmake%2FUseLibFTDI1.cmake;h=e7e43b0aad8e6cde4177f824c632ca63987423f9;hp=0000000000000000000000000000000000000000;hb=016ad174031f03588b526ba873c6e14343199dab;hpb=6d4f7fbac8e34f674ce9b4c82492af2bed014541 diff --git a/cmake/UseLibFTDI1.cmake b/cmake/UseLibFTDI1.cmake new file mode 100644 index 0000000..e7e43b0 --- /dev/null +++ b/cmake/UseLibFTDI1.cmake @@ -0,0 +1,18 @@ +# -*- cmake -*- +# +# UseLibFTDI.cmake +# +# Copyright (C) 2013 Intra2net AG and the libftdi developers +# +# This file is part of LibFTDI. +# +# LibFTDI is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License +# version 2.1 as published by the Free Software Foundation; +# + + +add_definitions ( ${LIBFTDI_DEFINITIONS} ) +include_directories ( ${LIBFTDI_INCLUDE_DIRS} ) +link_directories ( ${LIBFTDI_LIBRARY_DIRS} ) +