namedenums/CMakeLists.txt

2014-02-26

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Wed, 26 Feb 2014 18:31:53 +0200 (2014-02-26)
changeset 114
6cbeb9f8350f
parent 109
6572803cd0ca
child 119
bdf8d46c145f
permissions
-rw-r--r--

- fixed: array assignment operators pushed the bytecode parameters the wrong way around...

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

mercurial