diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-14 17:54:23 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-01-14 18:01:12 +0100 |
commit | 8a7f76e7a1b404dc7f703d09d724defaee9e4238 (patch) | |
tree | 6bafc5ca77048bb5ab2acf4089c38be7e32e42bd /src/ctor.h | |
parent | ca439c62d35d587c90230894ec0d1b002ba8c639 (diff) |
Extend target_type deduction based on filename extension and move to utils.
Diffstat (limited to 'src/ctor.h')
-rw-r--r-- | src/ctor.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ enum class target_type unit_test, unit_test_library, function, + + unknown, }; enum class language |