aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-08-30 11:07:18 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2016-08-30 11:07:18 +0200
commit825fc3d44eb6a3837bb922815c4351aa011a213c (patch)
tree825ec81fd14aa07d8621513ceb6c2b7e1aa95620 /CMakeLists.txt
parent8dbc565edee65b31db68f47d41f569d9e52fef14 (diff)
downloadcmix-825fc3d44eb6a3837bb922815c4351aa011a213c.tar.gz
cmix-825fc3d44eb6a3837bb922815c4351aa011a213c.tar.bz2
cmix-825fc3d44eb6a3837bb922815c4351aa011a213c.zip
Proof of concept skeleton, linktime algorithm implementation selection.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0378b04..97191ba 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,8 +12,8 @@ if(DOXYGEN_FOUND)
)
endif(DOXYGEN_FOUND)
-add_subdirectory(libcmix)
add_subdirectory(libcmix-crypto)
+add_subdirectory(libcmix)
add_subdirectory(network-handler)