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/3rdparty/CMakeLists.txt b/3rdparty/CMakeLists.txt new file mode 100755 index 0000000..df28699 --- /dev/null +++ b/3rdparty/CMakeLists.txt
@@ -0,0 +1,6 @@ +add_subdirectory(everest) + +set(src_thirdparty + ${src_everest} + PARENT_SCOPE +)