[video_player] change binary name (#34)

Changed the binary name to match the project name.
This commit is contained in:
Hidenori Matsubayashi
2021-08-19 09:46:12 +09:00
committed by GitHub
parent 72ce4f3942
commit 86271d86b8
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.15)
project(runner LANGUAGES CXX)
set(BINARY_NAME "video_player_elinux_example")
set(BINARY_NAME "video_player_example")
cmake_policy(SET CMP0063 NEW)