view vera/CMakeLists.txt @ 73:46012b0dea51

Style
author David Demelier <markand@malikania.fr>
date Fri, 19 Oct 2018 21:16:00 +0200
parents ce077d93ce14
children
line wrap: on
line source

#
# this file was customized it may be different from upstream.
#

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)