It is really sorry and I sent a html mail and it shows too ugly...
I have converted it to plain text and wish someone may give some suggestion.
-- Original --
From: "Yu Jing";
Date: Sun, Apr 19, 2015 06:53 PM
To: "cmake";
Subject: No M
I wish to use proto and managed by cmake. While some error found and it seems
A sample project can be shown here(https://github.com/yuikns/cmake-proto)
The files are as follow
. ├── app1 │ ├── app1.cpp │ └── app1.proto ├── CMakeLists.txt ├── common │
├── bar │ │ ├── bar.proto │ │
Micha Hergarden’s patience …
By the way ,
set_property(TARGET leveldb_proj PROPERTY EXCLUDE_FROM_ALL TRUE)
I removed this property and it seems still works.
On Sep 16, 2014, at 19:58, Yu Jing wrote:
> I am trying … That’s a very clear organization
>
>
> On
the aux_source_directory command. I have tested
> your setup on a linux machine with -j8 and it still builds. Did you take a
> look at the openchemistry setup?
>
> Regards,
> Micha
>
> On 09/16/2014 01:42 PM, Yu Jing wrote:
>> Hello Micha,
>> It seems still not
(well, not really generated, but installed) header file crfpp.h. CMake has
>> no clue as to what files are being compiled/installed by your external
>> project, so you have to make this explicit.
>>
>> HTH,
>> Marcel Loose.
>>
>>
>> On 16/09/14 10:4
s in the order you supply them.
> Does reversing the directories help?
>
> Regards,
> Micha
>
> On 09/16/2014 09:17 AM, Yu Jing wrote:
>> I am in OSX 10.9.4 , a sample in github is :
>> https://github.com/yujing5b5d/cmake_sample
>>
7;t comment with
>> certainty, but from what I understand, the correct way of using
>> ExternalProject is to add your own project as an ExternalProject as well.
>> Basically, the toplevel CMakeList becomes a superbuild which *only* does
>> ExternalProject_Add() calls and does not
I had asked in http://stackoverflow.com/questions/25841602 , someone told me
maybe here is a better place to ask.
I am writing a project base on crfpp , a external project. I use cmake to
integerate this project as follow .
firstly , I add a extenal project like this:
EXTERNALPROJECT_ADD(