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
make install installs gtest and gmock libs and includes, which should probably not be installed, but it doesn't install NativeJIT and CodeGen libs and includes.
The text was updated successfully, but these errors were encountered:
Good catch! We obviously don't include NativeJIT this way so the it just happens to do this by coincidence since we weren't thinking about this when we put together the CMakeLists.txt.
If no one else knows the right way to do this, we'll take a look at fixing up our CMakeLists to do the right thing. Sorry about this! We're relatively new to using cmake.
Note to self: we may want to do something like glfw/glfw#30. Or not.
make install
installsgtest
andgmock
libs and includes, which should probably not be installed, but it doesn't installNativeJIT
andCodeGen
libs and includes.The text was updated successfully, but these errors were encountered: