hannesmann / vanillafixes

Client modification for WoW 1.12.1 to eliminate stutter and animation lag
MIT License
132 stars 15 forks source link

Missing files error when compiling #30

Closed NoelHG closed 9 months ago

NoelHG commented 9 months ago

I have new versions of visual studio and cmake, but cmake gives the following errors:

CMake Error at src/dll/CMakeLists.txt:10 (target_sources): Cannot find source file: .../vanillafixes-1.3.1/minhook/src/buffer.c

and other files if I add buffer.c

Not sure if I missed anything?

hannesmann commented 9 months ago

You need git submodule update --init

NoelHG commented 9 months ago

yep that was it