kronihias / ambix

cross-platform Ambisonic VST, LV2 plug-ins with variable order for use in Digital Audio Workstations like Reaper or Ardour or as Jack standalone applications
GNU General Public License v2.0
235 stars 34 forks source link

cmake does not include fftw3 in MSVS2015 project #15

Closed yetyetanotherusername closed 7 years ago

yetyetanotherusername commented 7 years ago

Generating a Visual Studio2015 project file with cmake will result in a project where the fftw directory is not contained in the additional include directories of the solutions for the plugins that require fftw.

cmake does not throw any error messages.

capture

kronihias commented 7 years ago

thanks for the report. please try again @yetyetanotherusername , should be fixed now

yetyetanotherusername commented 7 years ago

Works, thank you!