2
0
mirror of https://github.com/rehlds/revoice.git synced 2025-03-03 17:15:25 +03:00

Add project metadata to silk CMakeLists.txt

This commit is contained in:
the_hunter 2025-02-24 13:20:36 +02:00
parent 0a6172735d
commit 1944301509

View File

@ -2,7 +2,12 @@
# 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