diff options
author | Marcel Hollerbach <marcel@osg.samsung.com> | 2017-12-12 11:22:47 +0100 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2018-12-20 20:07:26 +0100 |
commit | e43f090265f0e42dc1a6d9f2691e0b84971209fa (patch) | |
tree | 2f7ab6e18a10b7a4363f53fb270997f07f07cb31 /src/lib/embryo/CMakeLists.txt | |
parent | 6fcc3a56d84901ad077a801567a590451263078d (diff) |
cmake: remove!
This build was never complete and also was not maintained probebly.
It is also dropped in favour of meson which is cool, merged, works & is fast.
Differential Revision: https://phab.enlightenment.org/D7010
Diffstat (limited to 'src/lib/embryo/CMakeLists.txt')
-rw-r--r-- | src/lib/embryo/CMakeLists.txt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/lib/embryo/CMakeLists.txt b/src/lib/embryo/CMakeLists.txt deleted file mode 100644 index dc8328bedb..0000000000 --- a/src/lib/embryo/CMakeLists.txt +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | set(DESCRIPTION "A small virtual machine engine and bytecode compiler") | ||
2 | |||
3 | set(LIBRARIES | ||
4 | eina | ||
5 | m | ||
6 | ) | ||
7 | |||
8 | set(PUBLIC_HEADERS | ||
9 | Embryo.h | ||
10 | ) | ||
11 | |||
12 | set(SOURCES | ||
13 | embryo_amx.c | ||
14 | embryo_args.c | ||
15 | embryo_float.c | ||
16 | embryo_main.c | ||
17 | embryo_private.h | ||
18 | embryo_rand.c | ||
19 | embryo_str.c | ||
20 | embryo_time.c | ||
21 | ) | ||