commit | 62dddd08fd5a73f7ffdfbe754d5688c9c5277bd3 | [log] [tgz] |
---|---|---|
author | Christoph M. Wintersteiger <cwinter@microsoft.com> | Fri Dec 14 13:07:50 2018 +0000 |
committer | Janos Follath <janos.follath@arm.com> | Mon Aug 19 13:36:44 2019 +0100 |
tree | 66c2306da4732543418c7a1f447b01d7c7777aef | |
parent | 2e724a18a10c3243b85f9cff15d9b33d7571564c [diff] [blame] |
Add new 3rdparty build scripts
diff --git a/CMakeLists.txt b/CMakeLists.txt index f756d43..044ddc2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -179,6 +179,7 @@ include_directories(include/ 3rdparty/everest/include/ 3rdparty/everest/include/everest/ 3rdparty/everest/include/everest/kremlin/ 3rdparty/everest/include/everest/kremlib/) include_directories(library/) +add_subdirectory(3rdparty) add_subdirectory(library) add_subdirectory(include)