Add epoch

This commit is contained in:
2026-04-28 10:33:23 -05:00
parent 19f2a2c616
commit 73e7d6c7f3
17 changed files with 555 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
# Copyright (c) 2026 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
target_sources(${DUSK_LIBRARY_TARGET_NAME}
PUBLIC
timelinux.c
)