Added config files
This commit is contained in:
parent
e96061e44b
commit
ef74d81a8b
4 changed files with 125 additions and 0 deletions
5
cmake/UseLibNFC.cmake
Normal file
5
cmake/UseLibNFC.cmake
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# -*- cmake -*-
|
||||
|
||||
add_definitions ( ${LIBNFC_DEFINITIONS} )
|
||||
include_directories ( ${LIBNFC_INCLUDE_DIRS} )
|
||||
link_directories ( ${LIBNFC_LIBRARY_DIRS} )
|
||||
Loading…
Add table
Add a link
Reference in a new issue