: [CMake] GenerateExportHeader for module library
On Nov 1, 2012, at 8:01 AM, Stephen Kelly wrote:
> Gregoire Aujay wrote:
>
>> Hello,
>>
>> I am doing my tests with visual 2008 and mingw.
>>
>> As far as I understand a module is like a shared library that
On Nov 1, 2012, at 8:01 AM, Stephen Kelly wrote:
> Gregoire Aujay wrote:
>
>> Hello,
>>
>> I am doing my tests with visual 2008 and mingw.
>>
>> As far as I understand a module is like a shared library that cannot be
>> linked. Instead it is dynamically loaded and then we find and use symbols
Gregoire Aujay wrote:
> Hello,
>
> I am doing my tests with visual 2008 and mingw.
>
> As far as I understand a module is like a shared library that cannot be
> linked. Instead it is dynamically loaded and then we find and use symbols
> in it. It is like doing the linker's job manually at runtim
endif()
Regards,
Gregoire
-Original Message-
From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of
Stephen Kelly
Sent: vendredi 26 octobre 2012 17:45
To: cmake@cmake.org
Subject: Re: [CMake] GenerateExportHeader for module library
Gregoire Aujay wrote:
>
Gregoire Aujay wrote:
> Hello,
>
> I want to create a module with two symbols exported with visual:
> startPlugin
> stopPlugin
>
> I wish I could use the convenient GENERATE_EXPORT_HEADER function to do
> so. Is there any reason why the GENERATE_EXPORT_HEADER function is
> disabled for the MODUL
Hello,
I want to create a module with two symbols exported with visual:
startPlugin
stopPlugin
I wish I could use the convenient GENERATE_EXPORT_HEADER function to do so.
Is there any reason why the GENERATE_EXPORT_HEADER function is disabled for the
MODULE library type ?
Thanks,
Gregoire
--