examples: Use the existing CMake infrastructure instead of rolling our own.

This commit is contained in:
Ryan C. Gordon
2024-07-25 11:43:59 -04:00
parent 8fa550e003
commit 53022aeb5e
3 changed files with 28 additions and 26 deletions

View File

@@ -110,7 +110,7 @@
};
};
</script>
<script async type="text/javascript" src="index.js"></script>
<script async type="text/javascript" src="@javascript_file@"></script>
</body>
</html>