namedenums/CMakeLists.txt

Sun, 23 Feb 2014 17:45:34 +0200

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sun, 23 Feb 2014 17:45:34 +0200
changeset 112
def56932f938
parent 109
6572803cd0ca
child 119
bdf8d46c145f
permissions
-rw-r--r--

- changed the PROPERTY macro to a simper version and brought some refactoring with it

109
6572803cd0ca - added named enumerations to botc source, this should help with debugging
Teemu Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
1 cmake_minimum_required (VERSION 2.4)
6572803cd0ca - added named enumerations to botc source, this should help with debugging
Teemu Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
2 add_executable (namedenums NamedEnumerations.cc)
6572803cd0ca - added named enumerations to botc source, this should help with debugging
Teemu Piippo <crimsondusk64@gmail.com>
parents:
diff changeset
3 set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x -W -Wall")

mercurial