view extern/vera/CMakeLists.txt @ 698:ad1ee47165fa

Irccd: create own json_util::document class For convenience when parsing command arguments, use directly json_util::document instead of raw nlohmann::json object. This will simplify the process of decomposing unsafe structures.
author David Demelier <markand@malikania.fr>
date Mon, 07 May 2018 21:10:12 +0200
parents a7c0eb100760
children
line wrap: on
line source

project(vera++)
cmake_minimum_required(VERSION 3.0)

set(VERA_MAJOR 1)
set(VERA_MINOR 3)
set(VERA_BUILD 0)
set(VERA_VERSION "${VERA_MAJOR}.${VERA_MINOR}.${VERA_BUILD}")

add_subdirectory(src)