mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
b80d41c327
* deps(conan): use `CMakeDeps` as generator * chore: add changelog entry * deps(conan): add `CMakeToolchain` generator * fix: use generated toolchain file * docs: mention toolchain as well * fix: spelling * fix: formatting * revert: use nmake * docs: fix documentation
16 lines
242 B
Plaintext
16 lines
242 B
Plaintext
[requires]
|
|
openssl/1.1.1s
|
|
boost/1.80.0
|
|
|
|
[generators]
|
|
CMakeDeps
|
|
CMakeToolchain
|
|
|
|
[options]
|
|
openssl:shared=True
|
|
|
|
[imports]
|
|
bin, *.dll -> ./bin @ keep_path=False
|
|
bin, *.dll -> ./Chatterino2 @ keep_path=False
|
|
lib, *.so* -> ./bin @ keep_path=False
|