cmake HAVE_FTELLO examples

3MFConsortium/lib3mf CMakeLists.txt :196

target_compile_options(${PROJECT_NAME} PRIVATE "-DHAVE_FTELLO")

hatari/hatari CMakeLists.txt :238

check_symbol_exists(ftello "stdio.h" HAVE_FTELLO)

nih-at/libzip CMakeLists.txt :126

check_function_exists(ftello HAVE_FTELLO)

flyinghead/flycast core/deps/libzip/CMakeLists.txt :115

check_function_exists(ftello HAVE_FTELLO)

simongog/sdsl libdivsufsort-2.0.1/CMakeModules/CheckLFS.cmake :28

check_symbol_exists("ftello" "stdio.h" HAVE_FTELLO)

simongog/sdsl libdivsufsort-2.0.1/CMakeModules/CheckLFS.cmake :48

endif(HAVE_FSEEKO AND HAVE_FTELLO)

tbeu/matio cmake/compilerOptions.cmake :13

check_symbol_exists(ftello     stdio.h  HAVE_FTELLO)