files since I'm doing a build for different platforms, but I'm getting a small issue, when I try to run cmake --build . —target clean it deletes also my static built libraries, how can I keep them?
This is how I'm setting the build output:
https://github.com/pytgcalls/ntgcalls/blob/4269a69f0be1b22f981c8ebc66e5fda307b0a929/wrtc/CMakeLists.txt#L16
build directory?
I want to avoid to remove the build directory directly, I want just to avoid that my output library can have some *.o files that are built for x86 instead of arm64
build_x86 build_arm
As I’ve said before I prefer to avoid that, there’s no other way? Since I download at first build the zip containing some static libraries dynamically, and then saving into cmakecache the zip hash to avoid re-downloads
Обсуждают сегодня