fixed EEPROM user-area space checks for FT232R and FT245R chips in ftdi_eeprom_build()
[libftdi] / cmake / UseLibFTDI1.cmake
1 #                                               -*- cmake -*-
2 #
3 #  UseLibFTDI.cmake
4 #
5 #  Copyright (C) 2013 Intra2net AG and the libftdi developers
6 #
7 #  This file is part of LibFTDI.
8 #
9 #  LibFTDI is free software; you can redistribute it and/or modify
10 #  it under the terms of the GNU Lesser General Public License
11 #  version 2.1 as published by the Free Software Foundation;
12 #
13
14
15 add_definitions     ( ${LIBFTDI_DEFINITIONS} )
16 include_directories ( ${LIBFTDI_INCLUDE_DIRS} )
17 link_directories    ( ${LIBFTDI_LIBRARY_DIRS} )
18