celestia/src/celmodel
Hleb Valoshka a0f6a2c1ff Don't build static archives
1) We don't need them
2) There are issues with MinGW as CMake adds *.a together with *.so to
linker, so it's unable to resolve proper source of exported functions
2020-07-12 10:41:53 +03:00
..
CMakeLists.txt Don't build static archives 2020-07-12 10:41:53 +03:00
material.cpp Automatically convert to c++11 using clan-tidy 2018-09-22 23:42:02 +03:00
material.h Add a ::Color -> cmod::Material::Color helper 2019-08-16 09:49:01 +03:00
mesh.cpp Remove deprecated C++ features 2019-11-30 22:45:25 +03:00
mesh.h Automatically convert to c++11 using clan-tidy 2018-09-22 23:42:02 +03:00
model.cpp Remove deprecated C++ features 2019-11-30 22:45:25 +03:00
model.h Fix warnings reported by clang/gcc 2020-06-20 10:11:09 +03:00
modelfile.cpp define macros for print levels and avoid direct use of fmt::printf 2019-08-31 13:32:44 +08:00
modelfile.h Automatically convert to c++11 using clan-tidy 2018-09-22 23:42:02 +03:00