diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2017-02-28 17:32:47 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2017-03-11 15:41:50 +0100 |
commit | 34daa03a2be13f9f38fc29336350236a3e9f541e (patch) | |
tree | cd1e306f95fa232b375b6a0348c2856230e358e9 /CMakeLists.txt | |
parent | ee78540d7d9a5d555085b4608ba0ccb4f9ec1801 (diff) | |
download | libnitrokey-34daa03a2be13f9f38fc29336350236a3e9f541e.tar.gz libnitrokey-34daa03a2be13f9f38fc29336350236a3e9f541e.tar.bz2 |
Count lifetime instances of device communication exception
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d0bc1f8..46f5bee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,7 +60,7 @@ set(SOURCE_FILES NitrokeyManager.cc NK_C_API.h NK_C_API.cc -) + DeviceCommunicationExceptions.cpp) IF(UNIX) # add_library(hidapi-libusb STATIC hidapi/libusb/hid.c ) |