Files
bun.sh/cmake/targets/BuildSQLite.cmake
Claude Bot e84b4b4847 refactor: rename src/bun.js/ to src/buntime/
Step 1 of source reorganization - rename the JavaScript runtime
directory from bun.js to buntime for better discoverability.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-31 08:53:12 +00:00

11 lines
132 B
CMake

register_cmake_command(
TARGET
sqlite
CWD
${CWD}/src/buntime/bindings/sqlite
LIBRARIES
sqlite3
INCLUDES
.
)