mirror of
https://github.com/rehlds/revoice.git
synced 2025-03-04 01:25:31 +03:00
Add project metadata to silk CMakeLists.txt
This commit is contained in:
parent
0a6172735d
commit
1944301509
7
external/silk/CMakeLists.txt
vendored
7
external/silk/CMakeLists.txt
vendored
@ -2,7 +2,12 @@
|
|||||||
# Project Definition
|
# Project Definition
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
project("Silk")
|
project( "Silk"
|
||||||
|
VERSION "1.0.9"
|
||||||
|
DESCRIPTION "Silk voice codec"
|
||||||
|
HOMEPAGE_URL "http://developer.skype.com/silk"
|
||||||
|
LANGUAGES "C"
|
||||||
|
)
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# Target Definition
|
# Target Definition
|
||||||
|
Loading…
x
Reference in New Issue
Block a user