diff --git a/.gitignore b/.gitignore index d9b4f01..1a9c3ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /build/* +.cache/* +.vscode/* diff --git a/CMakeLists.txt b/CMakeLists.txt index f942aa9..d0ab88e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/videoPlayer b/videoPlayer deleted file mode 100755 index b098922..0000000 Binary files a/videoPlayer and /dev/null differ