aboutsummaryrefslogtreecommitdiff
path: root/GoogleTest-CMakeLists.txt.in
diff options
context:
space:
mode:
authorErwin Jansen <jansene@google.com>2018-11-28 14:42:46 -0800
committerErwin Jansen <jansene@google.com>2018-11-28 14:42:46 -0800
commit17ae36822a8084f45ae51f9031e81f8318254f33 (patch)
treeae95f7228eb234a51ae74eca1089ab2ea66f7ed7 /GoogleTest-CMakeLists.txt.in
parent9e8a46ebd61488e1b8be0df15e19c90e0395d7a9 (diff)
parente0904c84162a2a078a47b7966305f84f817d6247 (diff)
downloadastc-codec-emu-30-release.tar.gz
Change-Id: I3cacc9da948c56f15cb96f03a2142ffab4f65846
Diffstat (limited to 'GoogleTest-CMakeLists.txt.in')
-rw-r--r--GoogleTest-CMakeLists.txt.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/GoogleTest-CMakeLists.txt.in b/GoogleTest-CMakeLists.txt.in
new file mode 100644
index 0000000..569f4df
--- /dev/null
+++ b/GoogleTest-CMakeLists.txt.in
@@ -0,0 +1,15 @@
+cmake_minimum_required(VERSION 2.8.2)
+
+project(googletest-download NONE)
+
+include(ExternalProject)
+ExternalProject_Add(googletest
+ GIT_REPOSITORY https://github.com/google/googletest.git
+ GIT_TAG "release-1.8.1"
+ SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-src"
+ BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-build"
+ CONFIGURE_COMMAND ""
+ BUILD_COMMAND ""
+ INSTALL_COMMAND ""
+ TEST_COMMAND ""
+) \ No newline at end of file