updaterevision/CMakeLists.txt

Sun, 13 Jul 2014 20:40:24 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sun, 13 Jul 2014 20:40:24 +0300
changeset 840
d077dd19bf9a
parent 632
63e6243b880c
permissions
-rw-r--r--

- changed `&&` and `||` operators to their named variants `and` and `or`

cmake_minimum_required (VERSION 2.4)
add_executable (updaterevision updaterevision.c)

mercurial