codegen/CMakeLists.txt

Sun, 27 Jul 2014 03:14:27 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sun, 27 Jul 2014 03:14:27 +0300
changeset 850
a3d72b0e916d
parent 845
fec7023e91a7
child 855
e16f1587ef44
permissions
-rw-r--r--

- changed configuration entry name from minuscule camelCase to majuscule CamelCase. reasoning for this being that these variables are globals.

cmake_minimum_required (VERSION 2.4)
add_executable (codegen codegen.cpp)

mercurial