HBPVIS / ZeroEQ

Cross-platform C++ library for fast binary and REST messaging
https://hbpvis.github.io/
Other
41 stars 25 forks source link

Fix compilation issues with flatbuffer events and cmake ( add_custom_… #164

Closed bilgili closed 8 years ago

bilgili commented 8 years ago

…command is not triggered multiple times )

rdumusc commented 8 years ago

+1

hernando commented 8 years ago

Without looking at the code I guess the problem is that the macro/function is not properly creating a new target for each invocation.

bilgili commented 8 years ago

It is properly creating it. The problem seems cmake related.