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

@@ -13,7 +13,6 @@ momo_assign_source_group(${SRC_FILES})
target_precompile_headers(fuzzer PRIVATE std_include.hpp)
target_link_libraries(fuzzer PRIVATE
common
fuzzing-engine
windows-emulator
)