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.
This commit is contained in:
Dan Albert
2025-09-15 16:45:05 -07:00
committed by Dan Albert
parent fff222e9b4
commit caa7866a0c

View File

@@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 3.22.1)
project(NativeCodec LANGUAGES CXX)
include(AppLibrary)