diff options
author | Gustavo Sverzut Barbieri <barbieri@profusion.mobi> | 2017-01-20 13:53:56 -0200 |
---|---|---|
committer | Marcel Hollerbach <marcel-hollerbach@t-online.de> | 2017-01-23 18:23:40 +0100 |
commit | d9815a6837f1e06def0641da285863f87729683f (patch) | |
tree | 7ff20525c2876382bef6247108f823b0f3c82459 /src/bin/eina | |
parent | 3d5abc081f59dda9887dbacc8e8ab24c96d5ee65 (diff) |
CMake: move eina binaries to single dir, add helper macros.
For one-source directories, be smart and just define SOURCES to that,
will reduce the number of too-simplistic CMakeLists.txt in our tree.
This also fixes problems with libraries, they should be private, not
public. So specify both kinds as different variables.
Diffstat (limited to 'src/bin/eina')
-rw-r--r-- | src/bin/eina/eina_btlog/eina_btlog.c (renamed from src/bin/eina/eina_btlog.c) | 0 | ||||
-rw-r--r-- | src/bin/eina/eina_modinfo/eina_modinfo.c (renamed from src/bin/eina/eina_modinfo.c) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/src/bin/eina/eina_btlog.c b/src/bin/eina/eina_btlog/eina_btlog.c index db8eb9332d..db8eb9332d 100644 --- a/src/bin/eina/eina_btlog.c +++ b/src/bin/eina/eina_btlog/eina_btlog.c | |||
diff --git a/src/bin/eina/eina_modinfo.c b/src/bin/eina/eina_modinfo/eina_modinfo.c index 943c92b3b7..943c92b3b7 100644 --- a/src/bin/eina/eina_modinfo.c +++ b/src/bin/eina/eina_modinfo/eina_modinfo.c | |||