mirror of
https://github.com/HandmadeMath/HandmadeMath.git
synced 2025-09-06 18:28:16 +00:00

* Switch to custom unit testing that is compatible with C * Remove Google Test framework * Attempt to fix missing math functions * Link against C math library * Try forcing c99 again * Include -lm at compile time * Move -lm argument to the end * Update README and gitignore
3 lines
76 B
C++
3 lines
76 B
C++
#include "hmm_test.c"
|
|
// C++ compilers complain when compiling a .c file...
|