Remove dependencies from sample

This commit is contained in:
momo5502
2025-04-12 08:09:19 +02:00
parent b449684bde
commit d0a24ac65c
2 changed files with 53 additions and 17 deletions

View File

@@ -9,7 +9,3 @@ list(SORT SRC_FILES)
add_executable(test-sample ${SRC_FILES})
momo_assign_source_group(${SRC_FILES})
target_link_libraries(test-sample PRIVATE
emulator-common
)