soulsmods / ModEngine2

Runtime injection library for modding Souls games. WIP
MIT License
885 stars 160 forks source link

CMake Initialization failed on Visual Studio 2022 #149

Open nobully-osu opened 1 year ago

nobully-osu commented 1 year ago

after executing git submodule init, git submodule update --recursive and manually cloning Microsoft/Detours into the detours folder, CMake still refuses to find ANY libraries. Lua, SPDLog, Sol2, nothing.

Am I missing a crucial step? The README doesn't specify much about building the source.

Thanks