Skip to content

Commit 010d34f

Browse files
committed
Clear instructions
1 parent 7f39e32 commit 010d34f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: C/C++ Build CI
1+
name: Project Build CI
22

33
on:
44
push:

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Use cmake -G "Mingw Makefiles" before using Cmake on windows with g++ (mingw) compiler
2+
13
cmake_minimum_required(VERSION 3.12)
24
project(ffmpeg-coder VERSION 1.0.0)
35
message("FFMPEG CODER BUILD PROCESS")

0 commit comments

Comments
 (0)