Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F113708312
gbenchmark.cmake.in
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, May 20, 13:42
Size
433 B
Mime Type
text/plain
Expires
Thu, May 22, 13:42 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
25299344
Attached To
rAKA akantu
gbenchmark.cmake.in
View Options
cmake_minimum_required(VERSION 3.1)
project(gbenchmark-download NONE)
include(ExternalProject)
ExternalProject_Add(gbenchmark
GIT_REPOSITORY ${GBENCHMARK_GIT}
GIT_TAG ${GBENCHMARK_VERSION}
SOURCE_DIR ${PROJECT_SOURCE_DIR}/third-party/google-benchmark
BINARY_DIR ${PROJECT_BINARY_DIR}/third-party/google-benchmark
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""
TEST_COMMAND ""
)
Event Timeline
Log In to Comment