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.
after executing
git submodule init
,git submodule update --recursive
and manually cloningMicrosoft/Detours
into thedetours
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