mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-07-22 11:41:50 +00:00
Added config files
This commit is contained in:
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} )
|
||||
Reference in New Issue
Block a user