cmake target_compile_options(BEFORE) examples

skypjack/entt CMakeLists.txt :100

target_compile_options(EnTT BEFORE INTERFACE -stdlib=libc++)

xiph/flac src/libFLAC/CMakeLists.txt :104

target_compile_options(FLAC BEFORE PRIVATE "/fp:fast")

xiph/flac src/libFLAC/CMakeLists.txt :107

target_compile_options(FLAC BEFORE PRIVATE -fassociative-math -fno-signed-zeros -fno-trapping-math -freciprocal-math)

ThePhD/sol2 examples/require_dll_example/CMakeLists.txt :79

target_compile_options(${example_lib_name} BEFORE PRIVATE -m32)