commit | 89f36aeb2a06c528bb247ee284d3120c717583f1 | [log] [tgz] |
---|---|---|
author | Christoph M. Wintersteiger <cwinter@microsoft.com> | Fri Dec 14 13:07:50 2018 +0000 |
committer | Janos Follath <janos.follath@arm.com> | Thu Aug 29 16:12:38 2019 +0100 |
tree | 3ff448f0b4ee174ac533cf3802627f32542120c8 | |
parent | e14c779615c5690179beedd289a86fc2c4f01bb9 [diff] [blame] |
Add new 3rdparty build scripts
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ab1f3f..b9d2d81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -191,6 +191,7 @@ endif(ZLIB_FOUND) endif(ENABLE_ZLIB_SUPPORT) +add_subdirectory(3rdparty) add_subdirectory(library) add_subdirectory(include) add_subdirectory(crypto/library)