New pc file update
This commit is contained in:
parent
aef8352cfc
commit
d8c97d4189
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ cmake_policy(SET CMP0091 NEW)
|
|||
else()
|
||||
cmake_minimum_required (VERSION 3.11)
|
||||
endif()
|
||||
project (sfizz VERSION 1.0.0 LANGUAGES CXX C)
|
||||
project (sfizz VERSION 0.2.0 LANGUAGES CXX C)
|
||||
set(PROJECT_DESCRIPTION "A library to load SFZ description files and use them to render music.")
|
||||
|
||||
# External configuration CMake scripts
|
||||
set (CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH};${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue