guillaumeblanc / ozz-animation

Open source c++ skeletal animation library and toolset
http://guillaumeblanc.github.io/ozz-animation/
Other
2.46k stars 302 forks source link

Linking #107

Closed circinusX1 closed 4 years ago

circinusX1 commented 4 years ago

I am trying to wrap on a qt existent renderer. I am linking with every built library I found in build folder.

./build/samples/framework/libsample_framework.a
./build/samples/framework/glfw/libglfw.a
./build/src/geometry/runtime/libozz_geometry.a
./build/src/animation/runtime/libozz_animation.a
./build/src/animation/offline/libozz_animation_offline.a
./build/src/animation/offline/tools/json/libjson.a
./build/src/animation/offline/tools/libozz_animation_tools.a
./build/src/base/libozz_base.a
./build/src/options/libozz_options.a
./build/test/gtest/libgtest.a

I still get:

skeleton.cc:-1: error: undefined reference toozz::io::Extern::Save(ozz::io::OArchive&, ozz::math::SoaTransform const*, unsigned long)' `

circinusX1 commented 4 years ago

rebuild all and worked