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
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
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
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
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 $
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
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