-
Notifications
You must be signed in to change notification settings - Fork 23
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 build files #7
Comments
Possible workaround:
Update: The resource file is not included and is not working: |
There is a reason why major music manufactures cannot integrate DAW support in REAPER. The problem starts here with missing build files. I consider to drop REAPER support as well as I cannot find a boiler plate how to build this library with Github Actions for multiple platforms with CMake. |
@justinfrankel Is it possible to add the CMake build files? |
@justinfrankel Any news on this? |
We do not wish to add CMake support, however you should be able to build this via VS on Windows or ‘make’ on other platforms. Will take a look to make sure you have what you need.
|
I've plans to develop a DAW integration for a new surface controller in REAPER 7. In the early days, the build files were only available for VisualStudio for Windows. REAPER currently supports Windows, Linux and MAC which is probably based on CMake.
Would it be possible to add the platform independent build files to this repository? Or should I use a different repository to build a platform independent
reaper_csurf
?The text was updated successfully, but these errors were encountered: