Re: [CMake] Add support for cross compiling to VxWorks

2016-01-01 Thread Kuhl, Brian
Adding the library path to CMAKE_FIND_ROOT_PATH did not help :( SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) SET(CMAKE_FIND_ROOT_PATH C:/git/vx7-ux-ports/workbench-4/workspace/VSB64/usr/root C:/git/vx7-ux-ports/workbench-4/workspace/VSB64/usr/libcommon C:/git/vx7-ux-ports/workbench-4/workspace

Re: [CMake] Add support for cross compiling to VxWorks

2016-01-01 Thread Gregor Jasny via CMake
Hello, please have a look at some other toolchain file like the BlackBerry one: > https://github.com/blackberry/OGRE/blob/master/src/CMake/toolchain/blackberry.toolchain.cmake On 30/12/15 21:38, Kuhl, Brian wrote: > I'm trying to add support for VxWorks to CMake. > My current dilemma is that the

Re: [CMake] Cannot set FOLDER property to an interface (header-only) target

2016-01-01 Thread Jakob van Bethlehem
Hej Joël, The command you’re looking for is ‘source_group’, see https://cmake.org/cmake/help/v3.0/command/source_group.html Sincerely, Jakob > On 30 Dec 2015, at 20:52, Klaim - Joël Lamotte wrote: > > The following CMake script: