comparison client/main.cpp @ 57:9ccc36ba4725

CMake: use full path for a better vera++ integration
author David Demelier <markand@malikania.fr>
date Fri, 16 Dec 2016 14:54:29 +0100
parents 4bc4732fa1dd
children 96ba0c5cf893
comparison
equal deleted inserted replaced
56:b94bc48d16b8 57:9ccc36ba4725
48 win.draw_frames(); 48 win.draw_frames();
49 win.present(); 49 win.present();
50 std::this_thread::sleep_for(std::chrono::milliseconds(50)); 50 std::this_thread::sleep_for(std::chrono::milliseconds(50));
51 } 51 }
52 } 52 }
53