diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2016-08-09 17:42:12 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2016-08-09 18:35:38 +0200 |
commit | 709b3e4c3a7aac2565687579bff62601b141362f (patch) | |
tree | 2fef4f162e975ce8ed314c312009b0dd69e7a1b4 /CMakeLists.txt | |
parent | de47911eea52421c3a8307e7d9a390a4c9f710b2 (diff) | |
download | libnitrokey-709b3e4c3a7aac2565687579bff62601b141362f.tar.gz libnitrokey-709b3e4c3a7aac2565687579bff62601b141362f.tar.bz2 |
Merged library exceptions declarationv1.0
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 265e737..39c0c34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,6 @@ set(SOURCE_FILES log.cc misc.cc NitrokeyManager.cc - NK_C_API.cc CommandFailedException.cpp include/CommandFailedException.h TooLongStringException.cpp include/TooLongStringException.h include/InvalidSlotException.h include/LibraryException.h) + NK_C_API.cc include/CommandFailedException.h include/LibraryException.h) add_executable(libnitrokey ${SOURCE_FILES})
\ No newline at end of file |