You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: