[CMake] Building a differently named import lib from a dll

2013-12-27 Thread KO Myung-Hun
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

[CMake] build attempt

2013-12-27 Thread Lorence Lombardo
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 ==

Re: [CMake] Adding CMAKE_BUILD_TYPE support to ProjectConfig.cmake

2013-12-27 Thread Mateusz Łoskot
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

[CMake] help with a current CMake

2013-12-27 Thread Littlefield, Tyler
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

Re: [CMake] compiler option

2013-12-27 Thread Dan Kegel
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. > >