add conanfile.txt to compile mscp as a single binary

conan cmake build with -DBUILD_CONAN=ON and -DBUILD_STATIC=ON in
alpine make mscp as a single binary with statically linked musl.
This commit is contained in:
Ryo Nakamura
2023-03-09 23:21:58 +09:00
parent e56e1be4f6
commit c39ab7ce62
3 changed files with 43 additions and 4 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
build
compile_commands.json
CMakeUserPresets.json
.*.swp