fix CMake build files

This commit is contained in:
Francois Kooman 2010-01-11 20:33:46 +00:00
parent 9cc3dca98b
commit fe0396e392
4 changed files with 7 additions and 5 deletions

View file

@ -0,0 +1,2 @@
ADD_SUBDIRECTORY(nfc)

View file

@ -0,0 +1,4 @@
# Headers
FILE(GLOB headers "${CMAKE_CURRENT_SOURCE_DIR}/*.h")
INSTALL(FILES ${headers} DESTINATION ${INCLUDE_INSTALL_DIR}/nfc COMPONENT headers)