for such things I often include the sources in my tree and just
'add_subdirectory( "extra/restbed" )'
it's cleaner to do a external project rule...
which can download/checkout sources and then build those and the output is
findable by other projects just by referencing the targets.
https://cmake.or
Hi All,
How do you use a 3rd party dependency like restbed in a cmake build?
Total nube here. First dive into CMake and haven't done C++ for a long long
time. So forgive my ignorance :) This could just as easily be an "I forgot
C++" as an "I don't know CMake"...
I'm trying to use restbed. I've g
On Sat, May 5, 2018 at 9:57 AM, KK wrote:
> Oh, maybe you misunderstood me. I know, that CMake does no preprocessing.
> This is done by the preprocessor.
>
Right; that's not what I was saying; it doesn't generte projects with
preprocesssing enabled, so the options ARE false already in the generat
Oh, maybe you misunderstood me. I know, that CMake does no
preprocessing. This is done by the preprocessor.
But, what I want, is that the generated solution/VS-project with CMake
gives me the result like in the part I've pasted below. This should be
part of the generated files. And my question
On Sat, May 5, 2018 at 7:02 AM, Kristian wrote:
> Hi,
>
> I have a Visual Studio 2015 Solution with some C++ projects in it. I
> try to generate the same solution and the projects with CMake. Now,
> there is a part, where I do not know how to solve this.
>
> In a vcxproj file, there is something
Hi,
I have a Visual Studio 2015 Solution with some C++ projects in it. I
try to generate the same solution and the projects with CMake. Now,
there is a part, where I do not know how to solve this.
In a vcxproj file, there is something like this written:
=
false
false