add set statements

This commit is contained in:
pantor
2020-08-03 21:29:05 +02:00
parent 6d46bf6fbf
commit 889da4da4f
8 changed files with 74 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)
project(inja LANGUAGES CXX VERSION 3.0.0)
project(inja LANGUAGES CXX VERSION 3.1.0)
option(INJA_USE_EMBEDDED_JSON "Use the shipped json header if not available on the system" ON)