namedenums/CMakeLists.txt

Tue, 22 Jul 2014 19:05:58 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Tue, 22 Jul 2014 19:05:58 +0300
changeset 139
cf11621ae422
parent 135
8b9132fea327
permissions
-rw-r--r--

- added proper commandline interface with options. synergizes very nicely with named enums. :-) added a verbosity level which does nothing just yet

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

mercurial