summaryrefslogtreecommitdiffstats
path: root/externals/opus
diff options
context:
space:
mode:
Diffstat (limited to 'externals/opus')
-rw-r--r--externals/opus/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/externals/opus/CMakeLists.txt b/externals/opus/CMakeLists.txt
index 16f5af9f2..410ff7c08 100644
--- a/externals/opus/CMakeLists.txt
+++ b/externals/opus/CMakeLists.txt
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
+# SPDX-License-Identifier: GPL-2.0-or-later
+
cmake_minimum_required(VERSION 3.8)
project(opus)
@@ -253,4 +256,4 @@ PRIVATE
opus/src
)
-add_library(Opus::Opus ALIAS opus)
+add_library(Opus::opus ALIAS opus)