cmake standalone build

This commit is contained in:
Daniel Agar
2018-05-03 13:07:56 -04:00
parent eec71d1a10
commit e5952fadaf
173 changed files with 588 additions and 324 deletions
+3 -4
View File
@@ -40,8 +40,7 @@
*/
#include "mathlib.h"
#ifdef POSIX_SHARED
#ifdef ECL_STANDALONE
namespace math
{
@@ -71,6 +70,6 @@ float degrees(float radians)
return (radians * 180.0f) / M_PI_F;
}
}
} // namespace math
#endif
#endif /* ECL_STANDALONE */