[CMake] Add CodeName

Signed-off-by: Marc Lagrange <markocpc@gmail.com>
This commit is contained in:
Marc Lagrange 2008-09-27 18:17:08 +02:00
parent 5b52519134
commit 7f48bd016c

View File

@ -33,7 +33,7 @@ set(wmfs_src
# Set the executable from the wmfs_src
add_executable(wmfs ${wmfs_src})
# Set the version - NOT USED AT THE MOMENT
set(VERSION WMFS-0.1rc1)
set(VERSION "0.1rc1 (Sweaty pool)")
# CFLAGS
set(CFLAGS "-g -Wall")
set(CMAKE_C_FLAGS ${CFLAGS})