Skip to content

Commit c132314

Browse files
committed
feat: update exe name, update scripts
1 parent 38f9e36 commit c132314

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Build Project
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
call-shared-build:
9+
uses: cpp-toolbox/github_workflows/.github/workflows/build.yml@main

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.10)
2-
project(cmr_camera)
2+
project(mwe_3d_animation)
33

44
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
55
set(CMAKE_CXX_STANDARD 20)

0 commit comments

Comments
 (0)