mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
14 lines
177 B
CMake
14 lines
177 B
CMake
register_vendor_target(sqlite)
|
|
|
|
register_libraries(
|
|
TARGET ${sqlite}
|
|
sqlite3
|
|
)
|
|
|
|
register_cmake_project(
|
|
TARGET
|
|
${sqlite}
|
|
CWD
|
|
${CWD}/src/bun.js/bindings/sqlite
|
|
)
|