mirror of
https://github.com/nfc-tools/libnfc.git
synced 2025-12-23 18:50:05 +00:00
6 lines
203 B
CMake
6 lines
203 B
CMake
# -*- cmake -*-
|
|
|
|
add_definitions ( ${LIBNFC_DEFINITIONS} )
|
|
include_directories ( ${LIBNFC_INCLUDE_DIRS} )
|
|
link_directories ( ${LIBNFC_LIBRARY_DIRS} )
|