mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-28 20:56:40 +00:00
fix CMake build files
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user