-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CMake support #4
Comments
vcpkg does not have the port yet. There was a new port request but nobody has done the port yet. |
FYI, I have a very basic |
Nice. You are almost there already. Need to add something similar to avrdude, for MinGW.
Build log
|
Similar for VS2019.
|
As of ndim@0574156, the CI builds are succeeding: This includes cmake ("cm") and autotools ("at") builds:
The commit series and the resulting tree need massive cleanups, but at least we now have a known good state, at least in the sense of "it succeeds building something". |
CMake build under macOS ARM64 (macOS 14.3.1, Mac Mini M1).
|
CMake under Linux.
|
Not so sure how to carry out cross-compiler under macOS though.
|
Reference
To do:
2. to make it compatible with MSVC
3. adding CMake build script
This issue will address No 2 and No 3, which may require quite some efforts.
The text was updated successfully, but these errors were encountered: