CMakeLists.txt

Mon, 13 Jan 2014 23:44:50 +0200

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Mon, 13 Jan 2014 23:44:50 +0200
changeset 76
c8058716070a
parent 75
bf8c57437231
child 82
841562f5a32f
permissions
-rw-r--r--

- removed bots.h

add_executable (botc
	src/commands.cc
	src/data_buffer.cc
	src/events.cc
	src/format.cc
	src/lexer.cc
	src/lexer_scanner.cc
	src/main.cc
	src/object_writer.cc
	src/parser.cc
	src/str.cc
	src/stringtable.cc
	src/variables.cc
)

set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x -W -Wall")
set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -DDEBUG")

mercurial