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 Member Found when use cmake
Hi everyone!
I am trying to get a code generation tool to behave "the same as" a C
source file with respect to dependencies. By that I mean, suppose you have
a C file "a.c". Because it can #include files, every time the content of
`a.c` changes, its dependencies may have changed also. The dependen
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 │ │