浏览代码

CMake: Add GPL license checks.

Donny Lawrence 6 年之前
父节点
当前提交
5a7d5e612e
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      dtool/Package.cmake

+ 4 - 2
dtool/Package.cmake

@@ -276,7 +276,8 @@ find_package(SWScale QUIET)
 find_package(SWResample QUIET)
 
 package_option(FFMPEG
-  "Enables support for audio- and video-decoding using the FFmpeg library.")
+  "Enables support for audio- and video-decoding using the FFmpeg library."
+  LICENSE LGPL)
 package_option(SWSCALE
   "Enables support for FFmpeg's libswscale for video rescaling.")
 package_option(SWRESAMPLE
@@ -581,7 +582,8 @@ endif()
 find_package(ARToolKit QUIET)
 
 package_option(ARTOOLKIT
-  "Enable support for ARToolKit.  This will be built into the 'vision' package.")
+  "Enable support for ARToolKit.  This will be built into the 'vision' package."
+  LICENSE LGPL)
 
 package_status(ARTOOLKIT "ARToolKit")