hyporo-cpp/source/hyporo/hmesh/tests/hmesh-test.cpp
2022-09-22 20:43:06 +05:00

7 lines
80 B
C++

#include <gtest/gtest.h>
#include "Mesh.hpp"
TEST(hmeshTest, MeshCreation)
{
}