mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-06 06:28:13 +01:00
commit
7a7557f70f
76 changed files with 6841 additions and 4838 deletions
2
externals/fmt/test/fuzzing/CMakeLists.txt
vendored
2
externals/fmt/test/fuzzing/CMakeLists.txt
vendored
|
|
@ -22,7 +22,7 @@ function(add_fuzzer source)
|
|||
if (FMT_FUZZ_LDFLAGS)
|
||||
target_link_libraries(${name} PRIVATE ${FMT_FUZZ_LDFLAGS})
|
||||
endif ()
|
||||
target_compile_features(${name} PRIVATE cxx_generic_lambdas)
|
||||
target_compile_features(${name} PRIVATE cxx_std_14)
|
||||
endfunction()
|
||||
|
||||
foreach (source chrono-duration.cc chrono-timepoint.cc float.cc named-arg.cc one-arg.cc two-args.cc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue