mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
Initial commit
This commit is contained in:
+18
@@ -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} )
|
||||
|
||||
Reference in New Issue
Block a user