Skip to content

Commit caa7866

Browse files
committed
Add missing project to native-codec.
I'd missed this one somehow when I fixed all the others. Add it to shut up the warning.
1 parent fff222e commit caa7866

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

native-codec/app/src/main/cpp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
cmake_minimum_required(VERSION 3.22.1)
2+
project(NativeCodec LANGUAGES CXX)
23

34
include(AppLibrary)
45

0 commit comments

Comments
 (0)