mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
13 lines
148 B
CMake
13 lines
148 B
CMake
include(Macros)
|
|
|
|
register_cmake_command(
|
|
TARGET
|
|
sqlite
|
|
CWD
|
|
${CWD}/src/bun.js/bindings/sqlite
|
|
LIBRARIES
|
|
sqlite3
|
|
INCLUDES
|
|
.
|
|
)
|