Skip to content
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

Target RemoteVstPlugin does not detect dependency changes #3059

Closed
jasp00 opened this issue Oct 1, 2016 · 2 comments
Closed

Target RemoteVstPlugin does not detect dependency changes #3059

jasp00 opened this issue Oct 1, 2016 · 2 comments
Labels

Comments

@jasp00
Copy link
Member

jasp00 commented Oct 1, 2016

RemotePlugin.h is a dependency of RemoteVstPlugin.cpp. If the header is updated, the executable is not rebuilt. Adding the header to SOURCE in CMakeLists.txt does not work. This could be solved by using ADD_EXECUTABLE() instead of ADD_CUSTOM_COMMAND() to build RemoteVstPlugin and set wineg++ as the compiler, but CMake does not allow multiple compilers in the same directory. The solution would be to move this part of the build to a subdirectory.

@PhysSong
Copy link
Member

@lukas-w Is this fixed in #4421?

@lukas-w
Copy link
Member

lukas-w commented Jul 11, 2018

@PhysSong Yup!

@lukas-w lukas-w closed this as completed Jul 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants