Cmake INSTALL target doesn't actually install built sc2api libs to CMAKE_INSTALL_PREFIX location.
Dependent libs (like protobuf and civetweb) does get copied over, but not sc2api.lib, ac2lib.lib, etc.
Is this intended behavior? Add the install target to cmakelist inside ./src?
Cmake INSTALL target doesn't actually install built sc2api libs to CMAKE_INSTALL_PREFIX location. Dependent libs (like protobuf and civetweb) does get copied over, but not sc2api.lib, ac2lib.lib, etc.
Is this intended behavior? Add the install target to cmakelist inside ./src?
Tested on win10 x64 with vs2017