Clion Linux下导入math.h包的解决方法

在CMakeLists中添加

target_link_libraries(PORJECTNAME m)就可以了.

原文地址:https://www.cnblogs.com/swifthao/p/12732422.html