--- a/CMakeLists.txt Fri Jan 10 16:11:49 2014 +0200 +++ b/CMakeLists.txt Fri Jan 10 21:58:42 2014 +0200 @@ -1,6 +1,7 @@ add_executable (botc src/commands.cxx src/events.cxx + src/format.cc src/main.cxx src/objwriter.cxx src/parser.cxx @@ -9,4 +10,6 @@ src/str.cxx src/stringtable.cxx src/variables.cxx -) \ No newline at end of file +) + +set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x -W -Wall") \ No newline at end of file