Skip to content

Commit

Permalink
Merge branch '77-missing_C_header'
Browse files Browse the repository at this point in the history
Add missing header for C/CFFI access to the C API.
Fixes #77
  • Loading branch information
szszszsz committed Jan 16, 2018
2 parents ca7e766 + c3d3562 commit f72b672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ IF (LOG_VOLATILE_DATA)
ENDIF()


file(GLOB LIB_INCLUDES "include/*.h")
file(GLOB LIB_INCLUDES "include/*.h" "NK_C_API.h")
install (FILES ${LIB_INCLUDES} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME})
install (TARGETS nitrokey DESTINATION ${CMAKE_INSTALL_LIBDIR})

Expand Down

0 comments on commit f72b672

Please sign in to comment.