Hi/2.
I'm trying to build a differently named import lib from a dll.
For examples, when a dll name is mydll.dll, I want to name a import lib
to someone.a.
For this, I tried OUTPUT_NAME and ARCHIVE_OUTPUT_NAME. That is, in
set_target_properties(),
OUTPUT_NAME "mydll"
ARCHIVE_OUTPUT_NAME
Hello cmakers,
Here are the results of my attempt to build cmake on 68k
AmigaOS.
In the attached archive "cmake_stuff.tar.gz" are the following
contents:-
Viewing contents of archive "cmake_stuff.tar.gz":
Size Date TimeMode Name
==
On 19 December 2013 12:41, Fabian Saccilotto wrote:
> Hi Mateusz,
>
> we are developing with Visual Studio and therefore have such a
> multi-configuration setup. I would like to describe how the process works on
> our system, maybe that helps...
> [...]
Hi Fabian,
Thanks very much for sharing yo
Hello:
I am working on trying to figure out how to do release/debug
static/shared builds. If anyone could help with my setup I'd appreciate
it. Here is the CMakeLists.txt:
cmake_minimum_required(VERSION 2.8)
project(BLOXWEB)
#include additional modules
set(CMAKE_MODULE_PATH ${BLOXWEB_SOURCE_DI
Glad you got it working.
Am 26.12.2013 21:04 schrieb "Lorence Lombardo" :
> Hello Dan
>
> On 26/12/2013, you wrote:
>
> > cmake isn't the problem here. Did you make sure you could
> > compile hello, world with your wrapper?
> >
> > You may have to come up the unix shell learning curve a bit.
>
>