FindOIS.cmake

Everything about development and the OpenMW source code.
Locked
User avatar
lgromanowski
Site Admin
Posts: 1193
Joined: 05 Aug 2011, 22:21
Location: Wroclaw, Poland
Contact:

FindOIS.cmake

Post by lgromanowski »

nicolay wrote: Anyone with more CMake knowledge than me want to try their hand at compiling with OIS?

The latest commit as it stands now uses some OIS parts (OIS is the input system that comes with Ogre.) But it doesn't compile because the CMake file isn't set up properly. I tired adding FindOIS.cmake from the Ogre source package, but it didn't seem to work for me (some other files seem to be missing.)

More specifically, it's unable to find "FindPkgMacros".
Zini wrote: <ogre_dir>/CMake/Utils/FindPkfMacros.cmake
nicolay wrote:
Zini wrote:<ogre_dir>/CMake/Utils/FindPkfMacros.cmake
Thanks, found it. Works now.
Locked