renamed dependency 'common' to emulator-common

also made it mandatory when using the 'windows-emulator' dep
This commit is contained in:
Elias Bachaalany
2025-01-12 12:31:53 -08:00
parent 051e7a77a7
commit a16c1dd654
8 changed files with 7 additions and 10 deletions

View File

@@ -7,6 +7,6 @@ file(GLOB_RECURSE SRC_FILES CONFIGURE_DEPENDS
list(SORT SRC_FILES)
add_executable(bad-sample ${SRC_FILES})
target_link_libraries(bad-sample PRIVATE common)
target_link_libraries(bad-sample PRIVATE emulator-common)
momo_assign_source_group(${SRC_FILES})