mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
11 lines
131 B
CMake
11 lines
131 B
CMake
register_cmake_command(
|
|
TARGET
|
|
sqlite
|
|
CWD
|
|
${CWD}/src/bun.js/bindings/sqlite
|
|
LIBRARIES
|
|
sqlite3
|
|
INCLUDES
|
|
.
|
|
)
|