diff --git a/native-codec/app/src/main/cpp/CMakeLists.txt b/native-codec/app/src/main/cpp/CMakeLists.txt index 3e8cd30c..68d7464d 100644 --- a/native-codec/app/src/main/cpp/CMakeLists.txt +++ b/native-codec/app/src/main/cpp/CMakeLists.txt @@ -1,4 +1,5 @@ cmake_minimum_required(VERSION 3.22.1) +project(NativeCodec LANGUAGES CXX) include(AppLibrary)