steinbergmedia / vst3sdk

VST 3 Plug-In SDK
Other
1.57k stars 162 forks source link

no CMake SMTG_VST3_SDK file #92

Closed pietro68 closed 2 years ago

pietro68 commented 2 years ago

Cloned repository, tried building for windows as specified, CMake stops saying:

CMake Error at CMakeLists.txt:19 (include): include could not find load file:

SMTG_VST3_SDK

That file is nowhere to be found in my cloned repo.

scheffle commented 2 years ago

Did you clone with git clone --recursive?

dchmelik commented 2 years ago

On GNU/Linux I downloaded a release tarball and have same problem.

scheffle commented 2 years ago

You have to use git. The release tarball feature in GitHub is of no use here.