Re: [CMake] MacOSX Framework handling

2012-07-22 Thread Daniel Franke
On Sunday 22 July 2012 17:20:32 Michael Jackson wrote: > I have a project very similar to yours and with a post installation script I > was able to create symlinks in the .app bundle that point to the Qt > frameworks and my own support libraries in folders outside of the .app > package that the com

Re: [CMake] MacOSX Framework handling

2012-07-22 Thread Michael Jackson
I have a project very similar to yours and with a post installation script I was able to create symlinks in the .app bundle that point to the Qt frameworks and my own support libraries in folders outside of the .app package that the command line tools look for. So it can be done. I'll see if I c

[CMake] MacOSX Framework handling

2012-07-22 Thread Daniel Franke
Hi all. I try to set install/package a cmake project on MacOSX. Questions first, please find the details below. - does cmake support multiple .dylib in a single framework? (do Frameworks support this at all?) - does cmake support Umbrella Frameworks (umbrella Frameworks may contain othe

[CMake] How to locate GTK3?

2012-07-22 Thread Georgios Petasis
Hi all, Is there support for GTK3? I am using cmake 2.8.8. Regards, George -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_F

Re: [CMake] Creating executable - including an external *.o

2012-07-22 Thread Mateusz Loskot
On 22 July 2012 13:07, Nicholas Yue wrote: > > In the add_executable() command, I would like to include that single > MyGC.o during link time, how does one specify a single object file for > linking in an executable? "add_executable may reference the objects using an expression of the form $

[CMake] Creating executable - including an external *.o

2012-07-22 Thread Nicholas Yue
Hi, Due to the way an SDK is set up, I need to build a single MyGC.m file to MyGC.o (with special flags that the usual CXX_FLAGS/C_FLAGS conflicts) so I am doing it via execute_process() In the add_executable() command, I would like to include that single MyGC.o during link time, how

[CMake] Boost build failure

2012-07-22 Thread Steven Venter
Hi I'm trying to build a project that uses boost::asio for serial comms. I get the following error when I try to build: /usr/include/boost/system/error_code.hpp:208: undefined reference to `boost::system::get_system_category()' A copy of the CMake file is located here: http://ideone.com/nRxvK Y