cmake get_source_file_property() examples

liballeg/allegro5 cmake/Common.cmake :249

get_source_file_property(LOC ${hdr} MACOSX_PACKAGE_LOCATION)

apache/arrow cpp/cmake_modules/UseCython.cmake :89

get_source_file_property(property_is_cxx ${pyx_file} CYTHON_IS_CXX)

apache/arrow cpp/cmake_modules/UseCython.cmake :96

get_source_file_property(pyx_location ${pyx_file} LOCATION)

apache/arrow cpp/cmake_modules/UseCython.cmake :118

get_source_file_property(property_is_public ${pyx_file} CYTHON_PUBLIC)

apache/arrow cpp/cmake_modules/UseCython.cmake :119

get_source_file_property(property_is_api ${pyx_file} CYTHON_API)

CGAL/cgal Linear_cell_complex/benchmark/Linear_cell_complex_3/cmake/ACGCommon.cmake :251

get_source_file_property (_skip ${_abs_FILE} SKIP_AUTOMOC)

doctest/doctest examples/exe_with_static_libs/doctest_force_link_static_lib_in_target.cmake :13

get_source_file_property(old_compile_flags ${src} COMPILE_FLAGS)

JPeterMugaas/efxc2 build/PVS-Studio.cmake :182

get_source_file_property(PROPERTY "${SOURCE}" HEADER_FILE_ONLY)

malaterre/GDCM CMake/UseCSharpTest.cmake :25

get_source_file_property(loc ${FILENAME} LOCATION)

malaterre/GDCM CMake/UseCSharpTest.cmake :26

get_source_file_property(pyenv ${FILENAME} RUNTIMEPATH)

malaterre/GDCM CMake/UseJavaTest.cmake :25

get_source_file_property(loc ${FILENAME}.class LOCATION)

malaterre/GDCM CMake/UseJavaTest.cmake :26

get_source_file_property(pyenv ${FILENAME}.class RUNTIMEPATH)

malaterre/GDCM CMake/UseJavaTest.cmake :27

get_source_file_property(theclasspath ${FILENAME}.class CLASSPATH)

malaterre/GDCM CMake/UsePythonTest.cmake :31

get_source_file_property(loc ${FILENAME} LOCATION)

malaterre/GDCM CMake/UsePythonTest.cmake :32

get_source_file_property(pyenv ${FILENAME} PYTHONPATH)

gentoo/gentoo sci-chemistry/openbabel/files/openbabel-python-r2.cmake :62

GET_SOURCE_FILE_PROPERTY(loc ${FILENAME} LOCATION)

gentoo/gentoo sci-chemistry/openbabel/files/openbabel-python.cmake :63

GET_SOURCE_FILE_PROPERTY(loc ${FILENAME} LOCATION)

InsightSoftwareConsortium/ITK CMake/CppcheckTargets.cmake :155

get_source_file_property(_cppcheck_loc "${_source}" LOCATION)

InsightSoftwareConsortium/ITK CMake/CppcheckTargets.cmake :158

get_source_file_property(_cppcheck_lang "${_source}" LANGUAGE)

InsightSoftwareConsortium/ITK CMake/CppcheckTargets.cmake :244

get_source_file_property(_cppcheck_lang "${_source}" LANGUAGE)

InsightSoftwareConsortium/ITK CMake/CppcheckTargets.cmake :245

get_source_file_property(_cppcheck_loc "${_source}" LOCATION)

KhronosGroup/KTX CMakeLists.txt :846

get_source_file_property(cur_options
    "${src_file}"
    COMPILE_OPTIONS
)

KhronosGroup/KTX CMakeLists.txt :968

get_source_file_property(transcoder_options
    external/basisu/transcoder/basisu_transcoder.cpp
    COMPILE_OPTIONS
)

KhronosGroup/KTX CMakeLists.txt :972

get_source_file_property(zstd_options external/basisu/zstd/zstd.c COMPILE_OPTIONS)

tpaviot/oce adm/cmake/cotire.cmake :190

get_source_file_property(_sourceIsHeaderOnly "${_sourceFile}" HEADER_FILE_ONLY)

tpaviot/oce adm/cmake/cotire.cmake :191

get_source_file_property(_sourceIsExternal "${_sourceFile}" EXTERNAL_OBJECT)

tpaviot/oce adm/cmake/cotire.cmake :192

get_source_file_property(_sourceIsSymbolic "${_sourceFile}" SYMBOLIC)

tpaviot/oce adm/cmake/cotire.cmake :205

get_source_file_property(_sourceIsExcluded "${_sourceFile}" COTIRE_EXCLUDED)

tpaviot/oce adm/cmake/cotire.cmake :212

get_source_file_property(_sourceLanguage "${_sourceFile}" LANGUAGE)

tpaviot/oce adm/cmake/cotire.cmake :228

get_source_file_property(_sourceIsCotired "${_sourceFile}" COTIRE_TARGET)

tpaviot/oce adm/cmake/cotire.cmake :232

get_source_file_property(_sourceCompileFlags "${_sourceFile}" COMPILE_FLAGS)

tpaviot/oce adm/cmake/cotire.cmake :288

get_source_file_property(_propertyValue "${_sourceFile}" ${_property})

tpaviot/oce adm/cmake/cotire.cmake :797

get_source_file_property(_definitions "${_sourceFile}" COMPILE_DEFINITIONS)

tpaviot/oce adm/cmake/cotire.cmake :801

get_source_file_property(_definitions "${_sourceFile}" COMPILE_DEFINITIONS_${_upperConfig})

tpaviot/oce adm/cmake/cotire.cmake :830

get_source_file_property(_undefs "${_sourceFile}" ${_property})

tpaviot/oce adm/cmake/cotire.cmake :1967

get_source_file_property(_startNew "${_sourceFile}" COTIRE_START_NEW_UNITY_SOURCE)

tpaviot/oce adm/cmake/cotire.cmake :2169

get_source_file_property(_generated "${_sourceFile}" GENERATED)

tpaviot/oce adm/cmake/cotire.cmake :2172

get_source_file_property(_sourceLocation "${_sourceFile}" LOCATION)

tpaviot/oce adm/cmake/cotire.cmake :2451

get_source_file_property(_sourceLocation "${_sourceFile}" LOCATION)

OGRECave/ogre CMake/Utils/PrecompiledHeader.cmake :214

get_source_file_property(_flags "${src}" COMPILE_FLAGS)

OGRECave/ogre CMake/Utils/PrecompiledHeader.cmake :215

get_source_file_property(_flags2 "${src}" COMPILE_DEFINITIONS)

OGRECave/ogre CMake/Utils/PrecompiledHeader.cmake :353

get_source_file_property(oldProps "${src}" COMPILE_FLAGS)

OGRECave/ogre CMake/Utils/PrecompiledHeader.cmake :354

get_source_file_property(oldProps2 "${src}" COMPILE_DEFINITIONS)

openbabel/openbabel cmake/modules/UsePythonTest.cmake :41

GET_SOURCE_FILE_PROPERTY(loc ${FILENAME} LOCATION)

openbabel/openbabel cmake/modules/UsePythonTest.cmake :42

GET_SOURCE_FILE_PROPERTY(pyenv ${FILENAME} PYTHONPATH)

openbabel/openbabel cmake/modules/UsePythonTest.cmake :43

GET_SOURCE_FILE_PROPERTY(ob_libdir ${FILENAME} BABEL_LIBDIR)

openbabel/openbabel cmake/modules/UsePythonTest.cmake :44

GET_SOURCE_FILE_PROPERTY(ob_datadir ${FILENAME} BABEL_DATADIR)

opencv/opencv cmake/FindCUDA.cmake :1268

get_source_file_property(_is_header ${file} HEADER_FILE_ONLY)

opencv/opencv cmake/FindCUDA.cmake :1272

get_source_file_property(_cuda_source_format ${file} CUDA_SOURCE_PROPERTY_FORMAT)

opencv/opencv cmake/OpenCVCompilerOptimizations.cmake :731

get_source_file_property(__definitions "${fname}" COMPILE_DEFINITIONS)

opencv/opencv cmake/OpenCVCompilerOptimizations.cmake :800

get_source_file_property(__definitions "${fname}" COMPILE_DEFINITIONS)

opencv/opencv cmake/OpenCVPCHSupport.cmake :206

get_source_file_property(_flags "${src}" COMPILE_FLAGS)

opencv/opencv cmake/OpenCVPCHSupport.cmake :207

get_source_file_property(_flags2 "${src}" COMPILE_DEFINITIONS)

opencv/opencv cmake/OpenCVPCHSupport.cmake :360

get_source_file_property(oldProps "${src}" COMPILE_FLAGS)

opencv/opencv cmake/OpenCVPCHSupport.cmake :361

get_source_file_property(oldProps2 "${src}" COMPILE_DEFINITIONS)

opencv/opencv cmake/OpenCVUtils.cmake :688

get_source_file_property(_value "${source}" COMPILE_DEFINITIONS)

opencv/opencv cmake/OpenCVUtils.cmake :702

get_source_file_property(flags "${source}" COMPILE_FLAGS)

opencv/opencv cmake/OpenCVUtils.cmake :824

get_source_file_property(flags "${source}" COMPILE_FLAGS)

qgis/QGIS cmake/UsePythonTest.cmake :24

get_source_file_property(QGIS_PYTEST_FILE_LOC ${FILENAME} LOCATION)

qgis/QGIS cmake/UsePythonTest.cmake :25

get_source_file_property(QGIS_PYTEST_PYENV ${FILENAME} PYTHONPATH)

qtwebkit/qtwebkit Source/cmake/WebKitMacros.cmake :83

get_source_file_property(_tmp ${_source} OBJECT_DEPENDS)

fnc12/sqlite_orm cmake/ucm.cmake :343

get_source_file_property(old_compile_flags ${src} COMPILE_FLAGS)

xiaoyeli/superlu_dist cmake/FindHIP.cmake :516

get_source_file_property(_is_header ${file} HEADER_FILE_ONLY)

xiaoyeli/superlu_dist cmake/FindHIP.cmake :518

get_source_file_property(_hip_source_format ${file} HIP_SOURCE_PROPERTY_FORMAT)

trilinos/Trilinos packages/PyTrilinos/cmake/UseSWIG.cmake :162

GET_SOURCE_FILE_PROPERTY(swig_source_file_generated ${name} GENERATED)

trilinos/Trilinos packages/PyTrilinos/cmake/UseSWIG.cmake :189

GET_SOURCE_FILE_PROPERTY(swig_source_file_generated ${infile} GENERATED)

trilinos/Trilinos packages/PyTrilinos/cmake/UseSWIG.cmake :190

GET_SOURCE_FILE_PROPERTY(swig_source_file_cplusplus ${infile} CPLUSPLUS)

trilinos/Trilinos packages/PyTrilinos/cmake/UseSWIG.cmake :191

GET_SOURCE_FILE_PROPERTY(swig_source_file_flags ${infile} SWIG_FLAGS)

upx/upx misc/cmake/functions.cmake :379

get_source_file_property(prop "${source}" COMPILE_FLAGS)

microsoft/vcpkg ports/7zip/CMakeLists.txt :362

get_source_file_property(defs C/LzmaDec.c COMPILE_DEFINITIONS)

Viskores/viskores CMake/ViskoresWrappers.cmake :493

get_source_file_property(is_candidate ${source} UNITY_BUILD_CANDIDATE)

Viskores/viskores CMake/testing/ViskoresTestWrappers.cmake :58

get_source_file_property(not_a_test ${src} NOT_A_TEST)

Viskores/viskores CMake/testing/ViskoresTestWrappers.cmake :328

get_source_file_property(not_a_test ${test} NOT_A_TEST)

vrpn/vrpn cmake/CppcheckTargets.cmake :78

get_source_file_property(_cppcheck_loc "${_source}" LOCATION)

vrpn/vrpn cmake/CppcheckTargets.cmake :81

get_source_file_property(_cppcheck_lang "${_source}" LANGUAGE)

vrpn/vrpn cmake/CppcheckTargets.cmake :184

get_source_file_property(_cppcheck_lang "${_source}" LANGUAGE)

vrpn/vrpn cmake/CppcheckTargets.cmake :185

get_source_file_property(_cppcheck_loc "${_source}" LOCATION)

movableink/webkit Source/cmake/WebKitMacros.cmake :83

get_source_file_property(_tmp ${_source} OBJECT_DEPENDS)

emweb/wt examples/CMakeLists.txt :203

GET_SOURCE_FILE_PROPERTY(${name}_FIRST_SOURCEFILE_FULLPATH ${${name}_FIRST_SOURCEFILE} LOCATION)

wxWidgets/wxWidgets build/cmake/modules/cotire.cmake :195

get_source_file_property(_sourceIsHeaderOnly "${_sourceFile}" HEADER_FILE_ONLY)

wxWidgets/wxWidgets build/cmake/modules/cotire.cmake :196

get_source_file_property(_sourceIsExternal "${_sourceFile}" EXTERNAL_OBJECT)

wxWidgets/wxWidgets build/cmake/modules/cotire.cmake :197

get_source_file_property(_sourceIsSymbolic "${_sourceFile}" SYMBOLIC)

wxWidgets/wxWidgets build/cmake/modules/cotire.cmake :210

get_source_file_property(_sourceIsExcluded "${_sourceFile}" COTIRE_EXCLUDED)

wxWidgets/wxWidgets build/cmake/modules/cotire.cmake :217

get_source_file_property(_sourceLanguage "${_sourceFile}" LANGUAGE)

wxWidgets/wxWidgets build/cmake/modules/cotire.cmake :233

get_source_file_property(_sourceIsCotired "${_sourceFile}" COTIRE_TARGET)

wxWidgets/wxWidgets build/cmake/modules/cotire.cmake :237

get_source_file_property(_sourceCompileFlags "${_sourceFile}" COMPILE_FLAGS)

wxWidgets/wxWidgets build/cmake/modules/cotire.cmake :242

get_source_file_property(_sourceCompileOptions "${_sourceFile}" COMPILE_OPTIONS)

wxWidgets/wxWidgets build/cmake/modules/cotire.cmake :299

get_source_file_property(_propertyValue "${_sourceFile}" ${_property})

wxWidgets/wxWidgets build/cmake/modules/cotire.cmake :813

get_source_file_property(_definitions "${_sourceFile}" COMPILE_DEFINITIONS)

wxWidgets/wxWidgets build/cmake/modules/cotire.cmake :817

get_source_file_property(_definitions "${_sourceFile}" COMPILE_DEFINITIONS_${_upperConfig})

wxWidgets/wxWidgets build/cmake/modules/cotire.cmake :846

get_source_file_property(_undefs "${_sourceFile}" ${_property})

wxWidgets/wxWidgets build/cmake/modules/cotire.cmake :2124

get_source_file_property(_startNew "${_sourceFile}" COTIRE_START_NEW_UNITY_SOURCE)

wxWidgets/wxWidgets build/cmake/modules/cotire.cmake :2330

get_source_file_property(_generated "${_sourceFile}" GENERATED)

wxWidgets/wxWidgets build/cmake/modules/cotire.cmake :2333

get_source_file_property(_sourceLocation "${_sourceFile}" LOCATION)

wxWidgets/wxWidgets build/cmake/modules/cotire.cmake :2618

get_source_file_property(_sourceLocation "${_sourceFile}" LOCATION)

tfussell/xlnt cmake/ucm.cmake :282

get_source_file_property(old_compile_flags ${src} COMPILE_FLAGS)