CMakeLists.txt 127 Bytes

add_executable (test_dict test_dict.cpp)
set_target_properties ( test_dict PROPERTIES COMPILE_FLAGS "-std=gnu++0x -Wall -g" )