Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabi Melman <gmelman1@gmail.com>2020-05-02 17:39:15 +0300
committerGitHub <noreply@github.com>2020-05-02 17:39:15 +0300
commite5935f0cedb83f041bcb9b127d9308ff3f5a0289 (patch)
tree5078bf4f2771f019e63fef6c3d977c3ae404be79 /example
parent75c15e80285a57b9c8fd7b9a54281a5d72fe501f (diff)
Delete meson.build
Diffstat (limited to 'example')
-rw-r--r--example/meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/example/meson.build b/example/meson.build
deleted file mode 100644
index c37c4c3c..00000000
--- a/example/meson.build
+++ /dev/null
@@ -1,4 +0,0 @@
-executable('example', 'example.cpp', dependencies: spdlog_dep)
-executable('example_header_only', 'example.cpp', dependencies: spdlog_headeronly_dep)
-
-