[video_player] change binary name (#34)
Changed the binary name to match the project name.
This commit is contained in:
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user