namedenums/CMakeLists.txt

Sun, 30 Mar 2014 22:50:25 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sun, 30 Mar 2014 22:50:25 +0300
changeset 123
ad33901eb4f6
parent 119
bdf8d46c145f
child 135
8b9132fea327
permissions
-rw-r--r--

- added the branch name to the first line of the generated gitinfo.h to trigger regeneration on branch switch

cmake_minimum_required (VERSION 2.4)
add_executable (namedenums namedenums.cpp)
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x -W -Wall")

mercurial