chang cmake project name, and remove old exe
This commit is contained in:
parent
7be6ecc9a3
commit
a68ef011ae
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
/build/*
|
||||
.cache/*
|
||||
.vscode/*
|
||||
|
@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.26)
|
||||
set(PROJECT_N VideoPlayer)
|
||||
set(PROJECT_N mp)
|
||||
project(${PROJECT_N} VERSION 1.0)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
BIN
videoPlayer
BIN
videoPlayer
Binary file not shown.
Loading…
Reference in New Issue
Block a user