What steps will reproduce the problem?
1. create new repository for your gamekit app
2. add gamekit as svn:external
3. create CMakeLists.txt in your repository to build your projet
4. add gamekit as subdir of your CMakeLists.txt build
Gamekit build system use CMAKE_SOURCE_DIR inside your config_ogrekit module,
this cause problem when gamekit isn´t root of build system. I change this to
use ${ROOT} variable and works.
Now is it possible integrate gamekit with a external cmake build system.
Original issue reported on code.google.com by adribe...@gmail.com on 6 Oct 2011 at 7:20
Original issue reported on code.google.com by
adribe...@gmail.com
on 6 Oct 2011 at 7:20Attachments: