asio: examples renamed to have consistent binary names when build in make and CMake

This commit is contained in:
David Cermak
2018-09-12 15:52:38 +02:00
parent 222a7118a9
commit 9784df1c3a
18 changed files with 26 additions and 26 deletions

View File

@@ -3,4 +3,4 @@
cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(console)
project(cpp_exceptions_example)