Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
When doing out of source builds:
mkdir build
cd build && cmake -G "Unix Makefiles" ../ && make
The build script tripped up on relative paths of /generator/proto and
the files under generator/proto/*.proto.
By using ${PROJECT_SOURCE_DIR}, the paths become absolute and the issue
disappears.
|
|
|
|
|
|
Signed-off-by: William A. Kennington III <wak@google.com>
|
|
The produced static library should be `libprotobuf-nanopb.a`
instead of the current `liblibprotobuf-nanopb.a`.
Signed-off-by: William A. Kennington III <wak@google.com>
|
|
|
|
|
|
|