CMakeLists.txt 127 Bytes Edit Raw Blame History 1 2 3 add_executable (test_dict test_dict.cpp) set_target_properties ( test_dict PROPERTIES COMPILE_FLAGS "-std=gnu++0x -Wall -g" )