diff options
| author | 2024-02-12 21:09:10 -0500 | |
|---|---|---|
| committer | 2024-02-12 21:09:10 -0500 | |
| commit | bbf3314165182e402ff25acccddc004a87f81ef0 (patch) | |
| tree | 192eb958781a59e9601e7b7eef9d0eadcb9b8b11 /subprojects/packagefiles | |
| parent | 0b7a612a9baf49765db8b127e696913100b70f5f (diff) | |
| download | camu-bbf3314165182e402ff25acccddc004a87f81ef0.tar.gz camu-bbf3314165182e402ff25acccddc004a87f81ef0.tar.bz2 camu-bbf3314165182e402ff25acccddc004a87f81ef0.zip | |
Initial cmc implementation, sink fixes
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects/packagefiles')
| -rw-r--r-- | subprojects/packagefiles/BLAKE3/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subprojects/packagefiles/BLAKE3/CMakeLists.txt b/subprojects/packagefiles/BLAKE3/CMakeLists.txt new file mode 100644 index 0000000..20bc4cc --- /dev/null +++ b/subprojects/packagefiles/BLAKE3/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory(c) |