fix CMake build files
This commit is contained in:
parent
9cc3dca98b
commit
fe0396e392
4 changed files with 7 additions and 5 deletions
2
src/include/CMakeLists.txt
Normal file
2
src/include/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ADD_SUBDIRECTORY(nfc)
|
||||
|
||||
4
src/include/nfc/CMakeLists.txt
Normal file
4
src/include/nfc/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Headers
|
||||
FILE(GLOB headers "${CMAKE_CURRENT_SOURCE_DIR}/*.h")
|
||||
INSTALL(FILES ${headers} DESTINATION ${INCLUDE_INSTALL_DIR}/nfc COMPONENT headers)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue