Refine CMake, update UT.

This commit is contained in:
Chunting Gu
2018-04-13 12:50:39 +08:00
parent 803ae3eb5f
commit 20721c2423
11 changed files with 103 additions and 101 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
# project(jsoncpp)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
set(SRCS
json/json.h