changeset 7:3890971a28e8

misc: add libopenssl to root
author David Demelier <markand@malikania.fr>
date Tue, 18 Oct 2016 18:24:00 +0200
parents e6086f36552e
children 75149d50c31f
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Oct 18 18:23:18 2016 +0200
+++ b/CMakeLists.txt	Tue Oct 18 18:24:00 2016 +0200
@@ -18,4 +18,5 @@
 
 cmake_minimum_required(VERSION 3.6)
 project(devkit)
+add_subdirectory(libopenssl)
 add_subdirectory(libz)