8000 Add root cmake lists · amalbansode/numeric-range@cba4f27 · GitHub
[go: up one dir, main page]

Skip to conten 8000 t

Commit cba4f27

Browse files
committed
Add root cmake lists
1 parent f2b6ded commit cba4f27

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
cmake_minimum_required(VERSION 3.17)
2+
project(json_equation VERSION 3.17 LANGUAGES CXX)
3+
4+
set(CMAKE_CXX_STANDARD 17)
5+
6+
include(src/CMakeLists.txt)
7+
include(test/CMakeLists.txt)

0 commit comments

Comments
 (0)
0