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
When I used VS2022 to run code like rlAxisControllerDemo.cpp,it was wenting wrong with Error LNK1181:Can not open math.lib.Then I find math.lib appering in CMakeLists.txt's target_link_librrariers module.I use many tools to find math.lib,but it does not work.So I want to know how to fix this problem.Looking forward to your answer! Thank you very much!
The text was updated successfully, but these errors were encountered:
Did you compile rlAxisControllerDemo as part of the RL source code or as a separate project? The math in the CMake file for rlAxisControllerDemo refers to the rl::math target that is available as math during the build of RL:
When I used VS2022 to run code like rlAxisControllerDemo.cpp,it was wenting wrong with Error LNK1181:Can not open math.lib.Then I find math.lib appering in CMakeLists.txt's target_link_librrariers module.I use many tools to find math.lib,but it does not work.So I want to know how to fix this problem.Looking forward to your answer! Thank you very much!
The text was updated successfully, but these errors were encountered: