Skip to content

Commit

Permalink
test/integration/cmake: single add_obx_schema per target
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-obx committed Aug 14, 2024
1 parent 893049e commit a344b42
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
8 changes: 0 additions & 8 deletions test/integration/cmake/projects/cpp-flat/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ if (DO_INSOURCE)
objectbox-test
SCHEMA_FILES
task.fbs
INSOURCE
OUTPUT_DIR_HEADERS
include
)
add_obx_schema(
TARGET
objectbox-test
SCHEMA_FILES
monster.fbs
INSOURCE
OUTPUT_DIR_HEADERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ else()
objectbox-test
SCHEMA_FILES
src/schema1/monster.fbs
OUTPUT_DIR_MODEL_JSON
src/model
)
add_obx_schema(
TARGET
objectbox-test
SCHEMA_FILES
src/schema2/task.fbs
OUTPUT_DIR_MODEL_JSON
src/model
Expand Down

0 comments on commit a344b42

Please sign in to comment.