1
0
mirror of https://github.com/Tha14/toxic.git synced 2026-01-27 20:03:16 +01:00

Merge branch 'upstream'

This commit is contained in:
Simon Levermann
2013-08-08 18:06:10 +02:00
5 changed files with 62 additions and 34 deletions

View File

@@ -1,6 +1,9 @@
cmake_minimum_required(VERSION 2.6.0)
project(toxic C)
execute_process(COMMAND git rev-list HEAD --count OUTPUT_VARIABLE COMMIT)
SET(GCC_COVERAGE_COMPILE_FLAGS '-DTOXICVER="0.1.1_r${COMMIT}"')
add_definitions(${GCC_COVERAGE_COMPILE_FLAGS})
set(exe_name toxic)
add_executable(${exe_name}