Skip to content

Commit

Permalink
Fixed CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Jun 7, 2023
1 parent a326d7c commit 4ca8407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realm/bindgen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ set(GENERATED_OUTPUT_DIR ${SDK_DIR}/generated)
set(TYPESCRIPT_OUTPUT_DIR ${SDK_DIR}/src/generated)

set(GENERATED_TS_FILES
${TYPESCRIPT_OUTPUT_DIR}/native.d.mts
${TYPESCRIPT_OUTPUT_DIR}/native.d.ts
${TYPESCRIPT_OUTPUT_DIR}/core.ts
)
bindgen(
Expand Down

0 comments on commit 4ca8407

Please sign in to comment.