5 lines
203 B
CMake
5 lines
203 B
CMake
# -*- cmake -*-
|
|
|
|
add_definitions ( ${LIBNFC_DEFINITIONS} )
|
|
include_directories ( ${LIBNFC_INCLUDE_DIRS} )
|
|
link_directories ( ${LIBNFC_LIBRARY_DIRS} )
|