Re: [CMake] CMake and shared|static/release|debug?

2014-11-18 Thread Dan Kegel
I'm facing the question of static myself now, porting a large automake project to cmake. I guess I'll mirror automake's practice of having separate --enable-static and --enable-shared settings, and allow both to be built at once. It's a bit ambiguous (which one gets tested?), but since I'm just

Re: [CMake] CMake and shared|static/release|debug?

2014-02-08 Thread Littlefield, Tyler
hello: thanks all for the help--I really appreciate it. that cleaned up my file quite a lot and was exactly what I was aiming for. Thanks again, On 2/5/2014 6:17 AM, Johannes Zarl wrote: Hi, On Tuesday, 4. February 2014, 23:41:55, Littlefield, Tyler wrote: I've tried this a few different

Re: [CMake] CMake and shared|static/release|debug?

2014-02-05 Thread Johannes Zarl
Hi, On Tuesday, 4. February 2014, 23:41:55, Littlefield, Tyler wrote: I've tried this a few different ways and ran into issues. If someone wouldn't mind pointing out where I'm going wrong, I would appreciate it. (for example if there's a better way to do what I'm trying). It would help if you

[CMake] CMake and shared|static/release|debug?

2014-02-04 Thread Littlefield, Tyler
Hello all: I've tried this a few different ways and ran into issues. If someone wouldn't mind pointing out where I'm going wrong, I would appreciate it. (for example if there's a better way to do what I'm trying). Thanks, cmake_minimum_required(VERSION 2.8) project(BLOXWEB) #include

Re: [CMake] CMake and shared|static/release|debug?

2014-02-04 Thread Jakub Zakrzewski
23:42 To: cmake@cmake.org Subject: [CMake] CMake and shared|static/release|debug? Hello all: I've tried this a few different ways and ran into issues. If someone wouldn't mind pointing out where I'm going wrong, I would appreciate it. (for example if there's a better way to do what I'm trying