codegen/CMakeLists.txt

Sun, 27 Jul 2014 02:55:27 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sun, 27 Jul 2014 02:55:27 +0300
changeset 849
4af6f977d04b
parent 845
fec7023e91a7
child 855
e16f1587ef44
permissions
-rw-r--r--

- fixed: direct color support did not work properly with full-black #000000

845
fec7023e91a7 - added a code generator to produce a configuration.inc which replaces the old, DIABOLIC configuration indexing mechanism
Teemu Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1 cmake_minimum_required (VERSION 2.4)
fec7023e91a7 - added a code generator to produce a configuration.inc which replaces the old, DIABOLIC configuration indexing mechanism
Teemu Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
2 add_executable (codegen codegen.cpp)

mercurial