dummy.cpp 204 B

123456789
  1. #include "../glm.hpp"
  2. #include "../ext.hpp"
  3. //#error "GLM is a header only library, there is nothing to compile. dummy.cpp and the CMake file are only here for GLM development purposes"
  4. int main()
  5. {
  6. }