Added config files

This commit is contained in:
xantares
2014-06-27 20:37:50 +02:00
committed by Romuald Conty
parent e96061e44b
commit ef74d81a8b
4 changed files with 125 additions and 0 deletions

5
cmake/UseLibNFC.cmake Normal file
View File

@@ -0,0 +1,5 @@
# -*- cmake -*-
add_definitions ( ${LIBNFC_DEFINITIONS} )
include_directories ( ${LIBNFC_INCLUDE_DIRS} )
link_directories ( ${LIBNFC_LIBRARY_DIRS} )