aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorElie Tournier <tournier.elie@gmail.com>2017-04-18 09:27:17 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2017-05-25 15:12:16 +0200
commit05ae75697be8df1b2179035d3ef8dc6b2e7fe30f (patch)
tree8660cacda7b85b27ebf2d75e8cf9ed7152bee5ef /CMakeLists.txt
parent06c0deb7935a9390a67bc02d6c323e64c785a026 (diff)
downloadlibnitrokey-05ae75697be8df1b2179035d3ef8dc6b2e7fe30f.tar.gz
libnitrokey-05ae75697be8df1b2179035d3ef8dc6b2e7fe30f.tar.bz2
Rename files: s/stick10/NKPro and s/stick20/NKStorage
Signed-off-by: Elie Tournier <tournier.elie@gmail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b1103db..270d13e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,12 +48,12 @@ set(SOURCE_FILES
include/log.h
include/misc.h
include/NitrokeyManager.h
- include/stick10_commands.h
- include/stick20_commands.h
+ include/NKPro_commands.h
+ include/NKStorage_commands.h
include/CommandFailedException.h
include/LibraryException.h
include/LongOperationInProgressException.h
- include/stick10_commands_0.8.h
+ include/NKPro_commands_0.8.h
command_id.cc
device.cc
log.cc