Merge pull request #103 from dpaulat/feature/alert-tones

Alert Tones
This commit is contained in:
Dan Paulat 2023-12-08 12:13:55 -06:00 committed by GitHub
commit 7b3d78e01a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
47 changed files with 2240 additions and 52 deletions

View file

@ -6,6 +6,7 @@ class SupercellWxConan(ConanFile):
"cpr/1.10.5",
"fontconfig/2.14.2",
"geographiclib/2.3",
"geos/3.12.0",
"glew/2.2.0",
"glm/cci.20230113",
"gtest/1.14.0",
@ -19,7 +20,8 @@ class SupercellWxConan(ConanFile):
generators = ("cmake",
"cmake_find_package",
"cmake_paths")
default_options = {"libiconv:shared" : True,
default_options = {"geos:shared" : True,
"libiconv:shared" : True,
"openssl:no_module": True,
"openssl:shared" : True}