skypjack/entt
CMakeLists.txt
:100
target_compile_options(EnTT BEFORE INTERFACE -stdlib=libc++)
target_compile_options(EnTT BEFORE INTERFACE -stdlib=libc++)
target_compile_options(FLAC BEFORE PRIVATE "/fp:fast")
target_compile_options(FLAC BEFORE PRIVATE -fassociative-math -fno-signed-zeros -fno-trapping-math -freciprocal-math)
target_compile_options(${example_lib_name} BEFORE PRIVATE -m32)