updaterevision/CMakeLists.txt

Sun, 09 Feb 2014 21:27:55 +0200

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sun, 09 Feb 2014 21:27:55 +0200
changeset 105
6dbac3305614
parent 88
5def6ff8b466
permissions
-rw-r--r--

- highly reworked variable support, variable declarations now are declared with 'var', uses are prefixed with '$', merged constant handling into variables

88
5def6ff8b466 - reformatting
Teemu Piippo <crimsondusk64@gmail.com>
parents: 82
diff changeset
1 cmake_minimum_required (VERSION 2.4)
82
841562f5a32f - added the public-domain updaterevision so I can have access to git stuff
Teemu Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
2 add_executable (updaterevision updaterevision.c)

mercurial