summaryrefslogtreecommitdiffhomepage
path: root/file.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2024-05-04 14:43:48 +0200
committerRoland Reichwein <mail@reichwein.it>2024-05-04 14:43:48 +0200
commit44479895f325cbbc283553dcb10b29a0af3b480b (patch)
treef29b9da1c782554ec3cef375d7cc771a0d56756e /file.h
parent45983abe664be648b513202c8c12578c9a85784f (diff)
Added yscan
Diffstat (limited to 'file.h')
-rw-r--r--file.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/file.h b/file.h
new file mode 100644
index 0000000..9570266
--- /dev/null
+++ b/file.h
@@ -0,0 +1,8 @@
+#pragma once
+
+#include <filesystem>
+
+extern const std::filesystem::path YMakefile;
+
+bool is_buildable_by_extension(const std::filesystem::path& p);
+bool is_compile_unit_source_by_extension(const std::filesystem::path& p);