Skip to content

Commit

Permalink
add sc-core dependency in tests.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
MakarenkoAI committed Nov 26, 2024
1 parent eb86d1d commit 59eb46e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
make_tests_from_folder(${CMAKE_CURRENT_LIST_DIR}/units
NAME identifiers-module-test-starter
DEPENDS sc-memory sc-builder-lib identifiers-module
DEPENDS sc-memory sc-core sc-builder-lib identifiers-module
INCLUDES ${SC_MEMORY_INCLUDE} ${SC_BUILDER_INCLUDE}
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
make_tests_from_folder(${CMAKE_CURRENT_LIST_DIR}/units
NAME sections-module-test-starter
DEPENDS sc-memory sc-builder-lib sections-module
DEPENDS sc-memory sc-core sc-builder-lib sections-module
INCLUDES ${SC_MEMORY_INCLUDE} ${SC_BUILDER_INCLUDE}
)

Expand Down

0 comments on commit 59eb46e

Please sign in to comment.