Skip to content

Commit f86fbb7

Browse files
committed
add project name to make file
1 parent 47444dc commit f86fbb7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/cpp/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ set (CMAKE_CXX_STANDARD 14)
22
set (CMAKE_CXX_STANDARD_REQUIRED On)
33
set (CMAKE_CXX_EXTENSIONS Off)
44
cmake_minimum_required(VERSION 3.12...3.13)
5+
6+
project("Google_cpp_bench")

0 commit comments

Comments
 (0)