GTest extension build fails on installing it by building from source on windows

Reporter: k0T0z  |  Status: open  |  Last Modified: March 20, 2023, 04:54:03 am

GTest extension crashes when used inside a game cannot find -lgtest.dll: No such file or directory

Steps To Reproduce

Steps to reproduce the behavior:

  1. Install GTest by building it from source and copy-paste files. Note that building it from source will not give you the .dll files that you need to link GTest to your exe dynamically. This is how the current Makefile works so the build fails.
  2. Run a SOG file on windows $ ./emake.exe -r CommandLine/testing/SimpleTests/.sog -e "GTest" -o /tmp/test.exe
Please sign in to post comments, or you can view this issue on GitHub.