Skip to content

Commit

Permalink
Move cppcodec to 3rdparty directory
Browse files Browse the repository at this point in the history
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
  • Loading branch information
szszszsz committed Apr 3, 2017
1 parent 08e952a commit 6e5b0e2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Expand Up @@ -2,5 +2,5 @@
path = libnitrokey
url = https://github.com/Nitrokey/libnitrokey.git
[submodule "cppcodec"]
path = cppcodec
path = 3rdparty/cppcodec
url = https://github.com/tplgy/cppcodec.git
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -113,7 +113,7 @@ INCLUDE_DIRECTORIES(
${SRCDIR}
${UTILSDIR}
${SRCUIDIR}
cppcodec
3rdparty/cppcodec
)

# c/cpp sources
Expand Down
2 changes: 1 addition & 1 deletion nitrokey-app-qt5.pro
Expand Up @@ -97,7 +97,7 @@ INCLUDEPATH += $${SRCDIR} \
$${SRCUIDIR} \
$${UTILSDIR} \
$${COREDIR} \
$${ROOTDIR}/cppcodec \
$${ROOTDIR}/3rdparty/cppcodec \
$${GUIDIR}

LIBNITROKEY= -lnitrokey-static
Expand Down

0 comments on commit 6e5b0e2

Please sign in to comment.