It cow compile using CMake.

This commit is contained in:
Romuald Conty 2009-11-04 12:03:49 +00:00
parent 06a76f6470
commit c9689c74fb
5 changed files with 30 additions and 26 deletions

View file

@ -1,6 +1,6 @@
SET(EXAMPLES-SOURCES nfc-list nfc-mfclassic nfc-mfultralight nfcip-initiator nfcip-target nfc-anticol nfc-emulate nfc-relay)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/../)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/../lib)
# Examples
FOREACH(source ${EXAMPLES-SOURCES})