You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/apps/opencs
Gleb Mazovetskiy 455be9dbbb Fix linking with `-DOPENMW_USE_SYSTEM_OSG=ON -DOSG_STATIC=ON`
1. CMake's built-in OSG finder does not use pkgconfig, so we have to
   manually ensure the order is correct for inter-library dependencies.

   https://gitlab.kitware.com/cmake/cmake/-/issues/21701

2. OSG plugin pkgconfig files are missing dependencies on the underlying
   libraries (e.g. freetype, png, jpeg), so we have to link them manually.

   https://github.com/openscenegraph/OpenSceneGraph/issues/1052
4 years ago
..
model Add collada to supported formats 4 years ago
view Fix inconsistent argument name 4 years ago
CMakeLists.txt Fix linking with `-DOPENMW_USE_SYSTEM_OSG=ON -DOSG_STATIC=ON` 4 years ago
editor.cpp Merge pull request #3018 from akortunov/emplace 4 years ago
editor.hpp Issue #4202: Open .omwaddon files without needing to open openmw-cs first. 6 years ago
main.cpp Fix string corruption with Qt on linux-systems 4 years ago