updaterevision/CMakeLists.txt

Mon, 14 Apr 2014 16:00:36 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Mon, 14 Apr 2014 16:00:36 +0300
changeset 662
2f1bd9112408
parent 632
63e6243b880c
permissions
-rw-r--r--

- use the keyword 'not' in place of the exclamation mark for operator!, this is clearer. also converted uses of '== false' to this.

632
63e6243b880c - migrated to CMake again
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1 cmake_minimum_required (VERSION 2.4)
63e6243b880c - migrated to CMake again
Santeri Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
2 add_executable (updaterevision updaterevision.c)

mercurial