diff --git "a/data/cmake/data.json" "b/data/cmake/data.json" new file mode 100644--- /dev/null +++ "b/data/cmake/data.json" @@ -0,0 +1,100 @@ +{"size":1532,"ext":"cmake","lang":"CMake","max_stars_count":6.0,"content":"# Install script for directory: \/Users\/mengdong\/Desktop\/cs175_project\/GLFW\/src\n\n# Set the install prefix\nif(NOT DEFINED CMAKE_INSTALL_PREFIX)\n set(CMAKE_INSTALL_PREFIX \"\/usr\/local\")\nendif()\nstring(REGEX REPLACE \"\/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")\n\n# Set the install configuration name.\nif(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n if(BUILD_TYPE)\n string(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\n CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\n else()\n set(CMAKE_INSTALL_CONFIG_NAME \"\")\n endif()\n message(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\nendif()\n\n# Set the component getting installed.\nif(NOT CMAKE_INSTALL_COMPONENT)\n if(COMPONENT)\n message(STATUS \"Install component: \\\"${COMPONENT}\\\"\")\n set(CMAKE_INSTALL_COMPONENT \"${COMPONENT}\")\n else()\n set(CMAKE_INSTALL_COMPONENT)\n endif()\nendif()\n\n# Is this installation the result of a crosscompile?\nif(NOT DEFINED CMAKE_CROSSCOMPILING)\n set(CMAKE_CROSSCOMPILING \"FALSE\")\nendif()\n\nif(\"x${CMAKE_INSTALL_COMPONENT}x\" STREQUAL \"xUnspecifiedx\" OR NOT CMAKE_INSTALL_COMPONENT)\n file(INSTALL DESTINATION \"${CMAKE_INSTALL_PREFIX}\/lib\" TYPE STATIC_LIBRARY FILES \"\/Users\/mengdong\/Desktop\/cs175_project\/GLFW\/src\/libglfw3.a\")\n if(EXISTS \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}\/lib\/libglfw3.a\" AND\n NOT IS_SYMLINK \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}\/lib\/libglfw3.a\")\n execute_process(COMMAND \"\/Library\/Developer\/CommandLineTools\/usr\/bin\/ranlib\" \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}\/lib\/libglfw3.a\")\n endif()\nendif()\n\n","avg_line_length":35.6279069767,"max_line_length":143,"alphanum_fraction":0.7558746736} +{"size":265,"ext":"cmake","lang":"CMake","max_stars_count":1.0,"content":"file(REMOVE_RECURSE\n \"CMakeFiles\/seek_viewer.dir\/seek_viewer.cpp.o\"\n \"seek_viewer.pdb\"\n \"seek_viewer\"\n)\n\n# Per-language clean rules from dependency scanning.\nforeach(lang CXX)\n include(CMakeFiles\/seek_viewer.dir\/cmake_clean_${lang}.cmake OPTIONAL)\nendforeach()\n","avg_line_length":24.0909090909,"max_line_length":72,"alphanum_fraction":0.7886792453} +{"size":3492,"ext":"cmake","lang":"CMake","max_stars_count":2.0,"content":"# Generated by CMake 3.5.1\n\nif(\"${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}\" LESS 2.5)\n message(FATAL_ERROR \"CMake >= 2.6.0 required\")\nendif()\ncmake_policy(PUSH)\ncmake_policy(VERSION 2.6)\n#----------------------------------------------------------------\n# Generated CMake target import file.\n#----------------------------------------------------------------\n\n# Commands may need to know the format version.\nset(CMAKE_IMPORT_FILE_VERSION 1)\n\n# Protect against multiple inclusion, which would fail when already imported targets are added once more.\nset(_targetsDefined)\nset(_targetsNotDefined)\nset(_expectedTargets)\nforeach(_expectedTarget caffe caffeproto)\n list(APPEND _expectedTargets ${_expectedTarget})\n if(NOT TARGET ${_expectedTarget})\n list(APPEND _targetsNotDefined ${_expectedTarget})\n endif()\n if(TARGET ${_expectedTarget})\n list(APPEND _targetsDefined ${_expectedTarget})\n endif()\nendforeach()\nif(\"${_targetsDefined}\" STREQUAL \"${_expectedTargets}\")\n set(CMAKE_IMPORT_FILE_VERSION)\n cmake_policy(POP)\n return()\nendif()\nif(NOT \"${_targetsDefined}\" STREQUAL \"\")\n message(FATAL_ERROR \"Some (but not all) targets in this export set were already defined.\\nTargets Defined: ${_targetsDefined}\\nTargets not yet defined: ${_targetsNotDefined}\\n\")\nendif()\nunset(_targetsDefined)\nunset(_targetsNotDefined)\nunset(_expectedTargets)\n\n\n# Compute the installation prefix relative to this file.\nget_filename_component(_IMPORT_PREFIX \"${CMAKE_CURRENT_LIST_FILE}\" PATH)\nget_filename_component(_IMPORT_PREFIX \"${_IMPORT_PREFIX}\" PATH)\nget_filename_component(_IMPORT_PREFIX \"${_IMPORT_PREFIX}\" PATH)\n\n# Create imported target caffe\nadd_library(caffe SHARED IMPORTED)\n\nset_target_properties(caffe PROPERTIES\n INTERFACE_COMPILE_DEFINITIONS \"USE_LMDB;USE_LEVELDB;USE_CUDNN;USE_OPENCV\"\n INTERFACE_INCLUDE_DIRECTORIES \"\/usr\/include;\/usr\/include;\/usr\/include;\/usr\/include;\/usr\/include\/hdf5\/serial;\/usr\/include;\/usr\/include;\/usr\/local\/cuda-9.0\/include;\/usr\/include;\/usr\/include\/opencv;\/usr\/include;\/usr\/include;\/usr\/include\/atlas;\/usr\/include;${_IMPORT_PREFIX}\/include\"\n)\n\n# Create imported target caffeproto\nadd_library(caffeproto STATIC IMPORTED)\n\nset_target_properties(caffeproto PROPERTIES\n INTERFACE_INCLUDE_DIRECTORIES \"\/usr\/include\"\n)\n\n# Load information for each installed configuration.\nget_filename_component(_DIR \"${CMAKE_CURRENT_LIST_FILE}\" PATH)\nfile(GLOB CONFIG_FILES \"${_DIR}\/CaffeTargets-*.cmake\")\nforeach(f ${CONFIG_FILES})\n include(${f})\nendforeach()\n\n# Cleanup temporary variables.\nset(_IMPORT_PREFIX)\n\n# Loop over all imported files and verify that they actually exist\nforeach(target ${_IMPORT_CHECK_TARGETS} )\n foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} )\n if(NOT EXISTS \"${file}\" )\n message(FATAL_ERROR \"The imported target \\\"${target}\\\" references the file\n \\\"${file}\\\"\nbut this file does not exist. Possible reasons include:\n* The file was deleted, renamed, or moved to another location.\n* An install or uninstall procedure did not complete successfully.\n* The installation package was faulty and contained\n \\\"${CMAKE_CURRENT_LIST_FILE}\\\"\nbut not all the files it references.\n\")\n endif()\n endforeach()\n unset(_IMPORT_CHECK_FILES_FOR_${target})\nendforeach()\nunset(_IMPORT_CHECK_TARGETS)\n\n# This file does not depend on other imported targets which have\n# been exported from the same project but in a separate export set.\n\n# Commands beyond this point should not need to know the version.\nset(CMAKE_IMPORT_FILE_VERSION)\ncmake_policy(POP)\n","avg_line_length":36.375,"max_line_length":281,"alphanum_fraction":0.7560137457} +{"size":979,"ext":"cmake","lang":"CMake","max_stars_count":46.0,"content":"#\/** @file\n# * Copyright (c) 2019, Arm Limited or its affiliates. All rights reserved.\n# * SPDX-License-Identifier : Apache-2.0\n# *\n# * Licensed under the Apache License, Version 2.0 (the \"License\");\n# * you may not use this file except in compliance with the License.\n# * You may obtain a copy of the License at\n# *\n# * http:\/\/www.apache.org\/licenses\/LICENSE-2.0\n# *\n# * Unless required by applicable law or agreed to in writing, software\n# * distributed under the License is distributed on an \"AS IS\" BASIS,\n# * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# * See the License for the specific language governing permissions and\n# * limitations under the License.\n#**\/\n\nlist(APPEND CC_SOURCE\n\ttest_entry_i057.c\n\ttest_i057.c\n)\nlist(APPEND CC_OPTIONS )\nlist(APPEND AS_SOURCE )\nlist(APPEND AS_OPTIONS )\n\nlist(APPEND CC_SOURCE_SPE\n\ttest_i057.c\n\ttest_supp_i057.c\n)\nlist(APPEND CC_OPTIONS_SPE )\nlist(APPEND AS_SOURCE_SPE )\nlist(APPEND AS_OPTIONS_SPE )\n","avg_line_length":29.6666666667,"max_line_length":76,"alphanum_fraction":0.7436159346} +{"size":5889,"ext":"cmake","lang":"CMake","max_stars_count":7.0,"content":"# Default configuration for building with MSVC\/Visual Studio\n#\n#set(CMAKE_RULE_MESSAGES OFF CACHE BOOL \"\")\n#set(CMAKE_VERBOSE_MAKEFILE ON CACHE BOOL \"\")\n\n#DRIVERS\nset(GDAL_ENABLE_FRMT_ADRG ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_AAIGRID ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_AIRSAR ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_ARG ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_BLX ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_BMP ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_BSB ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_CALS ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_CEOS ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_CEOS2 ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_COASP ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_COSAR ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_CTG ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_DODS OFF CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_DIMAP ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_DODS ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_DTED ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_E00GRID ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_ECW OFF CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_EEDA ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_ELAS ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_ERS ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_ENVISAT ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_EPSILON ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_FITS ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_GFF ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_GIF ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_GRIB ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_GSG ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_GTA ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_HDF4 ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_HDF5 ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_HF2 ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_HFA ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_IDRISI ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_ILWIS ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_INGR ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_IRIS ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_JAXAPALSAR ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_JDEM ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_JPEG ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_JPEG2000 OFF CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_JPEGLS ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_KEA ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_KMLSUPEROVERLAY ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_L1B ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_LEVELLER ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_MAP ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_MBTILES ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_MEM ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_MRF ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_MRSID ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_MRSID_LIDAR ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_MSG OFF CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_MSGN ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_NETCDF ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_NGSGEOID ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_NITF ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_NORTHWOOD ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_OPENJPEG ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_OZI ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_PCIDSK ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_PCRASTER ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_PDF OFF CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_POSTGISRASTER ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_RASTERLITE ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_RIK OFF CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_USGSDEM ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_TIL ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_TILEDB ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_TSX ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_USGSDEM ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_VRT ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_WCS ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_WEBP ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_WMS ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_WMTS ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_XPM ON CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_XYZ ON CACHE BOOL \"\")\n\nset(OGR_ENABLE_AMIGOCLOUD OFF CACHE BOOL \"\")\nset(OGR_ENABLE_ARCGEN ON CACHE BOOL \"\")\nset(OGR_ENABLE_AVC ON CACHE BOOL \"\")\nset(OGR_ENABLE_BNA ON CACHE BOOL \"\")\nset(OGR_ENABLE_CAD OFF CACHE BOOL \"\")\nset(OGR_ENABLE_CARTO OFF CACHE BOOL \"\")\nset(OGR_ENABLE_CLOUDANT ON CACHE BOOL \"\")\nset(OGR_ENABLE_CSW OFF CACHE BOOL \"\")\nset(OGR_ENABLE_CSV ON CACHE BOOL \"\")\nset(OGR_ENABLE_DODS OFF CACHE BOOL \"\")\nset(OGR_ENABLE_DWG OFF CACHE BOOL \"\")\nset(OGR_ENABLE_ELASTIC ON CACHE BOOL \"\")\nset(OGR_ENABLE_GFT OFF CACHE BOOL \"\")\nset(OGR_ENABLE_GMLAS ON CACHE BOOL \"\")\nset(OGR_ENABLE_ILI ON CACHE BOOL \"\")\nset(OGR_ENABLE_JML OFF CACHE BOOL \"\")\nset(OGR_ENABLE_LIBKML OFF CACHE BOOL \"\")\nset(OGR_ENABLE_MONGODB OFF CACHE BOOL \"\")\nset(OGR_ENABLE_MYSQL OFF CACHE BOOL \"\")\nset(OGR_ENABLE_NAS OFF CACHE BOOL \"\")\nset(OGR_ENABLE_OCI OFF CACHE BOOL \"\")\nset(OGR_ENABLE_PG OFF CACHE BOOL \"\")\nset(OGR_ENABLE_PGDUMP ON CACHE BOOL \"\")\nset(OGR_ENABLE_PLSCENES OFF CACHE BOOL \"\")\nset(OGR_ENABLE_SHAPE ON CACHE BOOL \"\")\nset(OGR_ENABLE_SOSI OFF CACHE BOOL \"\")\nset(OGR_ENABLE_SQLITE ON CACHE BOOL \"\")\nset(OGR_ENABLE_SPATIALITE OFF CACHE BOOL \"\")\nset(OGR_ENABLE_SVG OFF CACHE BOOL \"\")\nset(OGR_ENABLE_VFK OFF CACHE BOOL \"\")\nset(OGR_ENABLE_WFS ON CACHE BOOL \"\")\nset(OGR_ENABLE_XLSX ON CACHE BOOL \"\")\n\n# Proprietary drivers\nset(GDAL_ENABLE_FRMT_GEORASTER OFF CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_SDE OFF CACHE BOOL \"\")\nset(GDAL_ENABLE_FRMT_RASDAMAN OFF CACHE BOOL \"\")\nset(OGR_ENABLE_SDE OFF CACHE BOOL \"\")\nset(OGR_ENABLE_FME OFF CACHE BOOL \"\")\nset(OGR_ENABLE_OCI OFF CACHE BOOL \"\")\nset(OGR_ENABLE_DB2 OFF CACHE BOOL \"\")\nset(OGR_ENABLE_DWG OFF CACHE BOOL \"\")\nset(OGR_ENABLE_MSSQLSPATIAL ON CACHE BOOL \"\")\n\n# GRASS drivers\nset(GDAL_ENABLE_FRMT_GRASS OFF CACHE BOOL \"\")\nset(OGR_ENABLE_GRASS OFF CACHE BOOL \"\")\n\n# BUNDLED LIBRARIES\nset(GDAL_USE_QHULL_INTERNAL ON CACHE BOOL \"\")\nset(GDAL_USE_LIBPCIDSK_INTERNAL ON CACHE BOOL \"\")\nset(GDAL_USE_LIBCSF_INTERNAL ON CACHE BOOL \"\")\nset(GDAL_USE_OPENCAD_INTERNAL ON CACHE BOOL \"\")\nset(GDAL_USE_LIBLERC_INTERNAL ON CACHE BOOL \"\")\nset(GDAL_USE_LIBGEOTIFF_INTERNAL ON CACHE BOOL \"\")\nset(GDAL_USE_LIBJSONC_INTERNAL ON CACHE BOOL \"\")\nset(GDAL_USE_GIFLIB_INTERNAL ON CACHE BOOL \"\")\n","avg_line_length":40.8958333333,"max_line_length":60,"alphanum_fraction":0.7926642894} +{"size":775,"ext":"cmake","lang":"CMake","max_stars_count":17.0,"content":"file(REMOVE_RECURSE\n \"CMakeFiles\/opencv_test_ml.dir\/test\/test_emknearestkmeans.cpp.o\"\n \"CMakeFiles\/opencv_test_ml.dir\/test\/test_gbttest.cpp.o\"\n \"CMakeFiles\/opencv_test_ml.dir\/test\/test_lr.cpp.o\"\n \"CMakeFiles\/opencv_test_ml.dir\/test\/test_main.cpp.o\"\n \"CMakeFiles\/opencv_test_ml.dir\/test\/test_mltests.cpp.o\"\n \"CMakeFiles\/opencv_test_ml.dir\/test\/test_mltests2.cpp.o\"\n \"CMakeFiles\/opencv_test_ml.dir\/test\/test_save_load.cpp.o\"\n \"CMakeFiles\/opencv_test_ml.dir\/test\/test_svmsgd.cpp.o\"\n \"CMakeFiles\/opencv_test_ml.dir\/test\/test_svmtrainauto.cpp.o\"\n \"..\/..\/bin\/opencv_test_ml.pdb\"\n \"..\/..\/bin\/opencv_test_ml\"\n)\n\n# Per-language clean rules from dependency scanning.\nforeach(lang CXX)\n include(CMakeFiles\/opencv_test_ml.dir\/cmake_clean_${lang}.cmake OPTIONAL)\nendforeach()\n","avg_line_length":40.7894736842,"max_line_length":75,"alphanum_fraction":0.7948387097} +{"size":3056,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"#-------------------------------------------------------------------------------\n# SPDX-License-Identifier: \"Apache-2.0 OR MIT\"\n# Copyright (C) 2020, Jayesh Badwaik \n#-------------------------------------------------------------------------------\n################################################################################\n# Library Options\n################################################################################\nset(BUILD_MODE_ARRAY \"Normal\")\nset(BUILD_MODE \"Normal\" CACHE STRING \"Build Mode\")\nset_property(\n CACHE BUILD_MODE PROPERTY STRINGS ${BUILD_MODE_ARRAY})\nif(NOT BUILD_MODE IN_LIST BUILD_MODE_ARRAY)\n message(FATAL_ERROR \"\n Unsupported Build Mode ${BUILD_MODE} Requested\n Supported Build Modes: ${BUILD_MODE_ARRAY}\\n\\\n Provided Value for BUILD_MODE : ${BUILD_MODE}\\n\\\n \"\n )\nendif()\n\n\n################################################################################\n# Testing Option\n################################################################################\noption(BUILD_BENCHMARKING \"Build Benchmarks\" OFF)\noption(BUILD_TESTING \"Build Tests\" OFF)\n\n################################################################################\n# Input Data\n################################################################################\nif(BUILD_BENCHMARKING OR BUILD_TESTING)\n string(TIMESTAMP TIME_STRING %s UTC)\n\n if(NOT DEFINED INPUT_DATA)\n message(FATAL_ERROR \"INPUT_DATA is required to be specified for tests.\")\n endif()\n get_filename_component(INPUT_DATA_ABSPATH ${INPUT_DATA} ABSOLUTE)\n\n if(NOT DEFINED OUTPUT_DATA)\n message(FATAL_ERROR \"OUTPUT_DATA is required to be specified for tests.\")\n endif()\n get_filename_component(OUTPUT_DATA_ABSPATH ${OUTPUT_DATA} ABSOLUTE)\n string(APPEND OUTPUT_DATA_ABSPATH \"\/${TIME_STRING}\")\nendif()\n\n################################################################################\n# Benchmarking Options\n################################################################################\nif(BUILD_BENCHMARKING)\n set(BENCHMARK_MODE_ARRAY \"Normal\")\n set(BENCHMARK_MODE \"Normal\" CACHE STRING \"Test Mode\")\n set_property(\n CACHE BENCHMARK_MODE PROPERTY STRINGS ${BENCHMARK_MODE_ARRAY})\n if(NOT BENCHMARK_MODE IN_LIST BENCHMARK_MODE_ARRAY)\n message(FATAL_ERROR \"\n Unsupported Test Mode ${BENCHMARK_MODE} Requested\n Supported Test Modes: ${BENCHMARK_MODE_ARRAY}\\n\\\n Provided Value for BENCHMARK_MODE : ${BENCHMARK_MODE}\\n\\\n \"\n )\nendif()\nendif()\n\n################################################################################\n# Testing Options\n################################################################################\nif(BUILD_TESTING)\n set(TEST_MODE_ARRAY \"Normal\")\n set(TEST_MODE \"Normal\" CACHE STRING \"Test Mode\")\n set_property(\n CACHE TEST_MODE PROPERTY STRINGS ${TEST_MODE_ARRAY})\n if(NOT TEST_MODE IN_LIST TEST_MODE_ARRAY)\n message(FATAL_ERROR \"\n Unsupported Test Mode ${TEST_MODE} Requested\n Supported Test Modes: ${TEST_MODE_ARRAY}\\n\\\n Provided Value for TEST_MODE : ${TEST_MODE}\\n\\\n \"\n )\nendif()\nendif()\n","avg_line_length":37.7283950617,"max_line_length":80,"alphanum_fraction":0.5160340314} +{"size":82984,"ext":"cmake","lang":"CMake","max_stars_count":250.0,"content":"include(LLVMProcessSources)\ninclude(LLVM-Config)\ninclude(DetermineGCCCompatible)\n\nfunction(llvm_update_compile_flags name)\n get_property(sources TARGET ${name} PROPERTY SOURCES)\n if(\"${sources}\" MATCHES \"\\\\.c(;|$)\")\n set(update_src_props ON)\n endif()\n\n list(APPEND LLVM_COMPILE_CFLAGS \" ${LLVM_COMPILE_FLAGS}\")\n\n # LLVM_REQUIRES_EH is an internal flag that individual targets can use to\n # force EH\n if(LLVM_REQUIRES_EH OR LLVM_ENABLE_EH)\n if(NOT (LLVM_REQUIRES_RTTI OR LLVM_ENABLE_RTTI))\n message(AUTHOR_WARNING \"Exception handling requires RTTI. Enabling RTTI for ${name}\")\n set(LLVM_REQUIRES_RTTI ON)\n endif()\n if(MSVC)\n list(APPEND LLVM_COMPILE_FLAGS \"\/EHsc\")\n endif()\n else()\n if(LLVM_COMPILER_IS_GCC_COMPATIBLE)\n list(APPEND LLVM_COMPILE_FLAGS \"-fno-exceptions\")\n if(NOT LLVM_ENABLE_UNWIND_TABLES)\n list(APPEND LLVM_COMPILE_FLAGS \"-fno-unwind-tables\")\n list(APPEND LLVM_COMPILE_FLAGS \"-fno-asynchronous-unwind-tables\")\n endif()\n elseif(MSVC)\n list(APPEND LLVM_COMPILE_DEFINITIONS _HAS_EXCEPTIONS=0)\n list(APPEND LLVM_COMPILE_FLAGS \"\/EHs-c-\")\n elseif (CMAKE_CXX_COMPILER_ID MATCHES \"XL\")\n list(APPEND LLVM_COMPILE_FLAGS \"-qnoeh\")\n endif()\n endif()\n\n # LLVM_REQUIRES_RTTI is an internal flag that individual\n # targets can use to force RTTI\n set(LLVM_CONFIG_HAS_RTTI YES CACHE INTERNAL \"\")\n if(NOT (LLVM_REQUIRES_RTTI OR LLVM_ENABLE_RTTI))\n set(LLVM_CONFIG_HAS_RTTI NO CACHE INTERNAL \"\")\n list(APPEND LLVM_COMPILE_DEFINITIONS GTEST_HAS_RTTI=0)\n if (LLVM_COMPILER_IS_GCC_COMPATIBLE)\n list(APPEND LLVM_COMPILE_FLAGS \"-fno-rtti\")\n elseif (MSVC)\n list(APPEND LLVM_COMPILE_FLAGS \"\/GR-\")\n elseif (CMAKE_CXX_COMPILER_ID MATCHES \"XL\")\n list(APPEND LLVM_COMPILE_FLAGS \"-qnortti\")\n endif ()\n elseif(MSVC)\n list(APPEND LLVM_COMPILE_FLAGS \"\/GR\")\n endif()\n\n # Assume that;\n # - LLVM_COMPILE_FLAGS is list.\n # - PROPERTY COMPILE_FLAGS is string.\n string(REPLACE \";\" \" \" target_compile_flags \" ${LLVM_COMPILE_FLAGS}\")\n string(REPLACE \";\" \" \" target_compile_cflags \" ${LLVM_COMPILE_CFLAGS}\")\n\n if(update_src_props)\n foreach(fn ${sources})\n get_filename_component(suf ${fn} EXT)\n if(\"${suf}\" STREQUAL \".cpp\")\n set_property(SOURCE ${fn} APPEND_STRING PROPERTY\n COMPILE_FLAGS \"${target_compile_flags}\")\n endif()\n if(\"${suf}\" STREQUAL \".c\")\n set_property(SOURCE ${fn} APPEND_STRING PROPERTY\n COMPILE_FLAGS \"${target_compile_cflags}\")\n endif()\n endforeach()\n else()\n # Update target props, since all sources are C++.\n set_property(TARGET ${name} APPEND_STRING PROPERTY\n COMPILE_FLAGS \"${target_compile_flags}\")\n endif()\n\n set_property(TARGET ${name} APPEND PROPERTY COMPILE_DEFINITIONS ${LLVM_COMPILE_DEFINITIONS})\nendfunction()\n\nfunction(add_llvm_symbol_exports target_name export_file)\n if(${CMAKE_SYSTEM_NAME} MATCHES \"Darwin\")\n set(native_export_file \"${target_name}.exports\")\n add_custom_command(OUTPUT ${native_export_file}\n COMMAND sed -e \"s\/^\/_\/\" < ${export_file} > ${native_export_file}\n DEPENDS ${export_file}\n VERBATIM\n COMMENT \"Creating export file for ${target_name}\")\n set_property(TARGET ${target_name} APPEND_STRING PROPERTY\n LINK_FLAGS \" -Wl,-exported_symbols_list,\\\"${CMAKE_CURRENT_BINARY_DIR}\/${native_export_file}\\\"\")\n elseif(${CMAKE_SYSTEM_NAME} MATCHES \"AIX\")\n # FIXME: `-Wl,-bE:` bypasses whatever handling there is in the build\n # compiler driver to defer to the specified export list.\n set(native_export_file \"${export_file}\")\n set_property(TARGET ${target_name} APPEND_STRING PROPERTY\n LINK_FLAGS \" -Wl,-bE:${export_file}\")\n elseif(LLVM_HAVE_LINK_VERSION_SCRIPT)\n # Gold and BFD ld require a version script rather than a plain list.\n set(native_export_file \"${target_name}.exports\")\n # FIXME: Don't write the \"local:\" line on OpenBSD.\n # in the export file, also add a linker script to version LLVM symbols (form: LLVM_N.M)\n add_custom_command(OUTPUT ${native_export_file}\n COMMAND echo \"LLVM_${LLVM_VERSION_MAJOR} {\" > ${native_export_file}\n COMMAND grep -q \"[[:alnum:]]\" ${export_file} && echo \" global:\" >> ${native_export_file} || :\n COMMAND sed -e \"s\/$\/;\/\" -e \"s\/^\/ \/\" < ${export_file} >> ${native_export_file}\n COMMAND echo \" local: *;\" >> ${native_export_file}\n COMMAND echo \"};\" >> ${native_export_file}\n DEPENDS ${export_file}\n VERBATIM\n COMMENT \"Creating export file for ${target_name}\")\n if (${LLVM_LINKER_IS_SOLARISLD})\n set_property(TARGET ${target_name} APPEND_STRING PROPERTY\n LINK_FLAGS \" -Wl,-M,\\\"${CMAKE_CURRENT_BINARY_DIR}\/${native_export_file}\\\"\")\n else()\n set_property(TARGET ${target_name} APPEND_STRING PROPERTY\n LINK_FLAGS \" -Wl,--version-script,\\\"${CMAKE_CURRENT_BINARY_DIR}\/${native_export_file}\\\"\")\n endif()\n else()\n set(native_export_file \"${target_name}.def\")\n\n add_custom_command(OUTPUT ${native_export_file}\n COMMAND \"${Python3_EXECUTABLE}\" -c \"import sys;print(''.join(['EXPORTS\\\\n']+sys.stdin.readlines(),))\"\n < ${export_file} > ${native_export_file}\n DEPENDS ${export_file}\n VERBATIM\n COMMENT \"Creating export file for ${target_name}\")\n set(export_file_linker_flag \"${CMAKE_CURRENT_BINARY_DIR}\/${native_export_file}\")\n if(MSVC)\n set(export_file_linker_flag \"\/DEF:\\\"${export_file_linker_flag}\\\"\")\n endif()\n set_property(TARGET ${target_name} APPEND_STRING PROPERTY\n LINK_FLAGS \" ${export_file_linker_flag}\")\n endif()\n\n add_custom_target(${target_name}_exports DEPENDS ${native_export_file})\n set_target_properties(${target_name}_exports PROPERTIES FOLDER \"Misc\")\n\n get_property(srcs TARGET ${target_name} PROPERTY SOURCES)\n foreach(src ${srcs})\n get_filename_component(extension ${src} EXT)\n if(extension STREQUAL \".cpp\")\n set(first_source_file ${src})\n break()\n endif()\n endforeach()\n\n # Force re-linking when the exports file changes. Actually, it\n # forces recompilation of the source file. The LINK_DEPENDS target\n # property only works for makefile-based generators.\n # FIXME: This is not safe because this will create the same target\n # ${native_export_file} in several different file:\n # - One where we emitted ${target_name}_exports\n # - One where we emitted the build command for the following object.\n # set_property(SOURCE ${first_source_file} APPEND PROPERTY\n # OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}\/${native_export_file})\n\n set_property(DIRECTORY APPEND\n PROPERTY ADDITIONAL_MAKE_CLEAN_FILES ${native_export_file})\n\n add_dependencies(${target_name} ${target_name}_exports)\n\n # Add dependency to *_exports later -- CMake issue 14747\n list(APPEND LLVM_COMMON_DEPENDS ${target_name}_exports)\n set(LLVM_COMMON_DEPENDS ${LLVM_COMMON_DEPENDS} PARENT_SCOPE)\nendfunction(add_llvm_symbol_exports)\n\nif (NOT DEFINED LLVM_LINKER_DETECTED)\n if(APPLE)\n execute_process(\n COMMAND \"${CMAKE_LINKER}\" -v\n ERROR_VARIABLE stderr\n )\n if(\"${stderr}\" MATCHES \"PROJECT:ld64\")\n set(LLVM_LINKER_DETECTED YES CACHE INTERNAL \"\")\n set(LLVM_LINKER_IS_LD64 YES CACHE INTERNAL \"\")\n message(STATUS \"Linker detection: ld64\")\n else()\n set(LLVM_LINKER_DETECTED NO CACHE INTERNAL \"\")\n message(STATUS \"Linker detection: unknown\")\n endif()\n elseif(NOT WIN32)\n # Detect what linker we have here\n if( LLVM_USE_LINKER )\n set(command ${CMAKE_C_COMPILER} -fuse-ld=${LLVM_USE_LINKER} -Wl,--version)\n else()\n separate_arguments(flags UNIX_COMMAND \"${CMAKE_EXE_LINKER_FLAGS}\")\n set(command ${CMAKE_C_COMPILER} ${flags} -Wl,--version)\n endif()\n execute_process(\n COMMAND ${command}\n OUTPUT_VARIABLE stdout\n ERROR_VARIABLE stderr\n )\n if(\"${stdout}\" MATCHES \"GNU gold\")\n set(LLVM_LINKER_DETECTED YES CACHE INTERNAL \"\")\n set(LLVM_LINKER_IS_GOLD YES CACHE INTERNAL \"\")\n message(STATUS \"Linker detection: GNU Gold\")\n elseif(\"${stdout}\" MATCHES \"^LLD\")\n set(LLVM_LINKER_DETECTED YES CACHE INTERNAL \"\")\n set(LLVM_LINKER_IS_LLD YES CACHE INTERNAL \"\")\n message(STATUS \"Linker detection: LLD\")\n elseif(\"${stdout}\" MATCHES \"GNU ld\")\n set(LLVM_LINKER_DETECTED YES CACHE INTERNAL \"\")\n set(LLVM_LINKER_IS_GNULD YES CACHE INTERNAL \"\")\n message(STATUS \"Linker detection: GNU ld\")\n elseif(\"${stderr}\" MATCHES \"Solaris Link Editors\" OR\n \"${stdout}\" MATCHES \"Solaris Link Editors\")\n set(LLVM_LINKER_DETECTED YES CACHE INTERNAL \"\")\n set(LLVM_LINKER_IS_SOLARISLD YES CACHE INTERNAL \"\")\n message(STATUS \"Linker detection: Solaris ld\")\n else()\n set(LLVM_LINKER_DETECTED NO CACHE INTERNAL \"\")\n message(STATUS \"Linker detection: unknown\")\n endif()\n endif()\nendif()\n\nfunction(add_link_opts target_name)\n # Don't use linker optimizations in debug builds since it slows down the\n # linker in a context where the optimizations are not important.\n if (NOT uppercase_CMAKE_BUILD_TYPE STREQUAL \"DEBUG\")\n\n # Pass -O3 to the linker. This enabled different optimizations on different\n # linkers.\n if(NOT (CMAKE_SYSTEM_NAME MATCHES \"Darwin|SunOS|AIX|OS390\" OR WIN32))\n set_property(TARGET ${target_name} APPEND_STRING PROPERTY\n LINK_FLAGS \" -Wl,-O3\")\n endif()\n\n if(NOT LLVM_NO_DEAD_STRIP)\n if(${CMAKE_SYSTEM_NAME} MATCHES \"Darwin\")\n # ld64's implementation of -dead_strip breaks tools that use plugins.\n set_property(TARGET ${target_name} APPEND_STRING PROPERTY\n LINK_FLAGS \" -Wl,-dead_strip\")\n elseif(${CMAKE_SYSTEM_NAME} MATCHES \"SunOS\")\n # Support for ld -z discard-unused=sections was only added in\n # Solaris 11.4.\n include(CheckLinkerFlag)\n check_linker_flag(\"-Wl,-z,discard-unused=sections\" LINKER_SUPPORTS_Z_DISCARD_UNUSED)\n if (LINKER_SUPPORTS_Z_DISCARD_UNUSED)\n set_property(TARGET ${target_name} APPEND_STRING PROPERTY\n LINK_FLAGS \" -Wl,-z,discard-unused=sections\")\n endif()\n elseif(NOT WIN32 AND NOT CMAKE_SYSTEM_NAME MATCHES \"OpenBSD|AIX|OS390\")\n # TODO Revisit this later on z\/OS.\n set_property(TARGET ${target_name} APPEND_STRING PROPERTY\n LINK_FLAGS \" -Wl,--gc-sections\")\n endif()\n else() #LLVM_NO_DEAD_STRIP\n if(${CMAKE_SYSTEM_NAME} MATCHES \"AIX\")\n set_property(TARGET ${target_name} APPEND_STRING PROPERTY\n LINK_FLAGS \" -Wl,-bnogc\")\n endif()\n endif()\n endif()\n\n if(ARG_SUPPORT_PLUGINS AND ${CMAKE_SYSTEM_NAME} MATCHES \"AIX\")\n set_property(TARGET ${target_name} APPEND_STRING PROPERTY\n LINK_FLAGS \" -Wl,-brtl\")\n endif()\nendfunction(add_link_opts)\n\n# Set each output directory according to ${CMAKE_CONFIGURATION_TYPES}.\n# Note: Don't set variables CMAKE_*_OUTPUT_DIRECTORY any more,\n# or a certain builder, for eaxample, msbuild.exe, would be confused.\nfunction(set_output_directory target)\n cmake_parse_arguments(ARG \"\" \"BINARY_DIR;LIBRARY_DIR\" \"\" ${ARGN})\n\n # module_dir -- corresponding to LIBRARY_OUTPUT_DIRECTORY.\n # It affects output of add_library(MODULE).\n if(WIN32 OR CYGWIN)\n # DLL platform\n set(module_dir ${ARG_BINARY_DIR})\n else()\n set(module_dir ${ARG_LIBRARY_DIR})\n endif()\n if(NOT \"${CMAKE_CFG_INTDIR}\" STREQUAL \".\")\n foreach(build_mode ${CMAKE_CONFIGURATION_TYPES})\n string(TOUPPER \"${build_mode}\" CONFIG_SUFFIX)\n if(ARG_BINARY_DIR)\n string(REPLACE ${CMAKE_CFG_INTDIR} ${build_mode} bi ${ARG_BINARY_DIR})\n set_target_properties(${target} PROPERTIES \"RUNTIME_OUTPUT_DIRECTORY_${CONFIG_SUFFIX}\" ${bi})\n endif()\n if(ARG_LIBRARY_DIR)\n string(REPLACE ${CMAKE_CFG_INTDIR} ${build_mode} li ${ARG_LIBRARY_DIR})\n set_target_properties(${target} PROPERTIES \"ARCHIVE_OUTPUT_DIRECTORY_${CONFIG_SUFFIX}\" ${li})\n endif()\n if(module_dir)\n string(REPLACE ${CMAKE_CFG_INTDIR} ${build_mode} mi ${module_dir})\n set_target_properties(${target} PROPERTIES \"LIBRARY_OUTPUT_DIRECTORY_${CONFIG_SUFFIX}\" ${mi})\n endif()\n endforeach()\n else()\n if(ARG_BINARY_DIR)\n set_target_properties(${target} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${ARG_BINARY_DIR})\n endif()\n if(ARG_LIBRARY_DIR)\n set_target_properties(${target} PROPERTIES ARCHIVE_OUTPUT_DIRECTORY ${ARG_LIBRARY_DIR})\n endif()\n if(module_dir)\n set_target_properties(${target} PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${module_dir})\n endif()\n endif()\nendfunction()\n\n# If on Windows and building with MSVC, add the resource script containing the\n# VERSIONINFO data to the project. This embeds version resource information\n# into the output .exe or .dll.\n# TODO: Enable for MinGW Windows builds too.\n#\nfunction(add_windows_version_resource_file OUT_VAR)\n set(sources ${ARGN})\n if (MSVC AND CMAKE_HOST_SYSTEM_NAME STREQUAL \"Windows\")\n set(resource_file ${LLVM_SOURCE_DIR}\/resources\/windows_version_resource.rc)\n if(EXISTS ${resource_file})\n set(sources ${sources} ${resource_file})\n source_group(\"Resource Files\" ${resource_file})\n set(windows_resource_file ${resource_file} PARENT_SCOPE)\n endif()\n endif(MSVC AND CMAKE_HOST_SYSTEM_NAME STREQUAL \"Windows\")\n\n set(${OUT_VAR} ${sources} PARENT_SCOPE)\nendfunction(add_windows_version_resource_file)\n\n# set_windows_version_resource_properties(name resource_file...\n# VERSION_MAJOR int\n# Optional major version number (defaults to LLVM_VERSION_MAJOR)\n# VERSION_MINOR int\n# Optional minor version number (defaults to LLVM_VERSION_MINOR)\n# VERSION_PATCHLEVEL int\n# Optional patchlevel version number (defaults to LLVM_VERSION_PATCH)\n# VERSION_STRING\n# Optional version string (defaults to PACKAGE_VERSION)\n# PRODUCT_NAME\n# Optional product name string (defaults to \"LLVM\")\n# )\nfunction(set_windows_version_resource_properties name resource_file)\n cmake_parse_arguments(ARG\n \"\"\n \"VERSION_MAJOR;VERSION_MINOR;VERSION_PATCHLEVEL;VERSION_STRING;PRODUCT_NAME\"\n \"\"\n ${ARGN})\n\n if (NOT DEFINED ARG_VERSION_MAJOR)\n set(ARG_VERSION_MAJOR ${LLVM_VERSION_MAJOR})\n endif()\n\n if (NOT DEFINED ARG_VERSION_MINOR)\n set(ARG_VERSION_MINOR ${LLVM_VERSION_MINOR})\n endif()\n\n if (NOT DEFINED ARG_VERSION_PATCHLEVEL)\n set(ARG_VERSION_PATCHLEVEL ${LLVM_VERSION_PATCH})\n endif()\n\n if (NOT DEFINED ARG_VERSION_STRING)\n set(ARG_VERSION_STRING ${PACKAGE_VERSION})\n endif()\n\n if (NOT DEFINED ARG_PRODUCT_NAME)\n set(ARG_PRODUCT_NAME \"LLVM\")\n endif()\n\n set_property(SOURCE ${resource_file}\n PROPERTY COMPILE_FLAGS \/nologo)\n set_property(SOURCE ${resource_file}\n PROPERTY COMPILE_DEFINITIONS\n \"RC_VERSION_FIELD_1=${ARG_VERSION_MAJOR}\"\n \"RC_VERSION_FIELD_2=${ARG_VERSION_MINOR}\"\n \"RC_VERSION_FIELD_3=${ARG_VERSION_PATCHLEVEL}\"\n \"RC_VERSION_FIELD_4=0\"\n \"RC_FILE_VERSION=\\\"${ARG_VERSION_STRING}\\\"\"\n \"RC_INTERNAL_NAME=\\\"${name}\\\"\"\n \"RC_PRODUCT_NAME=\\\"${ARG_PRODUCT_NAME}\\\"\"\n \"RC_PRODUCT_VERSION=\\\"${ARG_VERSION_STRING}\\\"\")\nendfunction(set_windows_version_resource_properties)\n\n# llvm_add_library(name sources...\n# SHARED;STATIC\n# STATIC by default w\/o BUILD_SHARED_LIBS.\n# SHARED by default w\/ BUILD_SHARED_LIBS.\n# OBJECT\n# Also create an OBJECT library target. Default if STATIC && SHARED.\n# MODULE\n# Target ${name} might not be created on unsupported platforms.\n# Check with \"if(TARGET ${name})\".\n# DISABLE_LLVM_LINK_LLVM_DYLIB\n# Do not link this library to libLLVM, even if\n# LLVM_LINK_LLVM_DYLIB is enabled.\n# OUTPUT_NAME name\n# Corresponds to OUTPUT_NAME in target properties.\n# DEPENDS targets...\n# Same semantics as add_dependencies().\n# LINK_COMPONENTS components...\n# Same as the variable LLVM_LINK_COMPONENTS.\n# LINK_LIBS lib_targets...\n# Same semantics as target_link_libraries().\n# ADDITIONAL_HEADERS\n# May specify header files for IDE generators.\n# SONAME\n# Should set SONAME link flags and create symlinks\n# NO_INSTALL_RPATH\n# Suppress default RPATH settings in shared libraries.\n# PLUGIN_TOOL\n# The tool (i.e. cmake target) that this plugin will link against\n# COMPONENT_LIB\n# This is used to specify that this is a component library of\n# LLVM which means that the source resides in llvm\/lib\/ and it is a\n# candidate for inclusion into libLLVM.so.\n# )\nfunction(llvm_add_library name)\n cmake_parse_arguments(ARG\n \"MODULE;SHARED;STATIC;OBJECT;DISABLE_LLVM_LINK_LLVM_DYLIB;SONAME;NO_INSTALL_RPATH;COMPONENT_LIB\"\n \"OUTPUT_NAME;PLUGIN_TOOL;ENTITLEMENTS;BUNDLE_PATH\"\n \"ADDITIONAL_HEADERS;DEPENDS;LINK_COMPONENTS;LINK_LIBS;OBJLIBS\"\n ${ARGN})\n list(APPEND LLVM_COMMON_DEPENDS ${ARG_DEPENDS})\n if(ARG_ADDITIONAL_HEADERS)\n # Pass through ADDITIONAL_HEADERS.\n set(ARG_ADDITIONAL_HEADERS ADDITIONAL_HEADERS ${ARG_ADDITIONAL_HEADERS})\n endif()\n if(ARG_OBJLIBS)\n set(ALL_FILES ${ARG_OBJLIBS})\n else()\n llvm_process_sources(ALL_FILES ${ARG_UNPARSED_ARGUMENTS} ${ARG_ADDITIONAL_HEADERS})\n endif()\n\n if(ARG_MODULE)\n if(ARG_SHARED OR ARG_STATIC)\n message(WARNING \"MODULE with SHARED|STATIC doesn't make sense.\")\n endif()\n # Plugins that link against a tool are allowed even when plugins in general are not\n if(NOT LLVM_ENABLE_PLUGINS AND NOT (ARG_PLUGIN_TOOL AND LLVM_EXPORT_SYMBOLS_FOR_PLUGINS))\n message(STATUS \"${name} ignored -- Loadable modules not supported on this platform.\")\n return()\n endif()\n else()\n if(ARG_PLUGIN_TOOL)\n message(WARNING \"PLUGIN_TOOL without MODULE doesn't make sense.\")\n endif()\n if(BUILD_SHARED_LIBS AND NOT ARG_STATIC)\n set(ARG_SHARED TRUE)\n endif()\n if(NOT ARG_SHARED)\n set(ARG_STATIC TRUE)\n endif()\n endif()\n\n # Generate objlib\n if((ARG_SHARED AND ARG_STATIC) OR ARG_OBJECT)\n # Generate an obj library for both targets.\n set(obj_name \"obj.${name}\")\n add_library(${obj_name} OBJECT EXCLUDE_FROM_ALL\n ${ALL_FILES}\n )\n llvm_update_compile_flags(${obj_name})\n if(CMAKE_GENERATOR STREQUAL \"Xcode\")\n set(DUMMY_FILE ${CMAKE_CURRENT_BINARY_DIR}\/Dummy.c)\n file(WRITE ${DUMMY_FILE} \"\/\/ This file intentionally empty\\n\")\n set_property(SOURCE ${DUMMY_FILE} APPEND_STRING PROPERTY COMPILE_FLAGS \"-Wno-empty-translation-unit\")\n endif()\n set(ALL_FILES \"$\" ${DUMMY_FILE})\n\n # Do add_dependencies(obj) later due to CMake issue 14747.\n list(APPEND objlibs ${obj_name})\n\n set_target_properties(${obj_name} PROPERTIES FOLDER \"Object Libraries\")\n if(ARG_DEPENDS)\n add_dependencies(${obj_name} ${ARG_DEPENDS})\n endif()\n # Treat link libraries like PUBLIC dependencies. LINK_LIBS might\n # result in generating header files. Add a dependendency so that\n # the generated header is created before this object library.\n if(ARG_LINK_LIBS)\n cmake_parse_arguments(LINK_LIBS_ARG\n \"\"\n \"\"\n \"PUBLIC;PRIVATE\"\n ${ARG_LINK_LIBS})\n foreach(link_lib ${LINK_LIBS_ARG_PUBLIC})\n if(LLVM_PTHREAD_LIB)\n # Can't specify a dependence on -lpthread\n if(NOT ${link_lib} STREQUAL ${LLVM_PTHREAD_LIB})\n add_dependencies(${obj_name} ${link_lib})\n endif()\n else()\n add_dependencies(${obj_name} ${link_lib})\n endif()\n endforeach()\n endif()\n endif()\n\n if(ARG_SHARED AND ARG_STATIC)\n # static\n set(name_static \"${name}_static\")\n if(ARG_OUTPUT_NAME)\n set(output_name OUTPUT_NAME \"${ARG_OUTPUT_NAME}\")\n endif()\n # DEPENDS has been appended to LLVM_COMMON_LIBS.\n llvm_add_library(${name_static} STATIC\n ${output_name}\n OBJLIBS ${ALL_FILES} # objlib\n LINK_LIBS ${ARG_LINK_LIBS}\n LINK_COMPONENTS ${ARG_LINK_COMPONENTS}\n )\n # FIXME: Add name_static to anywhere in TARGET ${name}'s PROPERTY.\n set(ARG_STATIC)\n endif()\n\n if(ARG_MODULE)\n add_library(${name} MODULE ${ALL_FILES})\n elseif(ARG_SHARED)\n add_windows_version_resource_file(ALL_FILES ${ALL_FILES})\n add_library(${name} SHARED ${ALL_FILES})\n else()\n add_library(${name} STATIC ${ALL_FILES})\n endif()\n\n if(ARG_COMPONENT_LIB)\n set_target_properties(${name} PROPERTIES LLVM_COMPONENT TRUE)\n set_property(GLOBAL APPEND PROPERTY LLVM_COMPONENT_LIBS ${name})\n endif()\n\n if(NOT ARG_NO_INSTALL_RPATH)\n if(ARG_MODULE OR ARG_SHARED)\n llvm_setup_rpath(${name})\n endif()\n endif()\n\n setup_dependency_debugging(${name} ${LLVM_COMMON_DEPENDS})\n\n if(DEFINED windows_resource_file)\n set_windows_version_resource_properties(${name} ${windows_resource_file})\n set(windows_resource_file ${windows_resource_file} PARENT_SCOPE)\n endif()\n\n set_output_directory(${name} BINARY_DIR ${LLVM_RUNTIME_OUTPUT_INTDIR} LIBRARY_DIR ${LLVM_LIBRARY_OUTPUT_INTDIR})\n # $ doesn't require compile flags.\n if(NOT obj_name)\n llvm_update_compile_flags(${name})\n endif()\n add_link_opts( ${name} )\n if(ARG_OUTPUT_NAME)\n set_target_properties(${name}\n PROPERTIES\n OUTPUT_NAME ${ARG_OUTPUT_NAME}\n )\n endif()\n\n if(ARG_MODULE)\n set_target_properties(${name} PROPERTIES\n PREFIX \"\"\n SUFFIX ${LLVM_PLUGIN_EXT}\n )\n endif()\n\n if(ARG_SHARED)\n if(MSVC)\n set_target_properties(${name} PROPERTIES\n PREFIX \"\"\n )\n endif()\n\n # Set SOVERSION on shared libraries that lack explicit SONAME\n # specifier, on *nix systems that are not Darwin.\n if(UNIX AND NOT APPLE AND NOT ARG_SONAME)\n set_target_properties(${name}\n PROPERTIES\n # Since 4.0.0, the ABI version is indicated by the major version\n SOVERSION ${LLVM_VERSION_MAJOR}${LLVM_VERSION_SUFFIX}\n VERSION ${LLVM_VERSION_MAJOR}${LLVM_VERSION_SUFFIX})\n endif()\n endif()\n\n if(ARG_MODULE OR ARG_SHARED)\n # Do not add -Dname_EXPORTS to the command-line when building files in this\n # target. Doing so is actively harmful for the modules build because it\n # creates extra module variants, and not useful because we don't use these\n # macros.\n set_target_properties( ${name} PROPERTIES DEFINE_SYMBOL \"\" )\n\n if (LLVM_EXPORTED_SYMBOL_FILE)\n add_llvm_symbol_exports( ${name} ${LLVM_EXPORTED_SYMBOL_FILE} )\n endif()\n endif()\n\n if(ARG_SHARED AND UNIX)\n if(NOT APPLE AND ARG_SONAME)\n get_target_property(output_name ${name} OUTPUT_NAME)\n if(${output_name} STREQUAL \"output_name-NOTFOUND\")\n set(output_name ${name})\n endif()\n set(library_name ${output_name}-${LLVM_VERSION_MAJOR}${LLVM_VERSION_SUFFIX})\n set(api_name ${output_name}-${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PATCH}${LLVM_VERSION_SUFFIX})\n set_target_properties(${name} PROPERTIES OUTPUT_NAME ${library_name})\n llvm_install_library_symlink(${api_name} ${library_name} SHARED\n COMPONENT ${name}\n ALWAYS_GENERATE)\n llvm_install_library_symlink(${output_name} ${library_name} SHARED\n COMPONENT ${name}\n ALWAYS_GENERATE)\n endif()\n endif()\n\n if(ARG_STATIC)\n set(libtype PUBLIC)\n else()\n # We can use PRIVATE since SO knows its dependent libs.\n set(libtype PRIVATE)\n endif()\n\n if(ARG_MODULE AND LLVM_EXPORT_SYMBOLS_FOR_PLUGINS AND ARG_PLUGIN_TOOL AND (WIN32 OR CYGWIN))\n # On DLL platforms symbols are imported from the tool by linking against it.\n set(llvm_libs ${ARG_PLUGIN_TOOL})\n elseif (NOT ARG_COMPONENT_LIB)\n if (LLVM_LINK_LLVM_DYLIB AND NOT ARG_DISABLE_LLVM_LINK_LLVM_DYLIB)\n set(llvm_libs LLVM)\n else()\n llvm_map_components_to_libnames(llvm_libs\n ${ARG_LINK_COMPONENTS}\n ${LLVM_LINK_COMPONENTS}\n )\n endif()\n else()\n # Components have not been defined explicitly in CMake, so add the\n # dependency information for this library through their name, and let\n # LLVMBuildResolveComponentsLink resolve the mapping.\n #\n # It would be nice to verify that we have the dependencies for this library\n # name, but using get_property(... SET) doesn't suffice to determine if a\n # property has been set to an empty value.\n set_property(TARGET ${name} PROPERTY LLVM_LINK_COMPONENTS ${ARG_LINK_COMPONENTS} ${LLVM_LINK_COMPONENTS})\n\n # These two properties are internal properties only used to make sure the\n # link step applied in LLVMBuildResolveComponentsLink uses the same\n # properties as the target_link_libraries call below.\n set_property(TARGET ${name} PROPERTY LLVM_LINK_LIBS ${ARG_LINK_LIBS})\n set_property(TARGET ${name} PROPERTY LLVM_LIBTYPE ${libtype})\n endif()\n\n target_link_libraries(${name} ${libtype}\n ${ARG_LINK_LIBS}\n ${lib_deps}\n ${llvm_libs}\n )\n\n if(LLVM_COMMON_DEPENDS)\n add_dependencies(${name} ${LLVM_COMMON_DEPENDS})\n # Add dependencies also to objlibs.\n # CMake issue 14747 -- add_dependencies() might be ignored to objlib's user.\n foreach(objlib ${objlibs})\n add_dependencies(${objlib} ${LLVM_COMMON_DEPENDS})\n endforeach()\n endif()\n\n if(ARG_SHARED OR ARG_MODULE)\n llvm_externalize_debuginfo(${name})\n llvm_codesign(${name} ENTITLEMENTS ${ARG_ENTITLEMENTS} BUNDLE_PATH ${ARG_BUNDLE_PATH})\n endif()\n # clang and newer versions of ninja use high-resolutions timestamps,\n # but older versions of libtool on Darwin don't, so the archive will\n # often get an older timestamp than the last object that was added\n # or updated. To fix this, we add a custom command to touch archive\n # after it's been built so that ninja won't rebuild it unnecessarily\n # the next time it's run.\n if(ARG_STATIC AND LLVM_TOUCH_STATIC_LIBRARIES)\n add_custom_command(TARGET ${name}\n POST_BUILD\n COMMAND touch ${LLVM_LIBRARY_DIR}\/${CMAKE_STATIC_LIBRARY_PREFIX}${name}${CMAKE_STATIC_LIBRARY_SUFFIX}\n )\n endif()\nendfunction()\n\nfunction(add_llvm_install_targets target)\n cmake_parse_arguments(ARG \"\" \"COMPONENT;PREFIX;SYMLINK\" \"DEPENDS\" ${ARGN})\n if(ARG_COMPONENT)\n set(component_option -DCMAKE_INSTALL_COMPONENT=\"${ARG_COMPONENT}\")\n endif()\n if(ARG_PREFIX)\n set(prefix_option -DCMAKE_INSTALL_PREFIX=\"${ARG_PREFIX}\")\n endif()\n\n set(file_dependencies)\n set(target_dependencies)\n foreach(dependency ${ARG_DEPENDS})\n if(TARGET ${dependency})\n list(APPEND target_dependencies ${dependency})\n else()\n list(APPEND file_dependencies ${dependency})\n endif()\n endforeach()\n\n add_custom_target(${target}\n DEPENDS ${file_dependencies}\n COMMAND \"${CMAKE_COMMAND}\"\n ${component_option}\n ${prefix_option}\n -P \"${CMAKE_BINARY_DIR}\/cmake_install.cmake\"\n USES_TERMINAL)\n add_custom_target(${target}-stripped\n DEPENDS ${file_dependencies}\n COMMAND \"${CMAKE_COMMAND}\"\n ${component_option}\n ${prefix_option}\n -DCMAKE_INSTALL_DO_STRIP=1\n -P \"${CMAKE_BINARY_DIR}\/cmake_install.cmake\"\n USES_TERMINAL)\n if(target_dependencies)\n add_dependencies(${target} ${target_dependencies})\n add_dependencies(${target}-stripped ${target_dependencies})\n endif()\n\n if(ARG_SYMLINK)\n add_dependencies(${target} install-${ARG_SYMLINK})\n add_dependencies(${target}-stripped install-${ARG_SYMLINK}-stripped)\n endif()\nendfunction()\n\n# Define special targets that behave like a component group. They don't have any\n# source attached but other components can add themselves to them. If the\n# component supports is a Target and it supports JIT compilation, HAS_JIT must\n# be passed. One can use ADD_TO_COMPONENT option from add_llvm_component_library\n# to link extra component into an existing group.\nfunction(add_llvm_component_group name)\n cmake_parse_arguments(ARG \"HAS_JIT\" \"\" \"LINK_COMPONENTS\" ${ARGN})\n add_custom_target(${name})\n if(ARG_HAS_JIT)\n set_property(TARGET ${name} PROPERTY COMPONENT_HAS_JIT ON)\n endif()\n if(ARG_LINK_COMPONENTS)\n set_property(TARGET ${name} PROPERTY LLVM_LINK_COMPONENTS ${ARG_LINK_COMPONENTS})\n endif()\nendfunction()\n\n# An LLVM component is a cmake target with the following cmake properties\n# eventually set:\n# - LLVM_COMPONENT_NAME: the name of the component, which can be the name of\n# the associated library or the one specified through COMPONENT_NAME\n# - LLVM_LINK_COMPONENTS: a list of component this component depends on\n# - COMPONENT_HAS_JIT: (only for group component) whether this target group\n# supports JIT compilation\n# Additionnaly, the ADD_TO_COMPONENT option make it possible to add this\n# component to the LLVM_LINK_COMPONENTS of .\nfunction(add_llvm_component_library name)\n cmake_parse_arguments(ARG\n \"\"\n \"COMPONENT_NAME;ADD_TO_COMPONENT\"\n \"\"\n ${ARGN})\n add_llvm_library(${name} COMPONENT_LIB ${ARG_UNPARSED_ARGUMENTS})\n string(REGEX REPLACE \"^LLVM\" \"\" component_name ${name})\n set_property(TARGET ${name} PROPERTY LLVM_COMPONENT_NAME ${component_name})\n\n if(ARG_COMPONENT_NAME)\n set_property(GLOBAL PROPERTY LLVM_COMPONENT_NAME_${ARG_COMPONENT_NAME} ${component_name})\n endif()\n\n if(ARG_ADD_TO_COMPONENT)\n set_property(TARGET ${ARG_ADD_TO_COMPONENT} APPEND PROPERTY LLVM_LINK_COMPONENTS ${component_name})\n endif()\n\nendfunction()\n\nmacro(add_llvm_library name)\n cmake_parse_arguments(ARG\n \"SHARED;BUILDTREE_ONLY;MODULE;INSTALL_WITH_TOOLCHAIN\"\n \"\"\n \"\"\n ${ARGN})\n if(ARG_MODULE)\n llvm_add_library(${name} MODULE ${ARG_UNPARSED_ARGUMENTS})\n elseif( BUILD_SHARED_LIBS OR ARG_SHARED )\n llvm_add_library(${name} SHARED ${ARG_UNPARSED_ARGUMENTS})\n else()\n llvm_add_library(${name} ${ARG_UNPARSED_ARGUMENTS})\n endif()\n\n # Libraries that are meant to only be exposed via the build tree only are\n # never installed and are only exported as a target in the special build tree\n # config file.\n if (NOT ARG_BUILDTREE_ONLY AND NOT ARG_MODULE)\n set_property( GLOBAL APPEND PROPERTY LLVM_LIBS ${name} )\n set(in_llvm_libs YES)\n endif()\n\n if (ARG_MODULE AND NOT TARGET ${name})\n # Add empty \"phony\" target\n add_custom_target(${name})\n elseif( EXCLUDE_FROM_ALL )\n set_target_properties( ${name} PROPERTIES EXCLUDE_FROM_ALL ON)\n elseif(ARG_BUILDTREE_ONLY)\n set_property(GLOBAL APPEND PROPERTY LLVM_EXPORTS_BUILDTREE_ONLY ${name})\n else()\n if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY OR ARG_INSTALL_WITH_TOOLCHAIN)\n\n set(export_to_llvmexports)\n if(${name} IN_LIST LLVM_DISTRIBUTION_COMPONENTS OR\n (in_llvm_libs AND \"llvm-libraries\" IN_LIST LLVM_DISTRIBUTION_COMPONENTS) OR\n NOT LLVM_DISTRIBUTION_COMPONENTS)\n set(export_to_llvmexports EXPORT LLVMExports)\n set_property(GLOBAL PROPERTY LLVM_HAS_EXPORTS True)\n endif()\n\n install(TARGETS ${name}\n ${export_to_llvmexports}\n LIBRARY DESTINATION lib${LLVM_LIBDIR_SUFFIX} COMPONENT ${name}\n ARCHIVE DESTINATION lib${LLVM_LIBDIR_SUFFIX} COMPONENT ${name}\n RUNTIME DESTINATION bin COMPONENT ${name})\n\n if (NOT LLVM_ENABLE_IDE)\n add_llvm_install_targets(install-${name}\n DEPENDS ${name}\n COMPONENT ${name})\n endif()\n endif()\n set_property(GLOBAL APPEND PROPERTY LLVM_EXPORTS ${name})\n endif()\n if (ARG_MODULE)\n set_target_properties(${name} PROPERTIES FOLDER \"Loadable modules\")\n else()\n set_target_properties(${name} PROPERTIES FOLDER \"Libraries\")\n endif()\nendmacro(add_llvm_library name)\n\nmacro(add_llvm_executable name)\n cmake_parse_arguments(ARG\n \"DISABLE_LLVM_LINK_LLVM_DYLIB;IGNORE_EXTERNALIZE_DEBUGINFO;NO_INSTALL_RPATH;SUPPORT_PLUGINS\"\n \"ENTITLEMENTS;BUNDLE_PATH\"\n \"DEPENDS\"\n ${ARGN})\n\n llvm_process_sources( ALL_FILES ${ARG_UNPARSED_ARGUMENTS} )\n\n list(APPEND LLVM_COMMON_DEPENDS ${ARG_DEPENDS})\n\n # Generate objlib\n if(LLVM_ENABLE_OBJLIB)\n # Generate an obj library for both targets.\n set(obj_name \"obj.${name}\")\n add_library(${obj_name} OBJECT EXCLUDE_FROM_ALL\n ${ALL_FILES}\n )\n llvm_update_compile_flags(${obj_name})\n set(ALL_FILES \"$\")\n\n set_target_properties(${obj_name} PROPERTIES FOLDER \"Object Libraries\")\n endif()\n\n add_windows_version_resource_file(ALL_FILES ${ALL_FILES})\n\n if(XCODE)\n # Note: the dummy.cpp source file provides no definitions. However,\n # it forces Xcode to properly link the static library.\n list(APPEND ALL_FILES \"${LLVM_MAIN_SRC_DIR}\/cmake\/dummy.cpp\")\n endif()\n\n if( EXCLUDE_FROM_ALL )\n add_executable(${name} EXCLUDE_FROM_ALL ${ALL_FILES})\n else()\n add_executable(${name} ${ALL_FILES})\n endif()\n\n setup_dependency_debugging(${name} ${LLVM_COMMON_DEPENDS})\n\n if(NOT ARG_NO_INSTALL_RPATH)\n llvm_setup_rpath(${name})\n elseif(NOT \"${LLVM_LOCAL_RPATH}\" STREQUAL \"\")\n # Enable BUILD_WITH_INSTALL_RPATH unless CMAKE_BUILD_RPATH is set.\n if(\"${CMAKE_BUILD_RPATH}\" STREQUAL \"\")\n set_property(TARGET ${name} PROPERTY BUILD_WITH_INSTALL_RPATH ON)\n endif()\n\n set_property(TARGET ${name} PROPERTY INSTALL_RPATH \"${LLVM_LOCAL_RPATH}\")\n endif()\n\n if(DEFINED windows_resource_file)\n set_windows_version_resource_properties(${name} ${windows_resource_file})\n endif()\n\n # $ doesn't require compile flags.\n if(NOT LLVM_ENABLE_OBJLIB)\n llvm_update_compile_flags(${name})\n endif()\n\n if (ARG_SUPPORT_PLUGINS AND NOT ${CMAKE_SYSTEM_NAME} MATCHES \"AIX\")\n set(LLVM_NO_DEAD_STRIP On)\n endif()\n\n add_link_opts( ${name} )\n\n # Do not add -Dname_EXPORTS to the command-line when building files in this\n # target. Doing so is actively harmful for the modules build because it\n # creates extra module variants, and not useful because we don't use these\n # macros.\n set_target_properties( ${name} PROPERTIES DEFINE_SYMBOL \"\" )\n\n if (LLVM_EXPORTED_SYMBOL_FILE)\n add_llvm_symbol_exports( ${name} ${LLVM_EXPORTED_SYMBOL_FILE} )\n endif(LLVM_EXPORTED_SYMBOL_FILE)\n\n if (LLVM_LINK_LLVM_DYLIB AND NOT ARG_DISABLE_LLVM_LINK_LLVM_DYLIB)\n set(USE_SHARED USE_SHARED)\n endif()\n\n set(EXCLUDE_FROM_ALL OFF)\n set_output_directory(${name} BINARY_DIR ${LLVM_RUNTIME_OUTPUT_INTDIR} LIBRARY_DIR ${LLVM_LIBRARY_OUTPUT_INTDIR})\n llvm_config( ${name} ${USE_SHARED} ${LLVM_LINK_COMPONENTS} )\n if( LLVM_COMMON_DEPENDS )\n add_dependencies( ${name} ${LLVM_COMMON_DEPENDS} )\n endif( LLVM_COMMON_DEPENDS )\n\n if(NOT ARG_IGNORE_EXTERNALIZE_DEBUGINFO)\n llvm_externalize_debuginfo(${name})\n endif()\n if (LLVM_PTHREAD_LIB)\n # libpthreads overrides some standard library symbols, so main\n # executable must be linked with it in order to provide consistent\n # API for all shared libaries loaded by this executable.\n target_link_libraries(${name} PRIVATE ${LLVM_PTHREAD_LIB})\n endif()\n\n llvm_codesign(${name} ENTITLEMENTS ${ARG_ENTITLEMENTS} BUNDLE_PATH ${ARG_BUNDLE_PATH})\nendmacro(add_llvm_executable name)\n\n# add_llvm_pass_plugin(name [NO_MODULE] ...)\n# Add ${name} as an llvm plugin.\n# If option LLVM_${name_upper}_LINK_INTO_TOOLS is set to ON, the plugin is registered statically.\n# Otherwise a pluggable shared library is registered.\n#\n# If NO_MODULE is specified, when option LLVM_${name_upper}_LINK_INTO_TOOLS is set to OFF,\n# only an object library is built, and no module is built. This is specific to the Polly use case.\n#\n# The SUBPROJECT argument contains the LLVM project the plugin belongs\n# to. If set, the plugin will link statically by default it if the\n# project was enabled.\nfunction(add_llvm_pass_plugin name)\n cmake_parse_arguments(ARG\n \"NO_MODULE\" \"SUBPROJECT\" \"\"\n ${ARGN})\n\n string(TOUPPER ${name} name_upper)\n\n # Enable the plugin by default if it was explicitly enabled by the user.\n # Note: If was set to \"all\", LLVM's CMakeLists.txt replaces it with a\n # list of all projects, counting as explicitly enabled.\n set(link_into_tools_default OFF)\n if (ARG_SUBPROJECT AND LLVM_TOOL_${name_upper}_BUILD)\n set(link_into_tools_default ON)\n endif()\n option(LLVM_${name_upper}_LINK_INTO_TOOLS \"Statically link ${name} into tools (if available)\" ${link_into_tools_default})\n\n # If we statically link the plugin, don't use llvm dylib because we're going\n # to be part of it.\n if(LLVM_${name_upper}_LINK_INTO_TOOLS)\n list(APPEND ARG_UNPARSED_ARGUMENTS DISABLE_LLVM_LINK_LLVM_DYLIB)\n endif()\n\n if(LLVM_${name_upper}_LINK_INTO_TOOLS)\n list(REMOVE_ITEM ARG_UNPARSED_ARGUMENTS BUILDTREE_ONLY)\n # process_llvm_pass_plugins takes care of the actual linking, just create an\n # object library as of now\n add_llvm_library(${name} OBJECT ${ARG_UNPARSED_ARGUMENTS})\n target_compile_definitions(${name} PRIVATE LLVM_${name_upper}_LINK_INTO_TOOLS)\n set_property(TARGET ${name} APPEND PROPERTY COMPILE_DEFINITIONS LLVM_LINK_INTO_TOOLS)\n if (TARGET intrinsics_gen)\n add_dependencies(obj.${name} intrinsics_gen)\n endif()\n if (TARGET omp_gen)\n add_dependencies(obj.${name} omp_gen)\n endif()\n if (TARGET acc_gen)\n add_dependencies(obj.${name} acc_gen)\n endif()\n set_property(GLOBAL APPEND PROPERTY LLVM_STATIC_EXTENSIONS ${name})\n elseif(NOT ARG_NO_MODULE)\n add_llvm_library(${name} MODULE ${ARG_UNPARSED_ARGUMENTS})\n else()\n add_llvm_library(${name} OBJECT ${ARG_UNPARSED_ARGUMENTS})\n endif()\n message(STATUS \"Registering ${name} as a pass plugin (static build: ${LLVM_${name_upper}_LINK_INTO_TOOLS})\")\n\nendfunction(add_llvm_pass_plugin)\n\n# process_llvm_pass_plugins([GEN_CONFIG])\n#\n# Correctly set lib dependencies between plugins and tools, based on tools\n# registered with the ENABLE_PLUGINS option.\n#\n# if GEN_CONFIG option is set, also generate X Macro file for extension\n# handling. It provides a HANDLE_EXTENSION(extension_namespace, ExtensionProject)\n# call for each extension allowing client code to define\n# HANDLE_EXTENSION to have a specific code be run for each extension.\n#\nfunction(process_llvm_pass_plugins)\n cmake_parse_arguments(ARG\n \"GEN_CONFIG\" \"\" \"\"\n ${ARGN})\n\n if(ARG_GEN_CONFIG)\n get_property(LLVM_STATIC_EXTENSIONS GLOBAL PROPERTY LLVM_STATIC_EXTENSIONS)\n else()\n include(LLVMConfigExtensions)\n endif()\n\n # Add static plugins to the Extension component\n foreach(llvm_extension ${LLVM_STATIC_EXTENSIONS})\n set_property(TARGET LLVMExtensions APPEND PROPERTY LINK_LIBRARIES ${llvm_extension})\n set_property(TARGET LLVMExtensions APPEND PROPERTY INTERFACE_LINK_LIBRARIES ${llvm_extension})\n endforeach()\n\n # Eventually generate the extension headers, and store config to a cmake file\n # for usage in third-party configuration.\n if(ARG_GEN_CONFIG)\n\n ## Part 1: Extension header to be included whenever we need extension\n # processing.\n set(LLVM_INSTALL_PACKAGE_DIR lib${LLVM_LIBDIR_SUFFIX}\/cmake\/llvm)\n set(llvm_cmake_builddir \"${LLVM_BINARY_DIR}\/${LLVM_INSTALL_PACKAGE_DIR}\")\n file(WRITE\n \"${llvm_cmake_builddir}\/LLVMConfigExtensions.cmake\"\n \"set(LLVM_STATIC_EXTENSIONS ${LLVM_STATIC_EXTENSIONS})\")\n install(FILES\n ${llvm_cmake_builddir}\/LLVMConfigExtensions.cmake\n DESTINATION ${LLVM_INSTALL_PACKAGE_DIR}\n COMPONENT cmake-exports)\n\n set(ExtensionDef \"${LLVM_BINARY_DIR}\/include\/llvm\/Support\/Extension.def\")\n file(WRITE \"${ExtensionDef}.tmp\" \"\/\/extension handlers\\n\")\n foreach(llvm_extension ${LLVM_STATIC_EXTENSIONS})\n file(APPEND \"${ExtensionDef}.tmp\" \"HANDLE_EXTENSION(${llvm_extension})\\n\")\n endforeach()\n file(APPEND \"${ExtensionDef}.tmp\" \"#undef HANDLE_EXTENSION\\n\")\n\n # only replace if there's an actual change\n execute_process(COMMAND ${CMAKE_COMMAND} -E copy_if_different\n \"${ExtensionDef}.tmp\"\n \"${ExtensionDef}\")\n file(REMOVE \"${ExtensionDef}.tmp\")\n\n ## Part 2: Extension header that captures each extension dependency, to be\n # used by llvm-config.\n set(ExtensionDeps \"${LLVM_BINARY_DIR}\/tools\/llvm-config\/ExtensionDependencies.inc\")\n\n # Max needed to correctly size the required library array.\n set(llvm_plugin_max_deps_length 0)\n foreach(llvm_extension ${LLVM_STATIC_EXTENSIONS})\n get_property(llvm_plugin_deps TARGET ${llvm_extension} PROPERTY LINK_LIBRARIES)\n list(LENGTH llvm_plugin_deps llvm_plugin_deps_length)\n if(llvm_plugin_deps_length GREATER llvm_plugin_max_deps_length)\n set(llvm_plugin_max_deps_length ${llvm_plugin_deps_length})\n endif()\n endforeach()\n\n list(LENGTH LLVM_STATIC_EXTENSIONS llvm_static_extension_count)\n file(WRITE\n \"${ExtensionDeps}.tmp\"\n \"#include \\n\\\n struct ExtensionDescriptor {\\n\\\n const char* Name;\\n\\\n const char* RequiredLibraries[1 + 1 + ${llvm_plugin_max_deps_length}];\\n\\\n };\\n\\\n std::array AvailableExtensions{\\n\")\n\n foreach(llvm_extension ${LLVM_STATIC_EXTENSIONS})\n get_property(llvm_plugin_deps TARGET ${llvm_extension} PROPERTY LINK_LIBRARIES)\n\n file(APPEND \"${ExtensionDeps}.tmp\" \"ExtensionDescriptor{\\\"${llvm_extension}\\\", {\")\n foreach(llvm_plugin_dep ${llvm_plugin_deps})\n # Turn library dependency back to component name, if possible.\n # That way llvm-config can avoid redundant dependencies.\n STRING(REGEX REPLACE \"^-l\" \"\" plugin_dep_name ${llvm_plugin_dep})\n STRING(REGEX MATCH \"^LLVM\" is_llvm_library ${plugin_dep_name})\n if(is_llvm_library)\n STRING(REGEX REPLACE \"^LLVM\" \"\" plugin_dep_name ${plugin_dep_name})\n STRING(TOLOWER ${plugin_dep_name} plugin_dep_name)\n endif()\n file(APPEND \"${ExtensionDeps}.tmp\" \"\\\"${plugin_dep_name}\\\", \")\n endforeach()\n\n # Self + mandatory trailing null, because the number of RequiredLibraries differs between extensions.\n file(APPEND \"${ExtensionDeps}.tmp\" \\\"${llvm_extension}\\\", \"nullptr}},\\n\")\n endforeach()\n file(APPEND \"${ExtensionDeps}.tmp\" \"};\\n\")\n\n # only replace if there's an actual change\n execute_process(COMMAND ${CMAKE_COMMAND} -E copy_if_different\n \"${ExtensionDeps}.tmp\"\n \"${ExtensionDeps}\")\n file(REMOVE \"${ExtensionDeps}.tmp\")\n endif()\nendfunction()\n\nfunction(export_executable_symbols target)\n if (LLVM_EXPORTED_SYMBOL_FILE)\n # The symbol file should contain the symbols we want the executable to\n # export\n set_target_properties(${target} PROPERTIES ENABLE_EXPORTS 1)\n elseif (LLVM_EXPORT_SYMBOLS_FOR_PLUGINS)\n # Extract the symbols to export from the static libraries that the\n # executable links against.\n set_target_properties(${target} PROPERTIES ENABLE_EXPORTS 1)\n set(exported_symbol_file ${CMAKE_CURRENT_BINARY_DIR}\/${CMAKE_CFG_INTDIR}\/${target}.symbols)\n # We need to consider not just the direct link dependencies, but also the\n # transitive link dependencies. Do this by starting with the set of direct\n # dependencies, then the dependencies of those dependencies, and so on.\n get_target_property(new_libs ${target} LINK_LIBRARIES)\n set(link_libs ${new_libs})\n while(NOT \"${new_libs}\" STREQUAL \"\")\n foreach(lib ${new_libs})\n if(TARGET ${lib})\n get_target_property(lib_type ${lib} TYPE)\n if(\"${lib_type}\" STREQUAL \"STATIC_LIBRARY\")\n list(APPEND static_libs ${lib})\n else()\n list(APPEND other_libs ${lib})\n endif()\n get_target_property(transitive_libs ${lib} INTERFACE_LINK_LIBRARIES)\n foreach(transitive_lib ${transitive_libs})\n list(FIND link_libs ${transitive_lib} idx)\n if(TARGET ${transitive_lib} AND idx EQUAL -1)\n list(APPEND newer_libs ${transitive_lib})\n list(APPEND link_libs ${transitive_lib})\n endif()\n endforeach(transitive_lib)\n endif()\n endforeach(lib)\n set(new_libs ${newer_libs})\n set(newer_libs \"\")\n endwhile()\n list(REMOVE_DUPLICATES static_libs)\n if (MSVC)\n set(mangling microsoft)\n else()\n set(mangling itanium)\n endif()\n add_custom_command(OUTPUT ${exported_symbol_file}\n COMMAND \"${Python3_EXECUTABLE}\" ${LLVM_MAIN_SRC_DIR}\/utils\/extract_symbols.py --mangling=${mangling} ${static_libs} -o ${exported_symbol_file}\n WORKING_DIRECTORY ${LLVM_LIBRARY_OUTPUT_INTDIR}\n DEPENDS ${LLVM_MAIN_SRC_DIR}\/utils\/extract_symbols.py ${static_libs}\n VERBATIM\n COMMENT \"Generating export list for ${target}\")\n add_llvm_symbol_exports( ${target} ${exported_symbol_file} )\n # If something links against this executable then we want a\n # transitive link against only the libraries whose symbols\n # we aren't exporting.\n set_target_properties(${target} PROPERTIES INTERFACE_LINK_LIBRARIES \"${other_libs}\")\n # The default import library suffix that cmake uses for cygwin\/mingw is\n # \".dll.a\", but for clang.exe that causes a collision with libclang.dll,\n # where the import libraries of both get named libclang.dll.a. Use a suffix\n # of \".exe.a\" to avoid this.\n if(CYGWIN OR MINGW)\n set_target_properties(${target} PROPERTIES IMPORT_SUFFIX \".exe.a\")\n endif()\n elseif(NOT (WIN32 OR CYGWIN))\n # On Windows auto-exporting everything doesn't work because of the limit on\n # the size of the exported symbol table, but on other platforms we can do\n # it without any trouble.\n set_target_properties(${target} PROPERTIES ENABLE_EXPORTS 1)\n if (APPLE)\n set_property(TARGET ${target} APPEND_STRING PROPERTY\n LINK_FLAGS \" -rdynamic\")\n endif()\n endif()\nendfunction()\n\n# Export symbols if LLVM plugins are enabled.\nfunction(export_executable_symbols_for_plugins target)\n if(LLVM_ENABLE_PLUGINS OR LLVM_EXPORT_SYMBOLS_FOR_PLUGINS)\n export_executable_symbols(${target})\n endif()\nendfunction()\n\nif(NOT LLVM_TOOLCHAIN_TOOLS)\n set (LLVM_TOOLCHAIN_TOOLS\n llvm-ar\n llvm-cov\n llvm-cxxfilt\n llvm-ranlib\n llvm-lib\n llvm-nm\n llvm-objcopy\n llvm-objdump\n llvm-rc\n llvm-size\n llvm-strings\n llvm-strip\n llvm-profdata\n llvm-symbolizer\n # symlink version of some of above tools that are enabled by\n # LLVM_INSTALL_BINUTILS_SYMLINKS.\n addr2line\n ar\n c++filt\n ranlib\n nm\n objcopy\n objdump\n size\n strings\n strip\n )\nendif()\n\nmacro(add_llvm_tool name)\n if( NOT LLVM_BUILD_TOOLS )\n set(EXCLUDE_FROM_ALL ON)\n endif()\n add_llvm_executable(${name} ${ARGN})\n\n if ( ${name} IN_LIST LLVM_TOOLCHAIN_TOOLS OR NOT LLVM_INSTALL_TOOLCHAIN_ONLY)\n if( LLVM_BUILD_TOOLS )\n set(export_to_llvmexports)\n if(${name} IN_LIST LLVM_DISTRIBUTION_COMPONENTS OR\n NOT LLVM_DISTRIBUTION_COMPONENTS)\n set(export_to_llvmexports EXPORT LLVMExports)\n set_property(GLOBAL PROPERTY LLVM_HAS_EXPORTS True)\n endif()\n\n install(TARGETS ${name}\n ${export_to_llvmexports}\n RUNTIME DESTINATION ${LLVM_TOOLS_INSTALL_DIR}\n COMPONENT ${name})\n\n if (NOT LLVM_ENABLE_IDE)\n add_llvm_install_targets(install-${name}\n DEPENDS ${name}\n COMPONENT ${name})\n endif()\n endif()\n endif()\n if( LLVM_BUILD_TOOLS )\n set_property(GLOBAL APPEND PROPERTY LLVM_EXPORTS ${name})\n endif()\n set_target_properties(${name} PROPERTIES FOLDER \"Tools\")\nendmacro(add_llvm_tool name)\n\n\nmacro(add_llvm_example name)\n if( NOT LLVM_BUILD_EXAMPLES )\n set(EXCLUDE_FROM_ALL ON)\n endif()\n add_llvm_executable(${name} ${ARGN})\n if( LLVM_BUILD_EXAMPLES )\n install(TARGETS ${name} RUNTIME DESTINATION examples)\n endif()\n set_target_properties(${name} PROPERTIES FOLDER \"Examples\")\nendmacro(add_llvm_example name)\n\nmacro(add_llvm_example_library name)\n if( NOT LLVM_BUILD_EXAMPLES )\n set(EXCLUDE_FROM_ALL ON)\n add_llvm_library(${name} BUILDTREE_ONLY ${ARGN})\n else()\n add_llvm_library(${name} ${ARGN})\n endif()\n\n set_target_properties(${name} PROPERTIES FOLDER \"Examples\")\nendmacro(add_llvm_example_library name)\n\n# This is a macro that is used to create targets for executables that are needed\n# for development, but that are not intended to be installed by default.\nmacro(add_llvm_utility name)\n if ( NOT LLVM_BUILD_UTILS )\n set(EXCLUDE_FROM_ALL ON)\n endif()\n\n add_llvm_executable(${name} DISABLE_LLVM_LINK_LLVM_DYLIB ${ARGN})\n set_target_properties(${name} PROPERTIES FOLDER \"Utils\")\n if ( ${name} IN_LIST LLVM_TOOLCHAIN_UTILITIES OR NOT LLVM_INSTALL_TOOLCHAIN_ONLY)\n if (LLVM_INSTALL_UTILS AND LLVM_BUILD_UTILS)\n set(export_to_llvmexports)\n if (${name} IN_LIST LLVM_DISTRIBUTION_COMPONENTS OR\n NOT LLVM_DISTRIBUTION_COMPONENTS)\n set(export_to_llvmexports EXPORT LLVMExports)\n set_property(GLOBAL PROPERTY LLVM_HAS_EXPORTS True)\n endif()\n\n install(TARGETS ${name}\n ${export_to_llvmexports}\n RUNTIME DESTINATION ${LLVM_UTILS_INSTALL_DIR}\n COMPONENT ${name})\n\n if (NOT LLVM_ENABLE_IDE)\n add_llvm_install_targets(install-${name}\n DEPENDS ${name}\n COMPONENT ${name})\n endif()\n set_property(GLOBAL APPEND PROPERTY LLVM_EXPORTS ${name})\n elseif(LLVM_BUILD_UTILS)\n set_property(GLOBAL APPEND PROPERTY LLVM_EXPORTS_BUILDTREE_ONLY ${name})\n endif()\n endif()\nendmacro(add_llvm_utility name)\n\nmacro(add_llvm_fuzzer name)\n cmake_parse_arguments(ARG \"\" \"DUMMY_MAIN\" \"\" ${ARGN})\n if( LLVM_LIB_FUZZING_ENGINE )\n set(LLVM_OPTIONAL_SOURCES ${ARG_DUMMY_MAIN})\n add_llvm_executable(${name} ${ARG_UNPARSED_ARGUMENTS})\n target_link_libraries(${name} PRIVATE ${LLVM_LIB_FUZZING_ENGINE})\n set_target_properties(${name} PROPERTIES FOLDER \"Fuzzers\")\n elseif( LLVM_USE_SANITIZE_COVERAGE )\n set(CMAKE_CXX_FLAGS \"${CMAKE_CXX_FLAGS} -fsanitize=fuzzer\")\n set(LLVM_OPTIONAL_SOURCES ${ARG_DUMMY_MAIN})\n add_llvm_executable(${name} ${ARG_UNPARSED_ARGUMENTS})\n set_target_properties(${name} PROPERTIES FOLDER \"Fuzzers\")\n elseif( ARG_DUMMY_MAIN )\n add_llvm_executable(${name} ${ARG_DUMMY_MAIN} ${ARG_UNPARSED_ARGUMENTS})\n set_target_properties(${name} PROPERTIES FOLDER \"Fuzzers\")\n endif()\nendmacro()\n\nmacro(add_llvm_target target_name)\n include_directories(BEFORE\n ${CMAKE_CURRENT_BINARY_DIR}\n ${CMAKE_CURRENT_SOURCE_DIR})\n add_llvm_component_library(LLVM${target_name} ${ARGN})\n set( CURRENT_LLVM_TARGET LLVM${target_name} )\nendmacro(add_llvm_target)\n\nfunction(canonicalize_tool_name name output)\n string(REPLACE \"${CMAKE_CURRENT_SOURCE_DIR}\/\" \"\" nameStrip ${name})\n string(REPLACE \"-\" \"_\" nameUNDERSCORE ${nameStrip})\n string(TOUPPER ${nameUNDERSCORE} nameUPPER)\n set(${output} \"${nameUPPER}\" PARENT_SCOPE)\nendfunction(canonicalize_tool_name)\n\n# Custom add_subdirectory wrapper\n# Takes in a project name (i.e. LLVM), the subdirectory name, and an optional\n# path if it differs from the name.\nfunction(add_llvm_subdirectory project type name)\n set(add_llvm_external_dir \"${ARGN}\")\n if(\"${add_llvm_external_dir}\" STREQUAL \"\")\n set(add_llvm_external_dir ${name})\n endif()\n canonicalize_tool_name(${name} nameUPPER)\n set(canonical_full_name ${project}_${type}_${nameUPPER})\n get_property(already_processed GLOBAL PROPERTY ${canonical_full_name}_PROCESSED)\n if(already_processed)\n return()\n endif()\n set_property(GLOBAL PROPERTY ${canonical_full_name}_PROCESSED YES)\n\n if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}\/${add_llvm_external_dir}\/CMakeLists.txt)\n # Treat it as in-tree subproject.\n option(${canonical_full_name}_BUILD\n \"Whether to build ${name} as part of ${project}\" On)\n mark_as_advanced(${project}_${type}_${name}_BUILD)\n if(${canonical_full_name}_BUILD)\n add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}\/${add_llvm_external_dir} ${add_llvm_external_dir})\n endif()\n else()\n set(LLVM_EXTERNAL_${nameUPPER}_SOURCE_DIR\n \"${LLVM_EXTERNAL_${nameUPPER}_SOURCE_DIR}\"\n CACHE PATH \"Path to ${name} source directory\")\n set(${canonical_full_name}_BUILD_DEFAULT ON)\n if(NOT LLVM_EXTERNAL_${nameUPPER}_SOURCE_DIR OR NOT EXISTS ${LLVM_EXTERNAL_${nameUPPER}_SOURCE_DIR})\n set(${canonical_full_name}_BUILD_DEFAULT OFF)\n endif()\n if(\"${LLVM_EXTERNAL_${nameUPPER}_BUILD}\" STREQUAL \"OFF\")\n set(${canonical_full_name}_BUILD_DEFAULT OFF)\n endif()\n option(${canonical_full_name}_BUILD\n \"Whether to build ${name} as part of LLVM\"\n ${${canonical_full_name}_BUILD_DEFAULT})\n if (${canonical_full_name}_BUILD)\n if(EXISTS ${LLVM_EXTERNAL_${nameUPPER}_SOURCE_DIR})\n add_subdirectory(${LLVM_EXTERNAL_${nameUPPER}_SOURCE_DIR} ${add_llvm_external_dir})\n elseif(NOT \"${LLVM_EXTERNAL_${nameUPPER}_SOURCE_DIR}\" STREQUAL \"\")\n message(WARNING \"Nonexistent directory for ${name}: ${LLVM_EXTERNAL_${nameUPPER}_SOURCE_DIR}\")\n endif()\n endif()\n endif()\nendfunction()\n\n# Add external project that may want to be built as part of llvm such as Clang,\n# lld, and Polly. This adds two options. One for the source directory of the\n# project, which defaults to ${CMAKE_CURRENT_SOURCE_DIR}\/${name}. Another to\n# enable or disable building it with everything else.\n# Additional parameter can be specified as the name of directory.\nmacro(add_llvm_external_project name)\n add_llvm_subdirectory(LLVM TOOL ${name} ${ARGN})\nendmacro()\n\nmacro(add_llvm_tool_subdirectory name)\n add_llvm_external_project(${name})\nendmacro(add_llvm_tool_subdirectory)\n\nfunction(get_project_name_from_src_var var output)\n string(REGEX MATCH \"LLVM_EXTERNAL_(.*)_SOURCE_DIR\"\n MACHED_TOOL \"${var}\")\n if(MACHED_TOOL)\n set(${output} ${CMAKE_MATCH_1} PARENT_SCOPE)\n else()\n set(${output} PARENT_SCOPE)\n endif()\nendfunction()\n\nfunction(create_subdirectory_options project type)\n file(GLOB sub-dirs \"${CMAKE_CURRENT_SOURCE_DIR}\/*\")\n foreach(dir ${sub-dirs})\n if(IS_DIRECTORY \"${dir}\" AND EXISTS \"${dir}\/CMakeLists.txt\")\n canonicalize_tool_name(${dir} name)\n option(${project}_${type}_${name}_BUILD\n \"Whether to build ${name} as part of ${project}\" On)\n mark_as_advanced(${project}_${type}_${name}_BUILD)\n endif()\n endforeach()\nendfunction(create_subdirectory_options)\n\nfunction(create_llvm_tool_options)\n create_subdirectory_options(LLVM TOOL)\nendfunction(create_llvm_tool_options)\n\nfunction(llvm_add_implicit_projects project)\n set(list_of_implicit_subdirs \"\")\n file(GLOB sub-dirs \"${CMAKE_CURRENT_SOURCE_DIR}\/*\")\n foreach(dir ${sub-dirs})\n if(IS_DIRECTORY \"${dir}\" AND EXISTS \"${dir}\/CMakeLists.txt\")\n canonicalize_tool_name(${dir} name)\n if (${project}_TOOL_${name}_BUILD)\n get_filename_component(fn \"${dir}\" NAME)\n list(APPEND list_of_implicit_subdirs \"${fn}\")\n endif()\n endif()\n endforeach()\n\n foreach(external_proj ${list_of_implicit_subdirs})\n add_llvm_subdirectory(${project} TOOL \"${external_proj}\" ${ARGN})\n endforeach()\nendfunction(llvm_add_implicit_projects)\n\nfunction(add_llvm_implicit_projects)\n llvm_add_implicit_projects(LLVM)\nendfunction(add_llvm_implicit_projects)\n\n# Generic support for adding a unittest.\nfunction(add_unittest test_suite test_name)\n if( NOT LLVM_BUILD_TESTS )\n set(EXCLUDE_FROM_ALL ON)\n endif()\n\n if (SUPPORTS_VARIADIC_MACROS_FLAG)\n list(APPEND LLVM_COMPILE_FLAGS \"-Wno-variadic-macros\")\n endif ()\n # Some parts of gtest rely on this GNU extension, don't warn on it.\n if(SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG)\n list(APPEND LLVM_COMPILE_FLAGS \"-Wno-gnu-zero-variadic-macro-arguments\")\n endif()\n\n set(LLVM_REQUIRES_RTTI OFF)\n\n list(APPEND LLVM_LINK_COMPONENTS Support) # gtest needs it for raw_ostream\n add_llvm_executable(${test_name} IGNORE_EXTERNALIZE_DEBUGINFO NO_INSTALL_RPATH ${ARGN})\n set(outdir ${CMAKE_CURRENT_BINARY_DIR}\/${CMAKE_CFG_INTDIR})\n set_output_directory(${test_name} BINARY_DIR ${outdir} LIBRARY_DIR ${outdir})\n # libpthreads overrides some standard library symbols, so main\n # executable must be linked with it in order to provide consistent\n # API for all shared libaries loaded by this executable.\n target_link_libraries(${test_name} PRIVATE gtest_main gtest ${LLVM_PTHREAD_LIB})\n\n add_dependencies(${test_suite} ${test_name})\n get_target_property(test_suite_folder ${test_suite} FOLDER)\n if (test_suite_folder)\n set_property(TARGET ${test_name} PROPERTY FOLDER \"${test_suite_folder}\")\n endif ()\nendfunction()\n\n# Use for test binaries that call llvm::getInputFileDirectory(). Use of this\n# is discouraged.\nfunction(add_unittest_with_input_files test_suite test_name)\n set(LLVM_UNITTEST_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})\n configure_file(\n ${LLVM_MAIN_SRC_DIR}\/unittests\/unittest.cfg.in\n ${CMAKE_CURRENT_BINARY_DIR}\/llvm.srcdir.txt)\n\n add_unittest(${test_suite} ${test_name} ${ARGN})\nendfunction()\n\n# Generic support for adding a benchmark.\nfunction(add_benchmark benchmark_name)\n if( NOT LLVM_BUILD_BENCHMARKS )\n set(EXCLUDE_FROM_ALL ON)\n endif()\n\n add_llvm_executable(${benchmark_name} IGNORE_EXTERNALIZE_DEBUGINFO NO_INSTALL_RPATH ${ARGN})\n set(outdir ${CMAKE_CURRENT_BINARY_DIR}\/${CMAKE_CFG_INTDIR})\n set_output_directory(${benchmark_name} BINARY_DIR ${outdir} LIBRARY_DIR ${outdir})\n set_property(TARGET ${benchmark_name} PROPERTY FOLDER \"Utils\")\n target_link_libraries(${benchmark_name} PRIVATE benchmark)\nendfunction()\n\n# This function canonicalize the CMake variables passed by names\n# from CMake boolean to 0\/1 suitable for passing into Python or C++,\n# in place.\nfunction(llvm_canonicalize_cmake_booleans)\n foreach(var ${ARGN})\n if(${var})\n set(${var} 1 PARENT_SCOPE)\n else()\n set(${var} 0 PARENT_SCOPE)\n endif()\n endforeach()\nendfunction(llvm_canonicalize_cmake_booleans)\n\nmacro(set_llvm_build_mode)\n # Configuration-time: See Unit\/lit.site.cfg.in\n if (CMAKE_CFG_INTDIR STREQUAL \".\")\n set(LLVM_BUILD_MODE \".\")\n else ()\n set(LLVM_BUILD_MODE \"%(build_mode)s\")\n endif ()\nendmacro()\n\n# Takes a list of path names in pathlist and a base directory, and returns\n# a list of paths relative to the base directory in out_pathlist.\n# Paths that are on a different drive than the basedir (on Windows) or that\n# contain symlinks are returned absolute.\n# Use with LLVM_LIT_PATH_FUNCTION below.\nfunction(make_paths_relative out_pathlist basedir pathlist)\n # Passing ARG_PATH_VALUES as-is to execute_process() makes cmake strip\n # empty list entries. So escape the ;s in the list and do the splitting\n # ourselves. cmake has no relpath function, so use Python for that.\n string(REPLACE \";\" \"\\\\;\" pathlist_escaped \"${pathlist}\")\n execute_process(COMMAND \"${Python3_EXECUTABLE}\" \"-c\" \"\\n\nimport os, sys\\n\nbase = sys.argv[1]\ndef haslink(p):\\n\n if not p or p == os.path.dirname(p): return False\\n\n return os.path.islink(p) or haslink(os.path.dirname(p))\\n\ndef relpath(p):\\n\n if not p: return ''\\n\n if os.path.splitdrive(p)[0] != os.path.splitdrive(base)[0]: return p\\n\n if haslink(p) or haslink(base): return p\\n\n return os.path.relpath(p, base)\\n\nif len(sys.argv) < 3: sys.exit(0)\\n\nsys.stdout.write(';'.join(relpath(p) for p in sys.argv[2].split(';')))\"\n ${basedir}\n ${pathlist_escaped}\n OUTPUT_VARIABLE pathlist_relative\n ERROR_VARIABLE error\n RESULT_VARIABLE result)\n if (NOT result EQUAL 0)\n message(FATAL_ERROR \"make_paths_relative() failed due to error '${result}', with stderr\\n${error}\")\n endif()\n set(${out_pathlist} \"${pathlist_relative}\" PARENT_SCOPE)\nendfunction()\n\n# Converts a file that's relative to the current python file to an absolute\n# path. Since this uses __file__, it has to be emitted into python files that\n# use it and can't be in a lit module. Use with make_paths_relative().\nstring(CONCAT LLVM_LIT_PATH_FUNCTION\n \"# Allow generated file to be relocatable.\\n\"\n \"def path(p):\\n\"\n \" if not p: return ''\\n\"\n \" return os.path.join(os.path.dirname(os.path.abspath(__file__)), p)\\n\"\n )\n\n# This function provides an automatic way to 'configure'-like generate a file\n# based on a set of common and custom variables, specifically targeting the\n# variables needed for the 'lit.site.cfg' files. This function bundles the\n# common variables that any Lit instance is likely to need, and custom\n# variables can be passed in.\n# The keyword PATHS is followed by a list of cmake variable names that are\n# mentioned as `path(\"@varname@\")` in the lit.cfg.py.in file. Variables in that\n# list are treated as paths that are relative to the directory the generated\n# lit.cfg.py file is in, and the `path()` function converts the relative\n# path back to absolute form. This makes it possible to move a build directory\n# containing lit.cfg.py files from one machine to another.\nfunction(configure_lit_site_cfg site_in site_out)\n cmake_parse_arguments(ARG \"\" \"\" \"MAIN_CONFIG;OUTPUT_MAPPING;PATHS\" ${ARGN})\n\n if (\"${ARG_MAIN_CONFIG}\" STREQUAL \"\")\n get_filename_component(INPUT_DIR ${site_in} DIRECTORY)\n set(ARG_MAIN_CONFIG \"${INPUT_DIR}\/lit.cfg\")\n endif()\n if (\"${ARG_OUTPUT_MAPPING}\" STREQUAL \"\")\n set(ARG_OUTPUT_MAPPING \"${site_out}\")\n endif()\n\n foreach(c ${LLVM_TARGETS_TO_BUILD})\n set(TARGETS_BUILT \"${TARGETS_BUILT} ${c}\")\n endforeach(c)\n set(TARGETS_TO_BUILD ${TARGETS_BUILT})\n\n set(SHLIBEXT \"${LTDL_SHLIB_EXT}\")\n\n set_llvm_build_mode()\n\n # They below might not be the build tree but provided binary tree.\n set(LLVM_SOURCE_DIR ${LLVM_MAIN_SRC_DIR})\n set(LLVM_BINARY_DIR ${LLVM_BINARY_DIR})\n string(REPLACE \"${CMAKE_CFG_INTDIR}\" \"${LLVM_BUILD_MODE}\" LLVM_TOOLS_DIR \"${LLVM_TOOLS_BINARY_DIR}\")\n string(REPLACE ${CMAKE_CFG_INTDIR} ${LLVM_BUILD_MODE} LLVM_LIBS_DIR \"${LLVM_LIBRARY_DIR}\")\n\n # SHLIBDIR points the build tree.\n string(REPLACE \"${CMAKE_CFG_INTDIR}\" \"${LLVM_BUILD_MODE}\" SHLIBDIR \"${LLVM_SHLIB_OUTPUT_INTDIR}\")\n\n # FIXME: \"ENABLE_SHARED\" doesn't make sense, since it is used just for\n # plugins. We may rename it.\n if(LLVM_ENABLE_PLUGINS)\n set(ENABLE_SHARED \"1\")\n else()\n set(ENABLE_SHARED \"0\")\n endif()\n\n if(LLVM_ENABLE_ASSERTIONS AND NOT MSVC_IDE)\n set(ENABLE_ASSERTIONS \"1\")\n else()\n set(ENABLE_ASSERTIONS \"0\")\n endif()\n\n set(HOST_OS ${CMAKE_SYSTEM_NAME})\n set(HOST_ARCH ${CMAKE_SYSTEM_PROCESSOR})\n\n set(HOST_CC \"${CMAKE_C_COMPILER} ${CMAKE_C_COMPILER_ARG1}\")\n set(HOST_CXX \"${CMAKE_CXX_COMPILER} ${CMAKE_CXX_COMPILER_ARG1}\")\n set(HOST_LDFLAGS \"${CMAKE_EXE_LINKER_FLAGS}\")\n\n string(CONCAT LIT_SITE_CFG_IN_HEADER\n \"# Autogenerated from ${site_in}\\n# Do not edit!\\n\\n\"\n \"${LLVM_LIT_PATH_FUNCTION}\"\n )\n\n # Override config_target_triple (and the env)\n if(LLVM_TARGET_TRIPLE_ENV)\n # This is expanded into the heading.\n string(CONCAT LIT_SITE_CFG_IN_HEADER \"${LIT_SITE_CFG_IN_HEADER}\"\n \"import os\\n\"\n \"target_env = \\\"${LLVM_TARGET_TRIPLE_ENV}\\\"\\n\"\n \"config.target_triple = config.environment[target_env] = os.environ.get(target_env, \\\"${TARGET_TRIPLE}\\\")\\n\"\n )\n\n # This is expanded to; config.target_triple = \"\"+config.target_triple+\"\"\n set(TARGET_TRIPLE \"\\\"+config.target_triple+\\\"\")\n endif()\n\n if (ARG_PATHS)\n # Walk ARG_PATHS and collect the current value of the variables in there.\n # list(APPEND) ignores empty elements exactly if the list is empty,\n # so start the list with a dummy element and drop it, to make sure that\n # even empty values make it into the values list.\n set(ARG_PATH_VALUES \"dummy\")\n foreach(path ${ARG_PATHS})\n list(APPEND ARG_PATH_VALUES \"${${path}}\")\n endforeach()\n list(REMOVE_AT ARG_PATH_VALUES 0)\n\n get_filename_component(OUTPUT_DIR ${site_out} DIRECTORY)\n make_paths_relative(\n ARG_PATH_VALUES_RELATIVE \"${OUTPUT_DIR}\" \"${ARG_PATH_VALUES}\")\n\n list(LENGTH ARG_PATHS len_paths)\n list(LENGTH ARG_PATH_VALUES len_path_values)\n list(LENGTH ARG_PATH_VALUES_RELATIVE len_path_value_rels)\n if ((NOT ${len_paths} EQUAL ${len_path_values}) OR\n (NOT ${len_paths} EQUAL ${len_path_value_rels}))\n message(SEND_ERROR \"PATHS lengths got confused\")\n endif()\n\n # Transform variables mentioned in ARG_PATHS to relative paths for\n # the configure_file() call. Variables are copied to subscopeds by cmake,\n # so this only modifies the local copy of the variables.\n math(EXPR arg_path_limit \"${len_paths} - 1\")\n foreach(i RANGE ${arg_path_limit})\n list(GET ARG_PATHS ${i} val1)\n list(GET ARG_PATH_VALUES_RELATIVE ${i} val2)\n set(${val1} ${val2})\n endforeach()\n endif()\n\n configure_file(${site_in} ${site_out} @ONLY)\n\n if (EXISTS \"${ARG_MAIN_CONFIG}\")\n # Remember main config \/ generated site config for llvm-lit.in.\n get_property(LLVM_LIT_CONFIG_FILES GLOBAL PROPERTY LLVM_LIT_CONFIG_FILES)\n list(APPEND LLVM_LIT_CONFIG_FILES \"${ARG_MAIN_CONFIG}\" \"${site_out}\")\n set_property(GLOBAL PROPERTY LLVM_LIT_CONFIG_FILES ${LLVM_LIT_CONFIG_FILES})\n endif()\nendfunction()\n\nfunction(dump_all_cmake_variables)\n get_cmake_property(_variableNames VARIABLES)\n foreach (_variableName ${_variableNames})\n message(STATUS \"${_variableName}=${${_variableName}}\")\n endforeach()\nendfunction()\n\nfunction(get_llvm_lit_path base_dir file_name)\n cmake_parse_arguments(ARG \"ALLOW_EXTERNAL\" \"\" \"\" ${ARGN})\n\n if (ARG_ALLOW_EXTERNAL)\n set (LLVM_EXTERNAL_LIT \"\" CACHE STRING \"Command used to spawn lit\")\n if (\"${LLVM_EXTERNAL_LIT}\" STREQUAL \"\")\n set(LLVM_EXTERNAL_LIT \"${LLVM_DEFAULT_EXTERNAL_LIT}\")\n endif()\n\n if (NOT \"${LLVM_EXTERNAL_LIT}\" STREQUAL \"\")\n if (EXISTS ${LLVM_EXTERNAL_LIT})\n get_filename_component(LIT_FILE_NAME ${LLVM_EXTERNAL_LIT} NAME)\n get_filename_component(LIT_BASE_DIR ${LLVM_EXTERNAL_LIT} DIRECTORY)\n set(${file_name} ${LIT_FILE_NAME} PARENT_SCOPE)\n set(${base_dir} ${LIT_BASE_DIR} PARENT_SCOPE)\n return()\n elseif (NOT DEFINED CACHE{LLVM_EXTERNAL_LIT_MISSING_WARNED_ONCE})\n message(WARNING \"LLVM_EXTERNAL_LIT set to ${LLVM_EXTERNAL_LIT}, but the path does not exist.\")\n set(LLVM_EXTERNAL_LIT_MISSING_WARNED_ONCE YES CACHE INTERNAL \"\")\n endif()\n endif()\n endif()\n\n set(lit_file_name \"llvm-lit\")\n if (CMAKE_HOST_WIN32 AND NOT CYGWIN)\n # llvm-lit needs suffix.py for multiprocess to find a main module.\n set(lit_file_name \"${lit_file_name}.py\")\n endif ()\n set(${file_name} ${lit_file_name} PARENT_SCOPE)\n\n get_property(LLVM_LIT_BASE_DIR GLOBAL PROPERTY LLVM_LIT_BASE_DIR)\n if (NOT \"${LLVM_LIT_BASE_DIR}\" STREQUAL \"\")\n set(${base_dir} ${LLVM_LIT_BASE_DIR} PARENT_SCOPE)\n endif()\n\n # Allow individual projects to provide an override\n if (NOT \"${LLVM_LIT_OUTPUT_DIR}\" STREQUAL \"\")\n set(LLVM_LIT_BASE_DIR ${LLVM_LIT_OUTPUT_DIR})\n elseif(NOT \"${LLVM_RUNTIME_OUTPUT_INTDIR}\" STREQUAL \"\")\n set(LLVM_LIT_BASE_DIR ${LLVM_RUNTIME_OUTPUT_INTDIR})\n else()\n set(LLVM_LIT_BASE_DIR \"\")\n endif()\n\n # Cache this so we don't have to do it again and have subsequent calls\n # potentially disagree on the value.\n set_property(GLOBAL PROPERTY LLVM_LIT_BASE_DIR ${LLVM_LIT_BASE_DIR})\n set(${base_dir} ${LLVM_LIT_BASE_DIR} PARENT_SCOPE)\nendfunction()\n\n# A raw function to create a lit target. This is used to implement the testuite\n# management functions.\nfunction(add_lit_target target comment)\n cmake_parse_arguments(ARG \"\" \"\" \"PARAMS;DEPENDS;ARGS\" ${ARGN})\n set(LIT_ARGS \"${ARG_ARGS} ${LLVM_LIT_ARGS}\")\n separate_arguments(LIT_ARGS)\n if (NOT CMAKE_CFG_INTDIR STREQUAL \".\")\n list(APPEND LIT_ARGS --param build_mode=${CMAKE_CFG_INTDIR})\n endif ()\n\n # Get the path to the lit to *run* tests with. This can be overriden by\n # the user by specifying -DLLVM_EXTERNAL_LIT=\n get_llvm_lit_path(\n lit_base_dir\n lit_file_name\n ALLOW_EXTERNAL\n )\n\n set(LIT_COMMAND \"${Python3_EXECUTABLE};${lit_base_dir}\/${lit_file_name}\")\n list(APPEND LIT_COMMAND ${LIT_ARGS})\n foreach(param ${ARG_PARAMS})\n list(APPEND LIT_COMMAND --param ${param})\n endforeach()\n if (ARG_UNPARSED_ARGUMENTS)\n add_custom_target(${target}\n COMMAND ${LIT_COMMAND} ${ARG_UNPARSED_ARGUMENTS}\n COMMENT \"${comment}\"\n USES_TERMINAL\n )\n else()\n add_custom_target(${target}\n COMMAND ${CMAKE_COMMAND} -E echo \"${target} does nothing, no tools built.\")\n message(STATUS \"${target} does nothing.\")\n endif()\n\n if (ARG_DEPENDS)\n add_dependencies(${target} ${ARG_DEPENDS})\n endif()\n\n # Tests should be excluded from \"Build Solution\".\n set_target_properties(${target} PROPERTIES EXCLUDE_FROM_DEFAULT_BUILD ON)\nendfunction()\n\n# A function to add a set of lit test suites to be driven through 'check-*' targets.\nfunction(add_lit_testsuite target comment)\n cmake_parse_arguments(ARG \"EXCLUDE_FROM_CHECK_ALL\" \"\" \"PARAMS;DEPENDS;ARGS\" ${ARGN})\n\n # EXCLUDE_FROM_ALL excludes the test ${target} out of check-all.\n if(NOT ARG_EXCLUDE_FROM_CHECK_ALL)\n # Register the testsuites, params and depends for the global check rule.\n set_property(GLOBAL APPEND PROPERTY LLVM_LIT_TESTSUITES ${ARG_UNPARSED_ARGUMENTS})\n set_property(GLOBAL APPEND PROPERTY LLVM_LIT_PARAMS ${ARG_PARAMS})\n set_property(GLOBAL APPEND PROPERTY LLVM_LIT_DEPENDS ${ARG_DEPENDS})\n set_property(GLOBAL APPEND PROPERTY LLVM_LIT_EXTRA_ARGS ${ARG_ARGS})\n endif()\n\n # Produce a specific suffixed check rule.\n add_lit_target(${target} ${comment}\n ${ARG_UNPARSED_ARGUMENTS}\n PARAMS ${ARG_PARAMS}\n DEPENDS ${ARG_DEPENDS}\n ARGS ${ARG_ARGS}\n )\nendfunction()\n\nfunction(add_lit_testsuites project directory)\n if (NOT LLVM_ENABLE_IDE)\n cmake_parse_arguments(ARG \"EXCLUDE_FROM_CHECK_ALL\" \"\" \"PARAMS;DEPENDS;ARGS\" ${ARGN})\n\n # Search recursively for test directories by assuming anything not\n # in a directory called Inputs contains tests.\n file(GLOB_RECURSE to_process LIST_DIRECTORIES true ${directory}\/*)\n foreach(lit_suite ${to_process})\n if(NOT IS_DIRECTORY ${lit_suite})\n continue()\n endif()\n string(FIND ${lit_suite} Inputs is_inputs)\n string(FIND ${lit_suite} Output is_output)\n if (NOT (is_inputs EQUAL -1 AND is_output EQUAL -1))\n continue()\n endif()\n\n # Create a check- target for the directory.\n string(REPLACE ${directory} \"\" name_slash ${lit_suite})\n if (name_slash)\n string(REPLACE \"\/\" \"-\" name_slash ${name_slash})\n string(REPLACE \"\\\\\" \"-\" name_dashes ${name_slash})\n string(TOLOWER \"${project}${name_dashes}\" name_var)\n add_lit_target(\"check-${name_var}\" \"Running lit suite ${lit_suite}\"\n ${lit_suite}\n ${EXCLUDE_FROM_CHECK_ALL}\n PARAMS ${ARG_PARAMS}\n DEPENDS ${ARG_DEPENDS}\n ARGS ${ARG_ARGS}\n )\n endif()\n endforeach()\n endif()\nendfunction()\n\nfunction(llvm_install_library_symlink name dest type)\n cmake_parse_arguments(ARG \"ALWAYS_GENERATE\" \"COMPONENT\" \"\" ${ARGN})\n foreach(path ${CMAKE_MODULE_PATH})\n if(EXISTS ${path}\/LLVMInstallSymlink.cmake)\n set(INSTALL_SYMLINK ${path}\/LLVMInstallSymlink.cmake)\n break()\n endif()\n endforeach()\n\n set(component ${ARG_COMPONENT})\n if(NOT component)\n set(component ${name})\n endif()\n\n set(full_name ${CMAKE_${type}_LIBRARY_PREFIX}${name}${CMAKE_${type}_LIBRARY_SUFFIX})\n set(full_dest ${CMAKE_${type}_LIBRARY_PREFIX}${dest}${CMAKE_${type}_LIBRARY_SUFFIX})\n\n set(output_dir lib${LLVM_LIBDIR_SUFFIX})\n if(WIN32 AND \"${type}\" STREQUAL \"SHARED\")\n set(output_dir bin)\n endif()\n\n install(SCRIPT ${INSTALL_SYMLINK}\n CODE \"install_symlink(${full_name} ${full_dest} ${output_dir})\"\n COMPONENT ${component})\n\n if (NOT LLVM_ENABLE_IDE AND NOT ARG_ALWAYS_GENERATE)\n add_llvm_install_targets(install-${name}\n DEPENDS ${name} ${dest}\n COMPONENT ${name}\n SYMLINK ${dest})\n endif()\nendfunction()\n\nfunction(llvm_install_symlink name dest)\n cmake_parse_arguments(ARG \"ALWAYS_GENERATE\" \"COMPONENT\" \"\" ${ARGN})\n foreach(path ${CMAKE_MODULE_PATH})\n if(EXISTS ${path}\/LLVMInstallSymlink.cmake)\n set(INSTALL_SYMLINK ${path}\/LLVMInstallSymlink.cmake)\n break()\n endif()\n endforeach()\n\n if(ARG_COMPONENT)\n set(component ${ARG_COMPONENT})\n else()\n if(ARG_ALWAYS_GENERATE)\n set(component ${dest})\n else()\n set(component ${name})\n endif()\n endif()\n\n set(full_name ${name}${CMAKE_EXECUTABLE_SUFFIX})\n set(full_dest ${dest}${CMAKE_EXECUTABLE_SUFFIX})\n\n install(SCRIPT ${INSTALL_SYMLINK}\n CODE \"install_symlink(${full_name} ${full_dest} ${LLVM_TOOLS_INSTALL_DIR})\"\n COMPONENT ${component})\n\n if (NOT LLVM_ENABLE_IDE AND NOT ARG_ALWAYS_GENERATE)\n add_llvm_install_targets(install-${name}\n DEPENDS ${name} ${dest}\n COMPONENT ${name}\n SYMLINK ${dest})\n endif()\nendfunction()\n\nfunction(add_llvm_tool_symlink link_name target)\n cmake_parse_arguments(ARG \"ALWAYS_GENERATE\" \"OUTPUT_DIR\" \"\" ${ARGN})\n set(dest_binary \"$\")\n\n # This got a bit gross... For multi-configuration generators the target\n # properties return the resolved value of the string, not the build system\n # expression. To reconstruct the platform-agnostic path we have to do some\n # magic. First we grab one of the types, and a type-specific path. Then from\n # the type-specific path we find the last occurrence of the type in the path,\n # and replace it with CMAKE_CFG_INTDIR. This allows the build step to be type\n # agnostic again.\n if(NOT ARG_OUTPUT_DIR)\n # If you're not overriding the OUTPUT_DIR, we can make the link relative in\n # the same directory.\n if(CMAKE_HOST_UNIX)\n set(dest_binary \"$\")\n endif()\n if(CMAKE_CONFIGURATION_TYPES)\n list(GET CMAKE_CONFIGURATION_TYPES 0 first_type)\n string(TOUPPER ${first_type} first_type_upper)\n set(first_type_suffix _${first_type_upper})\n endif()\n get_target_property(target_type ${target} TYPE)\n if(${target_type} STREQUAL \"STATIC_LIBRARY\")\n get_target_property(ARG_OUTPUT_DIR ${target} ARCHIVE_OUTPUT_DIRECTORY${first_type_suffix})\n elseif(UNIX AND ${target_type} STREQUAL \"SHARED_LIBRARY\")\n get_target_property(ARG_OUTPUT_DIR ${target} LIBRARY_OUTPUT_DIRECTORY${first_type_suffix})\n else()\n get_target_property(ARG_OUTPUT_DIR ${target} RUNTIME_OUTPUT_DIRECTORY${first_type_suffix})\n endif()\n if(CMAKE_CONFIGURATION_TYPES)\n string(FIND \"${ARG_OUTPUT_DIR}\" \"\/${first_type}\/\" type_start REVERSE)\n string(SUBSTRING \"${ARG_OUTPUT_DIR}\" 0 ${type_start} path_prefix)\n string(SUBSTRING \"${ARG_OUTPUT_DIR}\" ${type_start} -1 path_suffix)\n string(REPLACE \"\/${first_type}\/\" \"\/${CMAKE_CFG_INTDIR}\/\"\n path_suffix ${path_suffix})\n set(ARG_OUTPUT_DIR ${path_prefix}${path_suffix})\n endif()\n endif()\n\n if(CMAKE_HOST_UNIX)\n set(LLVM_LINK_OR_COPY create_symlink)\n else()\n set(LLVM_LINK_OR_COPY copy)\n endif()\n\n set(output_path \"${ARG_OUTPUT_DIR}\/${link_name}${CMAKE_EXECUTABLE_SUFFIX}\")\n\n set(target_name ${link_name})\n if(TARGET ${link_name})\n set(target_name ${link_name}-link)\n endif()\n\n\n if(ARG_ALWAYS_GENERATE)\n set_property(DIRECTORY APPEND PROPERTY\n ADDITIONAL_MAKE_CLEAN_FILES ${dest_binary})\n add_custom_command(TARGET ${target} POST_BUILD\n COMMAND ${CMAKE_COMMAND} -E ${LLVM_LINK_OR_COPY} \"${dest_binary}\" \"${output_path}\")\n else()\n add_custom_command(OUTPUT ${output_path}\n COMMAND ${CMAKE_COMMAND} -E ${LLVM_LINK_OR_COPY} \"${dest_binary}\" \"${output_path}\"\n DEPENDS ${target})\n add_custom_target(${target_name} ALL DEPENDS ${target} ${output_path})\n set_target_properties(${target_name} PROPERTIES FOLDER Tools)\n\n # Make sure both the link and target are toolchain tools\n if (${link_name} IN_LIST LLVM_TOOLCHAIN_TOOLS AND ${target} IN_LIST LLVM_TOOLCHAIN_TOOLS)\n set(TOOL_IS_TOOLCHAIN ON)\n endif()\n\n if ((TOOL_IS_TOOLCHAIN OR NOT LLVM_INSTALL_TOOLCHAIN_ONLY) AND LLVM_BUILD_TOOLS)\n llvm_install_symlink(${link_name} ${target})\n endif()\n endif()\nendfunction()\n\nfunction(llvm_externalize_debuginfo name)\n if(NOT LLVM_EXTERNALIZE_DEBUGINFO)\n return()\n endif()\n\n if(NOT LLVM_EXTERNALIZE_DEBUGINFO_SKIP_STRIP)\n if(APPLE)\n if(NOT CMAKE_STRIP)\n set(CMAKE_STRIP xcrun strip)\n endif()\n set(strip_command COMMAND ${CMAKE_STRIP} -Sxl $)\n else()\n set(strip_command COMMAND ${CMAKE_STRIP} -g -x $)\n endif()\n endif()\n\n if(APPLE)\n if(LLVM_EXTERNALIZE_DEBUGINFO_EXTENSION)\n set(file_ext ${LLVM_EXTERNALIZE_DEBUGINFO_EXTENSION})\n else()\n set(file_ext dSYM)\n endif()\n\n set(output_name \"$.${file_ext}\")\n\n if(LLVM_EXTERNALIZE_DEBUGINFO_OUTPUT_DIR)\n set(output_path \"-o=${LLVM_EXTERNALIZE_DEBUGINFO_OUTPUT_DIR}\/${output_name}\")\n else()\n set(output_path \"-o=${output_name}\")\n endif()\n\n if(CMAKE_CXX_FLAGS MATCHES \"-flto\"\n OR CMAKE_CXX_FLAGS_${uppercase_CMAKE_BUILD_TYPE} MATCHES \"-flto\")\n\n set(lto_object ${CMAKE_CURRENT_BINARY_DIR}\/${CMAKE_CFG_INTDIR}\/${name}-lto.o)\n set_property(TARGET ${name} APPEND_STRING PROPERTY\n LINK_FLAGS \" -Wl,-object_path_lto,${lto_object}\")\n endif()\n if(NOT CMAKE_DSYMUTIL)\n set(CMAKE_DSYMUTIL xcrun dsymutil)\n endif()\n add_custom_command(TARGET ${name} POST_BUILD\n COMMAND ${CMAKE_DSYMUTIL} ${output_path} $\n ${strip_command}\n )\n else()\n add_custom_command(TARGET ${name} POST_BUILD\n COMMAND ${CMAKE_OBJCOPY} --only-keep-debug $ $.debug\n ${strip_command} -R .gnu_debuglink\n COMMAND ${CMAKE_OBJCOPY} --add-gnu-debuglink=$.debug $\n )\n endif()\nendfunction()\n\n# Usage: llvm_codesign(name [FORCE] [ENTITLEMENTS file] [BUNDLE_PATH path])\nfunction(llvm_codesign name)\n cmake_parse_arguments(ARG \"FORCE\" \"ENTITLEMENTS;BUNDLE_PATH\" \"\" ${ARGN})\n\n if(NOT LLVM_CODESIGNING_IDENTITY)\n return()\n endif()\n\n if(CMAKE_GENERATOR STREQUAL \"Xcode\")\n set_target_properties(${name} PROPERTIES\n XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY ${LLVM_CODESIGNING_IDENTITY}\n )\n if(DEFINED ARG_ENTITLEMENTS)\n set_target_properties(${name} PROPERTIES\n XCODE_ATTRIBUTE_CODE_SIGN_ENTITLEMENTS ${ARG_ENTITLEMENTS}\n )\n endif()\n elseif(APPLE AND CMAKE_HOST_SYSTEM_NAME MATCHES Darwin)\n if(NOT CMAKE_CODESIGN)\n set(CMAKE_CODESIGN xcrun codesign)\n endif()\n if(NOT CMAKE_CODESIGN_ALLOCATE)\n execute_process(\n COMMAND xcrun -f codesign_allocate\n OUTPUT_STRIP_TRAILING_WHITESPACE\n OUTPUT_VARIABLE CMAKE_CODESIGN_ALLOCATE\n )\n endif()\n if(DEFINED ARG_ENTITLEMENTS)\n set(pass_entitlements --entitlements ${ARG_ENTITLEMENTS})\n endif()\n\n if (NOT ARG_BUNDLE_PATH)\n set(ARG_BUNDLE_PATH $)\n endif()\n\n # ld64 now always codesigns the binaries it creates. Apply the force arg\n # unconditionally so that we can - for example - add entitlements to the\n # targets that need it.\n set(force_flag \"-f\")\n\n add_custom_command(\n TARGET ${name} POST_BUILD\n COMMAND ${CMAKE_COMMAND} -E\n env CODESIGN_ALLOCATE=${CMAKE_CODESIGN_ALLOCATE}\n ${CMAKE_CODESIGN} -s ${LLVM_CODESIGNING_IDENTITY}\n ${pass_entitlements} ${force_flag} ${ARG_BUNDLE_PATH}\n )\n endif()\nendfunction()\n\nfunction(llvm_setup_rpath name)\n if(CMAKE_INSTALL_RPATH)\n return()\n endif()\n\n if(LLVM_INSTALL_PREFIX AND NOT (LLVM_INSTALL_PREFIX STREQUAL CMAKE_INSTALL_PREFIX))\n set(extra_libdir ${LLVM_LIBRARY_DIR})\n elseif(LLVM_BUILD_LIBRARY_DIR)\n set(extra_libdir ${LLVM_LIBRARY_DIR})\n endif()\n\n if (APPLE)\n set(_install_name_dir INSTALL_NAME_DIR \"@rpath\")\n set(_install_rpath \"@loader_path\/..\/lib${LLVM_LIBDIR_SUFFIX}\" ${extra_libdir})\n elseif(UNIX)\n set(_install_rpath \"\\$ORIGIN\/..\/lib${LLVM_LIBDIR_SUFFIX}\" ${extra_libdir})\n if(${CMAKE_SYSTEM_NAME} MATCHES \"(FreeBSD|DragonFly)\")\n set_property(TARGET ${name} APPEND_STRING PROPERTY\n LINK_FLAGS \" -Wl,-z,origin \")\n endif()\n if(LLVM_LINKER_IS_GNULD)\n # $ORIGIN is not interpreted at link time by ld.bfd\n set_property(TARGET ${name} APPEND_STRING PROPERTY\n LINK_FLAGS \" -Wl,-rpath-link,${LLVM_LIBRARY_OUTPUT_INTDIR} \")\n endif()\n else()\n return()\n endif()\n\n # Enable BUILD_WITH_INSTALL_RPATH unless CMAKE_BUILD_RPATH is set.\n if(\"${CMAKE_BUILD_RPATH}\" STREQUAL \"\")\n set_property(TARGET ${name} PROPERTY BUILD_WITH_INSTALL_RPATH ON)\n endif()\n\n set_target_properties(${name} PROPERTIES\n INSTALL_RPATH \"${_install_rpath}\"\n ${_install_name_dir})\nendfunction()\n\nfunction(setup_dependency_debugging name)\n if(NOT LLVM_DEPENDENCY_DEBUGGING)\n return()\n endif()\n\n if(\"intrinsics_gen\" IN_LIST ARGN)\n return()\n endif()\n\n set(deny_attributes_inc \"(deny file* (literal \\\"${LLVM_BINARY_DIR}\/include\/llvm\/IR\/Attributes.inc\\\"))\")\n set(deny_intrinsics_inc \"(deny file* (literal \\\"${LLVM_BINARY_DIR}\/include\/llvm\/IR\/Intrinsics.inc\\\"))\")\n\n set(sandbox_command \"sandbox-exec -p '(version 1) (allow default) ${deny_attributes_inc} ${deny_intrinsics_inc}'\")\n set_target_properties(${name} PROPERTIES RULE_LAUNCH_COMPILE ${sandbox_command})\nendfunction()\n\n# If the sources at the given `path` are under version control, set `out_var`\n# to the the path of a file which will be modified when the VCS revision\n# changes, attempting to create that file if it does not exist; if no such\n# file exists and one cannot be created, instead set `out_var` to the\n# empty string.\n#\n# If the sources are not under version control, do not define `out_var`.\nfunction(find_first_existing_vc_file path out_var)\n if(NOT EXISTS \"${path}\")\n return()\n endif()\n find_package(Git)\n if(GIT_FOUND)\n execute_process(COMMAND ${GIT_EXECUTABLE} rev-parse --git-dir\n WORKING_DIRECTORY ${path}\n RESULT_VARIABLE git_result\n OUTPUT_VARIABLE git_output\n ERROR_QUIET)\n if(git_result EQUAL 0)\n string(STRIP \"${git_output}\" git_output)\n get_filename_component(git_dir ${git_output} ABSOLUTE BASE_DIR ${path})\n # Some branchless cases (e.g. 'repo') may not yet have .git\/logs\/HEAD\n if (NOT EXISTS \"${git_dir}\/logs\/HEAD\")\n execute_process(COMMAND ${CMAKE_COMMAND} -E touch HEAD\n WORKING_DIRECTORY \"${git_dir}\/logs\"\n RESULT_VARIABLE touch_head_result\n ERROR_QUIET)\n if (NOT touch_head_result EQUAL 0)\n set(${out_var} \"\" PARENT_SCOPE)\n return()\n endif()\n endif()\n set(${out_var} \"${git_dir}\/logs\/HEAD\" PARENT_SCOPE)\n endif()\n endif()\nendfunction()\n","avg_line_length":38.0486015589,"max_line_length":165,"alphanum_fraction":0.7114624506} +{"size":20633,"ext":"cmake","lang":"CMake","max_stars_count":1.0,"content":"# ***** BEGIN GPL LICENSE BLOCK *****\n#\n# This program is free software; you can redistribute it and\/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software Foundation,\n# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n#\n# ***** END GPL LICENSE BLOCK *****\n\nset(ZLIB_VERSION 1.2.11)\nset(ZLIB_URI https:\/\/zlib.net\/zlib-${ZLIB_VERSION}.tar.gz)\nset(ZLIB_HASH 1c9f62f0778697a09d36121ead88e08e)\nset(ZLIB_HASH_TYPE MD5)\nset(ZLIB_FILE zlib-${ZLIB_VERSION}.tar.gz)\n\nset(OPENAL_VERSION 1.20.1)\nset(OPENAL_URI http:\/\/openal-soft.org\/openal-releases\/openal-soft-${OPENAL_VERSION}.tar.bz2)\nset(OPENAL_HASH 556695068ce8375b89986083d810fd35)\nset(OPENAL_HASH_TYPE MD5)\nset(OPENAL_FILE openal-soft-${OPENAL_VERSION}.tar.bz2)\n\nset(PNG_VERSION 1.6.37)\nset(PNG_URI http:\/\/prdownloads.sourceforge.net\/libpng\/libpng-${PNG_VERSION}.tar.xz)\nset(PNG_HASH 505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca)\nset(PNG_HASH_TYPE SHA256)\nset(PNG_FILE libpng-${PNG_VERSION}.tar.xz)\n\nset(JPEG_VERSION 2.0.4)\nset(JPEG_URI https:\/\/github.com\/libjpeg-turbo\/libjpeg-turbo\/archive\/${JPEG_VERSION}.tar.gz)\nset(JPEG_HASH 44c43e4a9fb352f47090804529317c88)\nset(JPEG_HASH_TYPE MD5)\nset(JPEG_FILE libjpeg-turbo-${JPEG_VERSION}.tar.gz)\n\nset(BOOST_VERSION 1.73.0)\nset(BOOST_VERSION_NODOTS 1_73_0)\nset(BOOST_VERSION_NODOTS_SHORT 1_73)\nset(BOOST_URI https:\/\/dl.bintray.com\/boostorg\/release\/${BOOST_VERSION}\/source\/boost_${BOOST_VERSION_NODOTS}.tar.gz)\nset(BOOST_HASH 4036cd27ef7548b8d29c30ea10956196)\nset(BOOST_HASH_TYPE MD5)\nset(BOOST_FILE boost_${BOOST_VERSION_NODOTS}.tar.gz)\n\n# Using old version as recommended by OpenVDB build documentation.\nset(BLOSC_VERSION 1.5.0)\nset(BLOSC_URI https:\/\/github.com\/Blosc\/c-blosc\/archive\/v${BLOSC_VERSION}.tar.gz)\nset(BLOSC_HASH 6e4a49c8c06f05aa543f3312cfce3d55)\nset(BLOSC_HASH_TYPE MD5)\nset(BLOSC_FILE blosc-${BLOSC_VERSION}.tar.gz)\n\nset(PTHREADS_VERSION 3.0.0)\nset(PTHREADS_URI http:\/\/prdownloads.sourceforge.net\/pthreads4w\/pthreads4w-code-v${PTHREADS_VERSION}.zip)\nset(PTHREADS_HASH f3bf81bb395840b3446197bcf4ecd653)\nset(PTHREADS_HASH_TYPE MD5)\nset(PTHREADS_FILE pthreads4w-code-${PTHREADS_VERSION}.zip)\n\nset(OPENEXR_VERSION 2.5.5)\nset(OPENEXR_URI https:\/\/github.com\/AcademySoftwareFoundation\/openexr\/archive\/v${OPENEXR_VERSION}.tar.gz)\nset(OPENEXR_HASH 85e8a979092c9055d10ed103062d31a0)\nset(OPENEXR_HASH_TYPE MD5)\nset(OPENEXR_FILE openexr-${OPENEXR_VERSION}.tar.gz)\n\nif(WIN32)\n # Openexr started appending _d on its own so now\n # we need to tell the build the postfix is _s while\n # telling all other deps the postfix is _s_d\n if(BUILD_MODE STREQUAL Release)\n set(OPENEXR_VERSION_POSTFIX _s)\n set(OPENEXR_VERSION_BUILD_POSTFIX _s)\n else()\n set(OPENEXR_VERSION_POSTFIX _s_d)\n set(OPENEXR_VERSION_BUILD_POSTFIX _s)\n endif()\nelse()\n set(OPENEXR_VERSION_BUILD_POSTFIX)\n set(OPENEXR_VERSION_POSTFIX)\nendif()\n\nset(FREETYPE_VERSION 2.10.2)\nset(FREETYPE_URI http:\/\/prdownloads.sourceforge.net\/freetype\/freetype-${FREETYPE_VERSION}.tar.gz)\nset(FREETYPE_HASH b1cb620e4c875cd4d1bfa04945400945)\nset(FREETYPE_HASH_TYPE MD5)\nset(FREETYPE_FILE freetype-${FREETYPE_VERSION}.tar.gz)\n\nset(GLEW_VERSION 1.13.0)\nset(GLEW_URI http:\/\/prdownloads.sourceforge.net\/glew\/glew\/${GLEW_VERSION}\/glew-${GLEW_VERSION}.tgz)\nset(GLEW_HASH 7cbada3166d2aadfc4169c4283701066)\nset(GLEW_HASH_TYPE MD5)\nset(GLEW_FILE glew-${GLEW_VERSION}.tgz)\n\nset(FREEGLUT_VERSION 3.0.0)\nset(FREEGLUT_URI http:\/\/prdownloads.sourceforge.net\/freeglut\/freeglut\/${FREEGLUT_VERSION}\/freeglut-${FREEGLUT_VERSION}.tar.gz)\nset(FREEGLUT_HASH 90c3ca4dd9d51cf32276bc5344ec9754)\nset(FREEGLUT_HASH_TYPE MD5)\nset(FREEGLUT_FILE freeglut-${FREEGLUT_VERSION}.tar.gz)\n\nset(ALEMBIC_VERSION 1.7.16)\nset(ALEMBIC_URI https:\/\/github.com\/alembic\/alembic\/archive\/${ALEMBIC_VERSION}.tar.gz)\nset(ALEMBIC_HASH effcc86e42fe6605588e3de57bde6677)\nset(ALEMBIC_HASH_TYPE MD5)\nset(ALEMBIC_FILE alembic-${ALEMBIC_VERSION}.tar.gz)\n\n# hash is for 3.1.2\nset(GLFW_GIT_UID 30306e54705c3adae9fe082c816a3be71963485c)\nset(GLFW_URI https:\/\/github.com\/glfw\/glfw\/archive\/${GLFW_GIT_UID}.zip)\nset(GLFW_HASH 20cacb1613da7eeb092f3ac4f6b2b3d0)\nset(GLFW_HASH_TYPE MD5)\nset(GLFW_FILE glfw-${GLFW_GIT_UID}.zip)\n\n# latest uid in git as of 2016-04-01\nset(CLEW_GIT_UID 277db43f6cafe8b27c6f1055f69dc67da4aeb299)\nset(CLEW_URI https:\/\/github.com\/OpenCLWrangler\/clew\/archive\/${CLEW_GIT_UID}.zip)\nset(CLEW_HASH 2c699d10ed78362e71f56fae2a4c5f98)\nset(CLEW_HASH_TYPE MD5)\nset(CLEW_FILE clew-${CLEW_GIT_UID}.zip)\n\n# latest uid in git as of 2016-04-01\nset(CUEW_GIT_UID 1744972026de9cf27c8a7dc39cf39cd83d5f922f)\nset(CUEW_URI https:\/\/github.com\/CudaWrangler\/cuew\/archive\/${CUEW_GIT_UID}.zip)\nset(CUEW_HASH 86760d62978ebfd96cd93f5aa1abaf4a)\nset(CUEW_HASH_TYPE MD5)\nset(CUEW_FILE cuew-${CUEW_GIT_UID}.zip)\n\nset(OPENSUBDIV_VERSION v3_4_3)\nset(OPENSUBDIV_URI https:\/\/github.com\/PixarAnimationStudios\/OpenSubdiv\/archive\/${OPENSUBDIV_VERSION}.tar.gz)\nset(OPENSUBDIV_HASH 7bbfa275d021fb829e521df749160edb)\nset(OPENSUBDIV_HASH_TYPE MD5)\nset(OPENSUBDIV_FILE opensubdiv-${OPENSUBDIV_VERSION}.tar.gz)\n\nset(SDL_VERSION 2.0.12)\nset(SDL_URI https:\/\/www.libsdl.org\/release\/SDL2-${SDL_VERSION}.tar.gz)\nset(SDL_HASH 783b6f2df8ff02b19bb5ce492b99c8ff)\nset(SDL_HASH_TYPE MD5)\nset(SDL_FILE SDL2-${SDL_VERSION}.tar.gz)\n\nset(OPENCOLLADA_VERSION v1.6.68)\nset(OPENCOLLADA_URI https:\/\/github.com\/KhronosGroup\/OpenCOLLADA\/archive\/${OPENCOLLADA_VERSION}.tar.gz)\nset(OPENCOLLADA_HASH ee7dae874019fea7be11613d07567493)\nset(OPENCOLLADA_HASH_TYPE MD5)\nset(OPENCOLLADA_FILE opencollada-${OPENCOLLADA_VERSION}.tar.gz)\n\nset(OPENCOLORIO_VERSION 2.0.0)\nset(OPENCOLORIO_URI https:\/\/github.com\/AcademySoftwareFoundation\/OpenColorIO\/archive\/v${OPENCOLORIO_VERSION}.tar.gz)\nset(OPENCOLORIO_HASH 1a2e3478b6cd9a1549f24e1b2205e3f0)\nset(OPENCOLORIO_HASH_TYPE MD5)\nset(OPENCOLORIO_FILE OpenColorIO-${OPENCOLORIO_VERSION}.tar.gz)\n\nif(APPLE AND (\"${CMAKE_OSX_ARCHITECTURES}\" STREQUAL \"arm64\"))\n # Newer version required by ISPC with arm support.\n set(LLVM_VERSION 11.0.1)\n set(LLVM_URI https:\/\/github.com\/llvm\/llvm-project\/releases\/download\/llvmorg-${LLVM_VERSION}\/llvm-project-${LLVM_VERSION}.src.tar.xz)\n set(LLVM_HASH e700af40ab83463e4e9ab0ba3708312e)\n set(LLVM_HASH_TYPE MD5)\n set(LLVM_FILE llvm-project-${LLVM_VERSION}.src.tar.xz)\n\n set(OPENMP_VERSION 9.0.1)\n set(OPENMP_URI https:\/\/github.com\/llvm\/llvm-project\/releases\/download\/llvmorg-${OPENMP_VERSION}\/openmp-${OPENMP_VERSION}.src.tar.xz)\n set(OPENMP_HASH 6eade16057edbdecb3c4eef9daa2bfcf)\n set(OPENMP_HASH_TYPE MD5)\n set(OPENMP_FILE openmp-${OPENMP_VERSION}.src.tar.xz)\nelse()\n set(LLVM_VERSION 9.0.1)\n set(LLVM_URI https:\/\/github.com\/llvm\/llvm-project\/releases\/download\/llvmorg-${LLVM_VERSION}\/llvm-project-${LLVM_VERSION}.tar.xz)\n set(LLVM_HASH b4268e733dfe352960140dc07ef2efcb)\n set(LLVM_HASH_TYPE MD5)\n set(LLVM_FILE llvm-project-${LLVM_VERSION}.tar.xz)\n\n set(OPENMP_URI https:\/\/github.com\/llvm\/llvm-project\/releases\/download\/llvmorg-${LLVM_VERSION}\/openmp-${LLVM_VERSION}.src.tar.xz)\n set(OPENMP_HASH 6eade16057edbdecb3c4eef9daa2bfcf)\n set(OPENMP_HASH_TYPE MD5)\n set(OPENMP_FILE openmp-${LLVM_VERSION}.src.tar.xz)\nendif()\n\nset(OPENIMAGEIO_VERSION 2.1.15.0)\nset(OPENIMAGEIO_URI https:\/\/github.com\/OpenImageIO\/oiio\/archive\/Release-${OPENIMAGEIO_VERSION}.tar.gz)\nset(OPENIMAGEIO_HASH f03aa5e3ac4795af04771ee4146e9832)\nset(OPENIMAGEIO_HASH_TYPE MD5)\nset(OPENIMAGEIO_FILE OpenImageIO-${OPENIMAGEIO_VERSION}.tar.gz)\n\nset(TIFF_VERSION 4.1.0)\nset(TIFF_URI http:\/\/download.osgeo.org\/libtiff\/tiff-${TIFF_VERSION}.tar.gz)\nset(TIFF_HASH 2165e7aba557463acc0664e71a3ed424)\nset(TIFF_HASH_TYPE MD5)\nset(TIFF_FILE tiff-${TIFF_VERSION}.tar.gz)\n\nset(OSL_VERSION 1.11.10.0)\nset(OSL_URI https:\/\/github.com\/imageworks\/OpenShadingLanguage\/archive\/Release-${OSL_VERSION}.tar.gz)\nset(OSL_HASH dfdc23597aeef083832cbada62211756)\nset(OSL_HASH_TYPE MD5)\nset(OSL_FILE OpenShadingLanguage-${OSL_VERSION}.tar.gz)\n\nset(PYTHON_VERSION 3.9.2)\nset(PYTHON_SHORT_VERSION 3.9)\nset(PYTHON_SHORT_VERSION_NO_DOTS 39)\nset(PYTHON_URI https:\/\/www.python.org\/ftp\/python\/${PYTHON_VERSION}\/Python-${PYTHON_VERSION}.tar.xz)\nset(PYTHON_HASH f0dc9000312abeb16de4eccce9a870ab)\nset(PYTHON_HASH_TYPE MD5)\nset(PYTHON_FILE Python-${PYTHON_VERSION}.tar.xz)\n\nset(TBB_VERSION 2020_U2)\nset(TBB_URI https:\/\/github.com\/oneapi-src\/oneTBB\/archive\/${TBB_VERSION}.tar.gz)\nset(TBB_HASH 1b711ae956524855088df3bbf5ec65dc)\nset(TBB_HASH_TYPE MD5)\nset(TBB_FILE oneTBB-${TBB_VERSION}.tar.gz)\n\nset(OPENVDB_VERSION 8.0.1)\nset(OPENVDB_URI https:\/\/github.com\/AcademySoftwareFoundation\/openvdb\/archive\/v${OPENVDB_VERSION}.tar.gz)\nset(OPENVDB_HASH 01b490be16cc0e15c690f9a153c21461)\nset(OPENVDB_HASH_TYPE MD5)\nset(OPENVDB_FILE openvdb-${OPENVDB_VERSION}.tar.gz)\n\nset(NANOVDB_GIT_UID e62f7a0bf1e27397223c61ddeaaf57edf111b77f)\nset(NANOVDB_URI https:\/\/github.com\/AcademySoftwareFoundation\/openvdb\/archive\/${NANOVDB_GIT_UID}.tar.gz)\nset(NANOVDB_HASH 90919510bc6ccd630fedc56f748cb199)\nset(NANOVDB_HASH_TYPE MD5)\nset(NANOVDB_FILE nano-vdb-${NANOVDB_GIT_UID}.tar.gz)\n\nset(IDNA_VERSION 2.10)\nset(CHARDET_VERSION 4.0.0)\nset(URLLIB3_VERSION 1.26.3)\nset(CERTIFI_VERSION 2020.12.5)\nset(REQUESTS_VERSION 2.25.1)\nset(CYTHON_VERSION 0.29.21)\n\nset(NUMPY_VERSION 1.19.5)\nset(NUMPY_SHORT_VERSION 1.19)\nset(NUMPY_URI https:\/\/github.com\/numpy\/numpy\/releases\/download\/v${NUMPY_VERSION}\/numpy-${NUMPY_VERSION}.zip)\nset(NUMPY_HASH f6a1b48717c552bbc18f1adc3cc1fe0e)\nset(NUMPY_HASH_TYPE MD5)\nset(NUMPY_FILE numpy-${NUMPY_VERSION}.zip)\n\nset(LAME_VERSION 3.100)\nset(LAME_URI http:\/\/downloads.sourceforge.net\/project\/lame\/lame\/3.100\/lame-${LAME_VERSION}.tar.gz)\nset(LAME_HASH 83e260acbe4389b54fe08e0bdbf7cddb)\nset(LAME_HASH_TYPE MD5)\nset(LAME_FILE lame-${LAME_VERSION}.tar.gz)\n\nset(OGG_VERSION 1.3.4)\nset(OGG_URI http:\/\/downloads.xiph.org\/releases\/ogg\/libogg-${OGG_VERSION}.tar.gz)\nset(OGG_HASH fe5670640bd49e828d64d2879c31cb4dde9758681bb664f9bdbf159a01b0c76e)\nset(OGG_HASH_TYPE SHA256)\nset(OGG_FILE libogg-${OGG_VERSION}.tar.gz)\n\nset(VORBIS_VERSION 1.3.6)\nset(VORBIS_URI http:\/\/downloads.xiph.org\/releases\/vorbis\/libvorbis-${VORBIS_VERSION}.tar.gz)\nset(VORBIS_HASH 6ed40e0241089a42c48604dc00e362beee00036af2d8b3f46338031c9e0351cb)\nset(VORBIS_HASH_TYPE SHA256)\nset(VORBIS_FILE libvorbis-${VORBIS_VERSION}.tar.gz)\n\nset(THEORA_VERSION 1.1.1)\nset(THEORA_URI http:\/\/downloads.xiph.org\/releases\/theora\/libtheora-${THEORA_VERSION}.tar.bz2)\nset(THEORA_HASH b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc)\nset(THEORA_HASH_TYPE SHA256)\nset(THEORA_FILE libtheora-${THEORA_VERSION}.tar.bz2)\n\nset(FLAC_VERSION 1.3.3)\nset(FLAC_URI http:\/\/downloads.xiph.org\/releases\/flac\/flac-${FLAC_VERSION}.tar.xz)\nset(FLAC_HASH 213e82bd716c9de6db2f98bcadbc4c24c7e2efe8c75939a1a84e28539c4e1748)\nset(FLAC_HASH_TYPE SHA256)\nset(FLAC_FILE flac-${FLAC_VERSION}.tar.xz)\n\nset(VPX_VERSION 1.8.2)\nset(VPX_URI https:\/\/github.com\/webmproject\/libvpx\/archive\/v${VPX_VERSION}\/libvpx-v${VPX_VERSION}.tar.gz)\nset(VPX_HASH 8735d9fcd1a781ae6917f28f239a8aa358ce4864ba113ea18af4bb2dc8b474ac)\nset(VPX_HASH_TYPE SHA256)\nset(VPX_FILE libvpx-v${VPX_VERSION}.tar.gz)\n\nset(OPUS_VERSION 1.3.1)\nset(OPUS_URI https:\/\/archive.mozilla.org\/pub\/opus\/opus-${OPUS_VERSION}.tar.gz)\nset(OPUS_HASH 65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d)\nset(OPUS_HASH_TYPE SHA256)\nset(OPUS_FILE opus-${OPUS_VERSION}.tar.gz)\n\nset(X264_VERSION 33f9e1474613f59392be5ab6a7e7abf60fa63622)\nset(X264_URI https:\/\/code.videolan.org\/videolan\/x264\/-\/archive\/${X264_VERSION}\/x264-${X264_VERSION}.tar.gz)\nset(X264_HASH 5456450ee1ae02cd2328be3157367a232a0ab73315e8c8f80dab80469524f525)\nset(X264_HASH_TYPE SHA256)\nset(X264_FILE x264-${X264_VERSION}.tar.gz)\n\nset(XVIDCORE_VERSION 1.3.7)\nset(XVIDCORE_URI https:\/\/downloads.xvid.com\/downloads\/xvidcore-${XVIDCORE_VERSION}.tar.gz)\nset(XVIDCORE_HASH abbdcbd39555691dd1c9b4d08f0a031376a3b211652c0d8b3b8aa9be1303ce2d)\nset(XVIDCORE_HASH_TYPE SHA256)\nset(XVIDCORE_FILE xvidcore-${XVIDCORE_VERSION}.tar.gz)\n\nset(OPENJPEG_VERSION 2.3.1)\nset(OPENJPEG_SHORT_VERSION 2.3)\nset(OPENJPEG_URI https:\/\/github.com\/uclouvain\/openjpeg\/archive\/v${OPENJPEG_VERSION}.tar.gz)\nset(OPENJPEG_HASH 63f5a4713ecafc86de51bfad89cc07bb788e9bba24ebbf0c4ca637621aadb6a9)\nset(OPENJPEG_HASH_TYPE SHA256)\nset(OPENJPEG_FILE openjpeg-v${OPENJPEG_VERSION}.tar.gz)\n\nset(FFMPEG_VERSION 4.2.3)\nset(FFMPEG_URI http:\/\/ffmpeg.org\/releases\/ffmpeg-${FFMPEG_VERSION}.tar.bz2)\nset(FFMPEG_HASH 695fad11f3baf27784e24cb0e977b65a)\nset(FFMPEG_HASH_TYPE MD5)\nset(FFMPEG_FILE ffmpeg-${FFMPEG_VERSION}.tar.bz2)\n\nset(FFTW_VERSION 3.3.8)\nset(FFTW_URI http:\/\/www.fftw.org\/fftw-${FFTW_VERSION}.tar.gz)\nset(FFTW_HASH 8aac833c943d8e90d51b697b27d4384d)\nset(FFTW_HASH_TYPE MD5)\nset(FFTW_FILE fftw-${FFTW_VERSION}.tar.gz)\n\nset(ICONV_VERSION 1.16)\nset(ICONV_URI http:\/\/ftp.gnu.org\/pub\/gnu\/libiconv\/libiconv-${ICONV_VERSION}.tar.gz)\nset(ICONV_HASH 7d2a800b952942bb2880efb00cfd524c)\nset(ICONV_HASH_TYPE MD5)\nset(ICONV_FILE libiconv-${ICONV_VERSION}.tar.gz)\n\nset(SNDFILE_VERSION 1.0.28)\nset(SNDFILE_URI http:\/\/www.mega-nerd.com\/libsndfile\/files\/libsndfile-${SNDFILE_VERSION}.tar.gz)\nset(SNDFILE_HASH 646b5f98ce89ac60cdb060fcd398247c)\nset(SNDFILE_HASH_TYPE MD5)\nset(SNDFILE_FILE libsndfile-${SNDFILE_VERSION}.tar.gz)\n\nset(WEBP_VERSION 0.6.1)\nset(WEBP_URI https:\/\/storage.googleapis.com\/downloads.webmproject.org\/releases\/webp\/libwebp-${WEBP_VERSION}.tar.gz)\nset(WEBP_HASH b49ce9c3e3e9acae4d91bca44bb85a72)\nset(WEBP_HASH_TYPE MD5)\nset(WEBP_FILE libwebp-${WEBP_VERSION}.tar.gz)\n\nset(SPNAV_VERSION 0.2.3)\nset(SPNAV_URI http:\/\/downloads.sourceforge.net\/project\/spacenav\/spacenav%20library%20%28SDK%29\/libspnav%20${SPNAV_VERSION}\/libspnav-${SPNAV_VERSION}.tar.gz)\nset(SPNAV_HASH 44d840540d53326d4a119c0f1aa7bf0a)\nset(SPNAV_HASH_TYPE MD5)\nset(SPNAV_FILE libspnav-${SPNAV_VERSION}.tar.gz)\n\nset(JEMALLOC_VERSION 5.2.1)\nset(JEMALLOC_URI https:\/\/github.com\/jemalloc\/jemalloc\/releases\/download\/${JEMALLOC_VERSION}\/jemalloc-${JEMALLOC_VERSION}.tar.bz2)\nset(JEMALLOC_HASH 3d41fbf006e6ebffd489bdb304d009ae)\nset(JEMALLOC_HASH_TYPE MD5)\nset(JEMALLOC_FILE jemalloc-${JEMALLOC_VERSION}.tar.bz2)\n\nset(XML2_VERSION 2.9.10)\nset(XML2_URI http:\/\/xmlsoft.org\/sources\/libxml2-${XML2_VERSION}.tar.gz)\nset(XML2_HASH 10942a1dc23137a8aa07f0639cbfece5)\nset(XML2_HASH_TYPE MD5)\nset(XML2_FILE libxml2-${XML2_VERSION}.tar.gz)\n\nset(TINYXML_VERSION 2_6_2)\nset(TINYXML_VERSION_DOTS 2.6.2)\nset(TINYXML_URI https:\/\/nchc.dl.sourceforge.net\/project\/tinyxml\/tinyxml\/${TINYXML_VERSION_DOTS}\/tinyxml_${TINYXML_VERSION}.tar.gz)\nset(TINYXML_HASH c1b864c96804a10526540c664ade67f0)\nset(TINYXML_HASH_TYPE MD5)\nset(TINYXML_FILE tinyxml_${TINYXML_VERSION}.tar.gz)\n\nset(YAMLCPP_VERSION 0.6.3)\nset(YAMLCPP_URI https:\/\/codeload.github.com\/jbeder\/yaml-cpp\/tar.gz\/yaml-cpp-${YAMLCPP_VERSION})\nset(YAMLCPP_HASH b45bf1089a382e81f6b661062c10d0c2)\nset(YAMLCPP_HASH_TYPE MD5)\nset(YAMLCPP_FILE yaml-cpp-${YAMLCPP_VERSION}.tar.gz)\n\nset(EXPAT_VERSION 2_2_10)\nset(EXPAT_URI https:\/\/github.com\/libexpat\/libexpat\/archive\/R_${EXPAT_VERSION}.tar.gz)\nset(EXPAT_HASH 7ca5f09959fcb9a57618368deb627b9f)\nset(EXPAT_HASH_TYPE MD5)\nset(EXPAT_FILE libexpat-${EXPAT_VERSION}.tar.gz)\n\nset(PUGIXML_VERSION 1.10)\nset(PUGIXML_URI https:\/\/github.com\/zeux\/pugixml\/archive\/v${PUGIXML_VERSION}.tar.gz)\nset(PUGIXML_HASH 0c208b0664c7fb822bf1b49ad035e8fd)\nset(PUGIXML_HASH_TYPE MD5)\nset(PUGIXML_FILE pugixml-${PUGIXML_VERSION}.tar.gz)\n\nset(FLEXBISON_VERSION 2.5.5)\nset(FLEXBISON_URI http:\/\/prdownloads.sourceforge.net\/winflexbison\/win_flex_bison-${FLEXBISON_VERSION}.zip)\nset(FLEXBISON_HASH d87a3938194520d904013abef3df10ce)\nset(FLEXBISON_HASH_TYPE MD5)\nset(FLEXBISON_FILE win_flex_bison-${FLEXBISON_VERSION}.zip)\n\n# Libraries to keep Python modules static on Linux.\n\n# NOTE: bzip.org domain does no longer belong to BZip 2 project, so we download\n# sources from Debian packaging.\nset(BZIP2_VERSION 1.0.8)\nset(BZIP2_URI http:\/\/http.debian.net\/debian\/pool\/main\/b\/bzip2\/bzip2_${BZIP2_VERSION}.orig.tar.gz)\nset(BZIP2_HASH ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269)\nset(BZIP2_HASH_TYPE SHA256)\nset(BZIP2_FILE bzip2_${BZIP2_VERSION}.orig.tar.gz)\n\nset(FFI_VERSION 3.3)\nset(FFI_URI https:\/\/sourceware.org\/pub\/libffi\/libffi-${FFI_VERSION}.tar.gz)\nset(FFI_HASH 72fba7922703ddfa7a028d513ac15a85c8d54c8d67f55fa5a4802885dc652056)\nset(FFI_HASH_TYPE SHA256)\nset(FFI_FILE libffi-${FFI_VERSION}.tar.gz)\n\nset(LZMA_VERSION 5.2.5)\nset(LZMA_URI https:\/\/tukaani.org\/xz\/xz-${LZMA_VERSION}.tar.bz2)\nset(LZMA_HASH 5117f930900b341493827d63aa910ff5e011e0b994197c3b71c08a20228a42df)\nset(LZMA_HASH_TYPE SHA256)\nset(LZMA_FILE xz-${LZMA_VERSION}.tar.bz2)\n\nset(SSL_VERSION 1.1.1g)\nset(SSL_URI https:\/\/www.openssl.org\/source\/openssl-${SSL_VERSION}.tar.gz)\nset(SSL_HASH ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46)\nset(SSL_HASH_TYPE SHA256)\nset(SSL_FILE openssl-${SSL_VERSION}.tar.gz)\n\nset(SQLITE_VERSION 3.31.1)\nset(SQLITE_URI https:\/\/www.sqlite.org\/2018\/sqlite-src-3240000.zip)\nset(SQLITE_HASH fb558c49ee21a837713c4f1e7e413309aabdd9c7)\nset(SQLITE_HASH_TYPE SHA1)\nset(SQLITE_FILE sqlite-src-3240000.zip)\n\nset(EMBREE_VERSION 3.10.0)\nset(EMBREE_URI https:\/\/github.com\/embree\/embree\/archive\/v${EMBREE_VERSION}.zip)\nset(EMBREE_HASH 4bbe29e7eaa46417efc75fc5f1e8eb87)\nset(EMBREE_HASH_TYPE MD5)\nset(EMBREE_FILE embree-v${EMBREE_VERSION}.zip)\nset(EMBREE_ARM_GIT https:\/\/github.com\/brechtvl\/embree.git)\n\nset(USD_VERSION 21.02)\nset(USD_URI https:\/\/github.com\/PixarAnimationStudios\/USD\/archive\/v${USD_VERSION}.tar.gz)\nset(USD_HASH 1dd1e2092d085ed393c1f7c450a4155a)\nset(USD_HASH_TYPE MD5)\nset(USD_FILE usd-v${USD_VERSION}.tar.gz)\n\nset(OIDN_VERSION 1.3.0)\nset(OIDN_URI https:\/\/github.com\/OpenImageDenoise\/oidn\/releases\/download\/v${OIDN_VERSION}\/oidn-${OIDN_VERSION}.src.tar.gz)\nset(OIDN_HASH 301a5a0958d375a942014df0679b9270)\nset(OIDN_HASH_TYPE MD5)\nset(OIDN_FILE oidn-${OIDN_VERSION}.src.tar.gz)\n\nset(LIBGLU_VERSION 9.0.1)\nset(LIBGLU_URI ftp:\/\/ftp.freedesktop.org\/pub\/mesa\/glu\/glu-${LIBGLU_VERSION}.tar.xz)\nset(LIBGLU_HASH 151aef599b8259efe9acd599c96ea2a3)\nset(LIBGLU_HASH_TYPE MD5)\nset(LIBGLU_FILE glu-${LIBGLU_VERSION}.tar.xz)\n\nset(MESA_VERSION 20.3.4)\nset(MESA_URI ftp:\/\/ftp.freedesktop.org\/pub\/mesa\/mesa-${MESA_VERSION}.tar.xz)\nset(MESA_HASH 556338446aef8ae947a789b3e0b5e056)\nset(MESA_HASH_TYPE MD5)\nset(MESA_FILE mesa-${MESA_VERSION}.tar.xz)\n\nset(NASM_VERSION 2.15.02)\nset(NASM_URI https:\/\/github.com\/netwide-assembler\/nasm\/archive\/nasm-${NASM_VERSION}.tar.gz)\nset(NASM_HASH aded8b796c996a486a56e0515c83e414116decc3b184d88043480b32eb0a8589)\nset(NASM_HASH_TYPE SHA256)\nset(NASM_FILE nasm-${NASM_VERSION}.tar.gz)\n\nset(XR_OPENXR_SDK_VERSION 1.0.14)\nset(XR_OPENXR_SDK_URI https:\/\/github.com\/KhronosGroup\/OpenXR-SDK\/archive\/release-${XR_OPENXR_SDK_VERSION}.tar.gz)\nset(XR_OPENXR_SDK_HASH 0df6b2fd6045423451a77ff6bc3e1a75)\nset(XR_OPENXR_SDK_HASH_TYPE MD5)\nset(XR_OPENXR_SDK_FILE OpenXR-SDK-${XR_OPENXR_SDK_VERSION}.tar.gz)\n\nif(APPLE AND (\"${CMAKE_OSX_ARCHITECTURES}\" STREQUAL \"arm64\"))\n # Unreleased version with macOS arm support.\n set(ISPC_URI https:\/\/github.com\/ispc\/ispc\/archive\/f5949c055eb9eeb93696978a3da4bfb3a6a30b35.zip)\n set(ISPC_HASH d382fea18d01dbd0cd05d9e1ede36d7d)\n set(ISPC_HASH_TYPE MD5)\n set(ISPC_FILE f5949c055eb9eeb93696978a3da4bfb3a6a30b35.zip)\nelse()\n set(ISPC_VERSION v1.14.1)\n set(ISPC_URI https:\/\/github.com\/ispc\/ispc\/archive\/${ISPC_VERSION}.tar.gz)\n set(ISPC_HASH 968fbc8dfd16a60ba4e32d2e0e03ea7a)\n set(ISPC_HASH_TYPE MD5)\n set(ISPC_FILE ispc-${ISPC_VERSION}.tar.gz)\nendif()\n\nset(GMP_VERSION 6.2.0)\nset(GMP_URI https:\/\/gmplib.org\/download\/gmp\/gmp-${GMP_VERSION}.tar.xz)\nset(GMP_HASH a325e3f09e6d91e62101e59f9bda3ec1)\nset(GMP_HASH_TYPE MD5)\nset(GMP_FILE gmp-${GMP_VERSION}.tar.xz)\n\nset(POTRACE_VERSION 1.16)\nset(POTRACE_URI http:\/\/potrace.sourceforge.net\/download\/${POTRACE_VERSION}\/potrace-${POTRACE_VERSION}.tar.gz)\nset(POTRACE_HASH 5f0bd87ddd9a620b0c4e65652ef93d69)\nset(POTRACE_HASH_TYPE MD5)\nset(POTRACE_FILE potrace-${POTRACE_VERSION}.tar.gz)\n\nset(HARU_VERSION 2_3_0)\nset(HARU_URI https:\/\/github.com\/libharu\/libharu\/archive\/RELEASE_${HARU_VERSION}.tar.gz)\nset(HARU_HASH 4f916aa49c3069b3a10850013c507460)\nset(HARU_HASH_TYPE MD5)\nset(HARU_FILE libharu-${HARU_VERSION}.tar.gz)\n\nset(SSE2NEON_GIT https:\/\/github.com\/DLTcollab\/sse2neon.git)\nset(SSE2NEON_GIT_HASH fe5ff00bb8d19b327714a3c290f3e2ce81ba3525)\n","avg_line_length":42.1081632653,"max_line_length":156,"alphanum_fraction":0.8217418698} +{"size":2482,"ext":"cmake","lang":"CMake","max_stars_count":1.0,"content":"# Copyright (c) 2012 Shlomi Fish\n#\n# Permission is hereby granted, free of charge, to any person\n# obtaining a copy of this software and associated documentation\n# files (the \"Software\"), to deal in the Software without\n# restriction, including without limitation the rights to use,\n# copy, modify, merge, publish, distribute, sublicense, and\/or sell\n# copies of the Software, and to permit persons to whom the\n# Software is furnished to do so, subject to the following\n# conditions:\n#\n# The above copyright notice and this permission notice shall be\n# included in all copies or substantial portions of the Software.\n#\n# THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\n# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\n# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n# OTHER DEALINGS IN THE SOFTWARE.\n#\n# (This copyright notice applies only to this file)\n\ninclude(CheckIncludeFile)\ninclude(CheckIncludeFiles)\ninclude(CheckFunctionExists)\n\n# Taken from http:\/\/www.cmake.org\/pipermail\/cmake\/2007-March\/013060.html\nMACRO(REPLACE_FUNCTIONS sources)\n FOREACH(name ${ARGN})\n STRING(TOUPPER have_${name} SYMBOL_NAME)\n CHECK_FUNCTION_EXISTS(${name} ${SYMBOL_NAME})\n IF(NOT ${SYMBOL_NAME})\n SET(${sources} ${${sources}} ${name}.c)\n ENDIF(NOT ${SYMBOL_NAME})\n ENDFOREACH(name)\nENDMACRO(REPLACE_FUNCTIONS)\n\nMACRO(REPLACE_FUNCTIONS_FROMDIR sources dir)\n FOREACH(name ${ARGN})\n STRING(TOUPPER have_${name} SYMBOL_NAME)\n CHECK_FUNCTION_EXISTS(${name} ${SYMBOL_NAME})\n IF(NOT ${SYMBOL_NAME})\n SET(${sources} ${${sources}} ${dir}\/${name}.c)\n ENDIF(NOT ${SYMBOL_NAME})\n ENDFOREACH(name)\nENDMACRO(REPLACE_FUNCTIONS_FROMDIR)\n\nMACRO(CHECK_MULTI_INCLUDE_FILES)\n FOREACH(name ${ARGN})\n STRING(TOUPPER have_${name} SYMBOL_NAME)\n STRING(REGEX REPLACE \"\\\\.\" \"_\" SYMBOL_NAME ${SYMBOL_NAME})\n STRING(REGEX REPLACE \"\/\" \"_\" SYMBOL_NAME ${SYMBOL_NAME})\n CHECK_INCLUDE_FILE(${name} ${SYMBOL_NAME})\n ENDFOREACH(name)\nENDMACRO(CHECK_MULTI_INCLUDE_FILES)\n\nMACRO(CHECK_MULTI_FUNCTIONS_EXISTS)\n FOREACH(name ${ARGN})\n STRING(TOUPPER have_${name} SYMBOL_NAME)\n CHECK_FUNCTION_EXISTS(${name} ${SYMBOL_NAME})\n ENDFOREACH(name)\nENDMACRO(CHECK_MULTI_FUNCTIONS_EXISTS)\n","avg_line_length":37.6060606061,"max_line_length":72,"alphanum_fraction":0.7522159549} +{"size":320,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# CMake generated Testfile for \n# Source directory: \/usr\/src\/googletest\n# Build directory: \/home\/venom\/ros\/urdf_practice_ws\/build\/catkin_tools_prebuild\/gtest\n# \n# This file includes the relevant testing commands required for \n# testing this directory and lists subdirectories to be tested as well.\nsubdirs(\"googlemock\")\n","avg_line_length":40.0,"max_line_length":85,"alphanum_fraction":0.803125} +{"size":4584,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# Distributed under the OSI-approved BSD 3-Clause License. See accompanying\n# file Copyright.txt or https:\/\/cmake.org\/licensing for details.\n\ncmake_minimum_required(VERSION 3.5)\n\nfunction(check_file_hash has_hash hash_is_good)\n if(\"${has_hash}\" STREQUAL \"\")\n message(FATAL_ERROR \"has_hash Can't be empty\")\n endif()\n\n if(\"${hash_is_good}\" STREQUAL \"\")\n message(FATAL_ERROR \"hash_is_good Can't be empty\")\n endif()\n\n if(\"SHA256\" STREQUAL \"\")\n # No check\n set(\"${has_hash}\" FALSE PARENT_SCOPE)\n set(\"${hash_is_good}\" FALSE PARENT_SCOPE)\n return()\n endif()\n\n set(\"${has_hash}\" TRUE PARENT_SCOPE)\n\n message(STATUS \"verifying file...\n file='\/Users\/joaquin\/git\/entangled-develop\/download\/uthash_v2.1.0.tar.gz'\")\n\n file(\"SHA256\" \"\/Users\/joaquin\/git\/entangled-develop\/download\/uthash_v2.1.0.tar.gz\" actual_value)\n\n if(NOT \"${actual_value}\" STREQUAL \"152ccd8e64d0f495377232e3964d06c7ec8bb8c3fbd3217f8a5702614f9a669e\")\n set(\"${hash_is_good}\" FALSE PARENT_SCOPE)\n message(STATUS \"SHA256 hash of\n \/Users\/joaquin\/git\/entangled-develop\/download\/uthash_v2.1.0.tar.gz\n does not match expected value\n expected: '152ccd8e64d0f495377232e3964d06c7ec8bb8c3fbd3217f8a5702614f9a669e'\n actual: '${actual_value}'\")\n else()\n set(\"${hash_is_good}\" TRUE PARENT_SCOPE)\n endif()\nendfunction()\n\nfunction(sleep_before_download attempt)\n if(attempt EQUAL 0)\n return()\n endif()\n\n if(attempt EQUAL 1)\n message(STATUS \"Retrying...\")\n return()\n endif()\n\n set(sleep_seconds 0)\n\n if(attempt EQUAL 2)\n set(sleep_seconds 5)\n elseif(attempt EQUAL 3)\n set(sleep_seconds 5)\n elseif(attempt EQUAL 4)\n set(sleep_seconds 15)\n elseif(attempt EQUAL 5)\n set(sleep_seconds 60)\n elseif(attempt EQUAL 6)\n set(sleep_seconds 90)\n elseif(attempt EQUAL 7)\n set(sleep_seconds 300)\n else()\n set(sleep_seconds 1200)\n endif()\n\n message(STATUS \"Retry after ${sleep_seconds} seconds (attempt #${attempt}) ...\")\n\n execute_process(COMMAND \"${CMAKE_COMMAND}\" -E sleep \"${sleep_seconds}\")\nendfunction()\n\nif(\"\/Users\/joaquin\/git\/entangled-develop\/download\/uthash_v2.1.0.tar.gz\" STREQUAL \"\")\n message(FATAL_ERROR \"LOCAL can't be empty\")\nendif()\n\nif(\"https:\/\/github.com\/troydhanson\/uthash\/archive\/v2.1.0.tar.gz\" STREQUAL \"\")\n message(FATAL_ERROR \"REMOTE can't be empty\")\nendif()\n\nif(EXISTS \"\/Users\/joaquin\/git\/entangled-develop\/download\/uthash_v2.1.0.tar.gz\")\n check_file_hash(has_hash hash_is_good)\n if(has_hash)\n if(hash_is_good)\n message(STATUS \"File already exists and hash match (skip download):\n file='\/Users\/joaquin\/git\/entangled-develop\/download\/uthash_v2.1.0.tar.gz'\n SHA256='152ccd8e64d0f495377232e3964d06c7ec8bb8c3fbd3217f8a5702614f9a669e'\"\n )\n return()\n else()\n message(STATUS \"File already exists but hash mismatch. Removing...\")\n file(REMOVE \"\/Users\/joaquin\/git\/entangled-develop\/download\/uthash_v2.1.0.tar.gz\")\n endif()\n else()\n message(STATUS \"File already exists but no hash specified (use URL_HASH):\n file='\/Users\/joaquin\/git\/entangled-develop\/download\/uthash_v2.1.0.tar.gz'\nOld file will be removed and new file downloaded from URL.\"\n )\n file(REMOVE \"\/Users\/joaquin\/git\/entangled-develop\/download\/uthash_v2.1.0.tar.gz\")\n endif()\nendif()\n\nset(retry_number 5)\n\nmessage(STATUS \"Downloading...\n dst='\/Users\/joaquin\/git\/entangled-develop\/download\/uthash_v2.1.0.tar.gz'\n timeout='none'\"\n)\n\nforeach(i RANGE ${retry_number})\n sleep_before_download(${i})\n\n foreach(url https:\/\/github.com\/troydhanson\/uthash\/archive\/v2.1.0.tar.gz)\n message(STATUS \"Using src='${url}'\")\n\n \n \n \n \n\n file(\n DOWNLOAD\n \"${url}\" \"\/Users\/joaquin\/git\/entangled-develop\/download\/uthash_v2.1.0.tar.gz\"\n SHOW_PROGRESS\n # no TIMEOUT\n STATUS status\n LOG log\n \n \n )\n\n list(GET status 0 status_code)\n list(GET status 1 status_string)\n\n if(status_code EQUAL 0)\n check_file_hash(has_hash hash_is_good)\n if(has_hash AND NOT hash_is_good)\n message(STATUS \"Hash mismatch, removing...\")\n file(REMOVE \"\/Users\/joaquin\/git\/entangled-develop\/download\/uthash_v2.1.0.tar.gz\")\n else()\n message(STATUS \"Downloading... done\")\n return()\n endif()\n else()\n string(APPEND logFailedURLs \"error: downloading '${url}' failed\n status_code: ${status_code}\n status_string: ${status_string}\n log:\n --- LOG BEGIN ---\n ${log}\n --- LOG END ---\n \"\n )\n endif()\n endforeach()\nendforeach()\n\nmessage(FATAL_ERROR \"Each download failed!\n ${logFailedURLs}\n \"\n)\n","avg_line_length":28.1226993865,"max_line_length":103,"alphanum_fraction":0.6891361257} +{"size":1045,"ext":"cmake","lang":"CMake","max_stars_count":15.0,"content":"# Install script for directory: \/Users\/silence\/Documents\/Github\/Me\/iOS-Reverse\/llvm\/Source\/llvm\/examples\/SpeculativeJIT\n\n# Set the install prefix\nif(NOT DEFINED CMAKE_INSTALL_PREFIX)\n set(CMAKE_INSTALL_PREFIX \"\/usr\/local\")\nendif()\nstring(REGEX REPLACE \"\/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")\n\n# Set the install configuration name.\nif(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n if(BUILD_TYPE)\n string(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\n CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\n else()\n set(CMAKE_INSTALL_CONFIG_NAME \"Release\")\n endif()\n message(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\nendif()\n\n# Set the component getting installed.\nif(NOT CMAKE_INSTALL_COMPONENT)\n if(COMPONENT)\n message(STATUS \"Install component: \\\"${COMPONENT}\\\"\")\n set(CMAKE_INSTALL_COMPONENT \"${COMPONENT}\")\n else()\n set(CMAKE_INSTALL_COMPONENT)\n endif()\nendif()\n\n# Is this installation the result of a crosscompile?\nif(NOT DEFINED CMAKE_CROSSCOMPILING)\n set(CMAKE_CROSSCOMPILING \"FALSE\")\nendif()\n\n","avg_line_length":29.8571428571,"max_line_length":119,"alphanum_fraction":0.7473684211} +{"size":3472,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# Generated by CMake\n\nif(\"${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}\" LESS 2.5)\n message(FATAL_ERROR \"CMake >= 2.6.0 required\")\nendif()\ncmake_policy(PUSH)\ncmake_policy(VERSION 2.6...3.17)\n#----------------------------------------------------------------\n# Generated CMake target import file.\n#----------------------------------------------------------------\n\n# Commands may need to know the format version.\nset(CMAKE_IMPORT_FILE_VERSION 1)\n\n# Protect against multiple inclusion, which would fail when already imported targets are added once more.\nset(_targetsDefined)\nset(_targetsNotDefined)\nset(_expectedTargets)\nforeach(_expectedTarget Asio::Asio)\n list(APPEND _expectedTargets ${_expectedTarget})\n if(NOT TARGET ${_expectedTarget})\n list(APPEND _targetsNotDefined ${_expectedTarget})\n endif()\n if(TARGET ${_expectedTarget})\n list(APPEND _targetsDefined ${_expectedTarget})\n endif()\nendforeach()\nif(\"${_targetsDefined}\" STREQUAL \"${_expectedTargets}\")\n unset(_targetsDefined)\n unset(_targetsNotDefined)\n unset(_expectedTargets)\n set(CMAKE_IMPORT_FILE_VERSION)\n cmake_policy(POP)\n return()\nendif()\nif(NOT \"${_targetsDefined}\" STREQUAL \"\")\n message(FATAL_ERROR \"Some (but not all) targets in this export set were already defined.\\nTargets Defined: ${_targetsDefined}\\nTargets not yet defined: ${_targetsNotDefined}\\n\")\nendif()\nunset(_targetsDefined)\nunset(_targetsNotDefined)\nunset(_expectedTargets)\n\n\n# Compute the installation prefix relative to this file.\nget_filename_component(_IMPORT_PREFIX \"${CMAKE_CURRENT_LIST_FILE}\" PATH)\nget_filename_component(_IMPORT_PREFIX \"${_IMPORT_PREFIX}\" PATH)\nget_filename_component(_IMPORT_PREFIX \"${_IMPORT_PREFIX}\" PATH)\nif(_IMPORT_PREFIX STREQUAL \"\/\")\n set(_IMPORT_PREFIX \"\")\nendif()\n\n# Create imported target Asio::Asio\nadd_library(Asio::Asio INTERFACE IMPORTED)\n\nset_target_properties(Asio::Asio PROPERTIES\n INTERFACE_COMPILE_DEFINITIONS \"ASIO_STANDALONE;_SILENCE_CXX17_ALLOCATOR_VOID_DEPRECATION_WARNING;_WIN32_WINNT=0x0601\"\n INTERFACE_COMPILE_FEATURES \"cxx_std_17\"\n INTERFACE_INCLUDE_DIRECTORIES \"${_IMPORT_PREFIX}\/include\"\n)\n\nif(CMAKE_VERSION VERSION_LESS 3.0.0)\n message(FATAL_ERROR \"This file relies on consumers using CMake 3.0.0 or greater.\")\nendif()\n\n# Load information for each installed configuration.\nget_filename_component(_DIR \"${CMAKE_CURRENT_LIST_FILE}\" PATH)\nfile(GLOB CONFIG_FILES \"${_DIR}\/AsioTargets-*.cmake\")\nforeach(f ${CONFIG_FILES})\n include(${f})\nendforeach()\n\n# Cleanup temporary variables.\nset(_IMPORT_PREFIX)\n\n# Loop over all imported files and verify that they actually exist\nforeach(target ${_IMPORT_CHECK_TARGETS} )\n foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} )\n if(NOT EXISTS \"${file}\" )\n message(FATAL_ERROR \"The imported target \\\"${target}\\\" references the file\n \\\"${file}\\\"\nbut this file does not exist. Possible reasons include:\n* The file was deleted, renamed, or moved to another location.\n* An install or uninstall procedure did not complete successfully.\n* The installation package was faulty and contained\n \\\"${CMAKE_CURRENT_LIST_FILE}\\\"\nbut not all the files it references.\n\")\n endif()\n endforeach()\n unset(_IMPORT_CHECK_FILES_FOR_${target})\nendforeach()\nunset(_IMPORT_CHECK_TARGETS)\n\n# This file does not depend on other imported targets which have\n# been exported from the same project but in a separate export set.\n\n# Commands beyond this point should not need to know the version.\nset(CMAKE_IMPORT_FILE_VERSION)\ncmake_policy(POP)\n","avg_line_length":34.72,"max_line_length":179,"alphanum_fraction":0.7537442396} +{"size":2611,"ext":"cmake","lang":"CMake","max_stars_count":1.0,"content":"#\n# Convert a file (text or binary) into an assembler source file suitable\n# for gcc. Designed to replicate 'objcopy' with more predictable\n# naming, and supports appending a null byte for embedding text as\n# a string.\n#\n# Designed to be run as a script with \"cmake -P\"\n#\n# Set variables DATA_FILE, SOURCE_FILE, FILE_TYPE when running this.\n#\n# If FILE_TYPE is set to TEXT, a null byte is appended to DATA_FILE's contents\n# before SOURCE_FILE is created.\n#\n# If FILE_TYPE is unset (or any other value), DATA_FILE is copied\n# verbatim into SOURCE_FILE.\n#\n#\nif(NOT DATA_FILE)\n message(FATAL_ERROR \"DATA_FILE for converting must be specified\")\nendif()\n\nif(NOT SOURCE_FILE)\n message(FATAL_ERROR \"SOURCE_FILE destination must be specified\")\nendif()\n\nfile(READ \"${DATA_FILE}\" data HEX)\n\nstring(LENGTH \"${data}\" data_len)\nmath(EXPR data_len \"${data_len} \/ 2\") # 2 hex bytes per byte\n\nif(FILE_TYPE STREQUAL \"TEXT\")\n set(data \"${data}00\") # null-byte termination\nendif()\n\n## Convert string of raw hex bytes to lines of hex bytes as gcc .byte expressions\nstring(REGEX REPLACE \"................................\" \".byte \\\\0\\n\" data \"${data}\") # 16 bytes per line\nstring(REGEX REPLACE \"[^\\n]+$\" \".byte \\\\0\\n\" data \"${data}\") # last line\nstring(REGEX REPLACE \"[0-9a-f][0-9a-f]\" \"0x\\\\0, \" data \"${data}\") # hex formatted C bytes\nstring(REGEX REPLACE \", \\n\" \"\\n\" data \"${data}\") # trim the last comma\n\n## Come up with C-friendly symbol name based on source file\nget_filename_component(source_filename \"${DATA_FILE}\" NAME)\nstring(MAKE_C_IDENTIFIER \"${source_filename}\" varname)\n\nfunction(append str)\n file(APPEND \"${SOURCE_FILE}\" \"${str}\")\nendfunction()\n\nfunction(append_line str)\n append(\"${str}\\n\")\nendfunction()\n\nfunction(append_identifier symbol)\nappend_line(\"\\n.global ${symbol}\")\nappend(\"${symbol}:\")\nif(${ARGC} GREATER 1) # optional comment\n append(\" \/* ${ARGV1} *\/\")\nendif()\nappend(\"\\n\")\nendfunction()\n\nfile(WRITE \"${SOURCE_FILE}\" \"\/*\")\nappend_line(\" * Data converted from ${DATA_FILE}\")\nif(FILE_TYPE STREQUAL \"TEXT\")\n append_line(\" * (null byte appended)\")\nendif()\nappend_line(\" *\/\")\n\nappend_line(\".data\")\nappend_identifier(\"${varname}\")\nappend_identifier(\"_binary_${varname}_start\" \"for objcopy compatibility\")\nappend(\"${data}\")\n\nappend_identifier(\"_binary_${varname}_end\" \"for objcopy compatibility\")\n\nappend_line(\"\")\nif(FILE_TYPE STREQUAL \"TEXT\")\n append_identifier(\"${varname}_length\" \"not including null byte\")\nelse()\n append_identifier(\"${varname}_length\")\nendif()\nappend_line(\".word ${data_len}\")\n","avg_line_length":31.4578313253,"max_line_length":110,"alphanum_fraction":0.6786671773} +{"size":2085,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"#----------------------------------------------------------------\r\n# Generated CMake target import file for configuration \"Release\".\r\n#----------------------------------------------------------------\r\n\r\n# Commands may need to know the format version.\r\nset(CMAKE_IMPORT_FILE_VERSION 1)\r\n\r\n# Import target \"openjp2\" for configuration \"Release\"\r\nset_property(TARGET openjp2 APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)\r\nset_target_properties(openjp2 PROPERTIES\r\n IMPORTED_IMPLIB_RELEASE \"${_IMPORT_PREFIX}\/lib\/openjp2.lib\"\r\n IMPORTED_LOCATION_RELEASE \"${_IMPORT_PREFIX}\/bin\/openjp2.dll\"\r\n )\r\n\r\nlist(APPEND _IMPORT_CHECK_TARGETS openjp2 )\r\nlist(APPEND _IMPORT_CHECK_FILES_FOR_openjp2 \"${_IMPORT_PREFIX}\/lib\/openjp2.lib\" \"${_IMPORT_PREFIX}\/bin\/openjp2.dll\" )\r\n\r\n# Import target \"opj_decompress\" for configuration \"Release\"\r\nset_property(TARGET opj_decompress APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)\r\nset_target_properties(opj_decompress PROPERTIES\r\n IMPORTED_LOCATION_RELEASE \"${_IMPORT_PREFIX}\/bin\/opj_decompress.exe\"\r\n )\r\n\r\nlist(APPEND _IMPORT_CHECK_TARGETS opj_decompress )\r\nlist(APPEND _IMPORT_CHECK_FILES_FOR_opj_decompress \"${_IMPORT_PREFIX}\/bin\/opj_decompress.exe\" )\r\n\r\n# Import target \"opj_compress\" for configuration \"Release\"\r\nset_property(TARGET opj_compress APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)\r\nset_target_properties(opj_compress PROPERTIES\r\n IMPORTED_LOCATION_RELEASE \"${_IMPORT_PREFIX}\/bin\/opj_compress.exe\"\r\n )\r\n\r\nlist(APPEND _IMPORT_CHECK_TARGETS opj_compress )\r\nlist(APPEND _IMPORT_CHECK_FILES_FOR_opj_compress \"${_IMPORT_PREFIX}\/bin\/opj_compress.exe\" )\r\n\r\n# Import target \"opj_dump\" for configuration \"Release\"\r\nset_property(TARGET opj_dump APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)\r\nset_target_properties(opj_dump PROPERTIES\r\n IMPORTED_LOCATION_RELEASE \"${_IMPORT_PREFIX}\/bin\/opj_dump.exe\"\r\n )\r\n\r\nlist(APPEND _IMPORT_CHECK_TARGETS opj_dump )\r\nlist(APPEND _IMPORT_CHECK_FILES_FOR_opj_dump \"${_IMPORT_PREFIX}\/bin\/opj_dump.exe\" )\r\n\r\n# Commands beyond this point should not need to know the version.\r\nset(CMAKE_IMPORT_FILE_VERSION)\r\n","avg_line_length":44.3617021277,"max_line_length":118,"alphanum_fraction":0.7649880096} +{"size":6393,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# Locate SDL2 library\n# This module defines\n# SDL2_LIBRARY, the name of the library to link against\n# SDL2_FOUND, if false, do not try to link to SDL2\n# SDL2_INCLUDE_DIR, where to find SDL.h\n#\n# This module responds to the the flag:\n# SDL2_BUILDING_LIBRARY\n# If this is defined, then no SDL2main will be linked in because\n# only applications need main().\n# Otherwise, it is assumed you are building an application and this\n# module will attempt to locate and set the the proper link flags\n# as part of the returned SDL2_LIBRARY variable.\n#\n# Don't forget to include SDLmain.h and SDLmain.m your project for the\n# OS X framework based version. (Other versions link to -lSDL2main which\n# this module will try to find on your behalf.) Also for OS X, this\n# module will automatically add the -framework Cocoa on your behalf.\n#\n#\n# Additional Note: If you see an empty SDL2_LIBRARY_TEMP in your configuration\n# and no SDL2_LIBRARY, it means CMake did not find your SDL2 library\n# (SDL2.dll, libsdl2.so, SDL2.framework, etc).\n# Set SDL2_LIBRARY_TEMP to point to your SDL2 library, and configure again.\n# Similarly, if you see an empty SDL2MAIN_LIBRARY, you should set this value\n# as appropriate. These values are used to generate the final SDL2_LIBRARY\n# variable, but when these values are unset, SDL2_LIBRARY does not get created.\n#\n#\n# $SDL2DIR is an environment variable that would\n# correspond to the .\/configure --prefix=$SDL2DIR\n# used in building SDL2.\n# l.e.galup 9-20-02\n#\n# Modified by Eric Wing.\n# Added code to assist with automated building by using environmental variables\n# and providing a more controlled\/consistent search behavior.\n# Added new modifications to recognize OS X frameworks and\n# additional Unix paths (FreeBSD, etc).\n# Also corrected the header search path to follow \"proper\" SDL guidelines.\n# Added a search for SDL2main which is needed by some platforms.\n# Added a search for threads which is needed by some platforms.\n# Added needed compile switches for MinGW.\n#\n# On OSX, this will prefer the Framework version (if found) over others.\n# People will have to manually change the cache values of\n# SDL2_LIBRARY to override this selection or set the CMake environment\n# CMAKE_INCLUDE_PATH to modify the search paths.\n#\n# Note that the header path has changed from SDL2\/SDL.h to just SDL.h\n# This needed to change because \"proper\" SDL convention\n# is #include \"SDL.h\", not . This is done for portability\n# reasons because not all systems place things in SDL2\/ (see FreeBSD).\n\n#=============================================================================\n# Copyright 2003-2009 Kitware, Inc.\n#\n# Distributed under the OSI-approved BSD License (the \"License\");\n# see accompanying file Copyright.txt for details.\n#\n# This software is distributed WITHOUT ANY WARRANTY; without even the\n# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n# See the License for more information.\n#=============================================================================\n# (To distribute this file outside of CMake, substitute the full\n# License text for the above reference.)\n\nSET(SDL2_SEARCH_PATHS\n ~\/Library\/Frameworks\n \/Library\/Frameworks\n \/usr\/local\n \/usr\n \/sw # Fink\n \/opt\/local # DarwinPorts\n \/opt\/csw # Blastwave\n \/opt\n)\n\nFIND_PATH(SDL2_INCLUDE_DIR SDL.h\n HINTS\n $ENV{SDL2DIR}\n PATH_SUFFIXES include\/SDL2 include\n PATHS ${SDL2_SEARCH_PATHS}\n)\n\nFIND_LIBRARY(SDL2_LIBRARY_TEMP\n NAMES SDL2\n HINTS\n $ENV{SDL2DIR}\n PATH_SUFFIXES lib64 lib\n PATHS ${SDL2_SEARCH_PATHS}\n)\n\nIF(NOT SDL2_BUILDING_LIBRARY)\n IF(NOT ${SDL2_INCLUDE_DIR} MATCHES \".framework\")\n # Non-OS X framework versions expect you to also dynamically link to\n # SDL2main. This is mainly for Windows and OS X. Other (Unix) platforms\n # seem to provide SDL2main for compatibility even though they don't\n # necessarily need it.\n FIND_LIBRARY(SDL2MAIN_LIBRARY\n NAMES SDL2main\n HINTS\n $ENV{SDL2DIR}\n PATH_SUFFIXES lib64 lib\n PATHS ${SDL2_SEARCH_PATHS}\n )\n ENDIF(NOT ${SDL2_INCLUDE_DIR} MATCHES \".framework\")\nENDIF(NOT SDL2_BUILDING_LIBRARY)\n\n# SDL2 may require threads on your system.\n# The Apple build may not need an explicit flag because one of the\n# frameworks may already provide it.\n# But for non-OSX systems, I will use the CMake Threads package.\nIF(NOT APPLE)\n FIND_PACKAGE(Threads)\nENDIF(NOT APPLE)\n\n# MinGW needs an additional library, mwindows\n# It's total link flags should look like -lmingw32 -lSDL2main -lSDL2 -lmwindows\n# (Actually on second look, I think it only needs one of the m* libraries.)\nIF(MINGW)\n SET(MINGW32_LIBRARY mingw32 CACHE STRING \"mwindows for MinGW\")\nENDIF(MINGW)\n\nIF(SDL2_LIBRARY_TEMP)\n # For SDL2main\n IF(NOT SDL2_BUILDING_LIBRARY)\n IF(SDL2MAIN_LIBRARY)\n SET(SDL2_LIBRARY_TEMP ${SDL2MAIN_LIBRARY} ${SDL2_LIBRARY_TEMP})\n ENDIF(SDL2MAIN_LIBRARY)\n ENDIF(NOT SDL2_BUILDING_LIBRARY)\n\n # For OS X, SDL2 uses Cocoa as a backend so it must link to Cocoa.\n # CMake doesn't display the -framework Cocoa string in the UI even\n # though it actually is there if I modify a pre-used variable.\n # I think it has something to do with the CACHE STRING.\n # So I use a temporary variable until the end so I can set the\n # \"real\" variable in one-shot.\n IF(APPLE)\n SET(SDL2_LIBRARY_TEMP ${SDL2_LIBRARY_TEMP} \"-framework Cocoa\")\n ENDIF(APPLE)\n\n # For threads, as mentioned Apple doesn't need this.\n # In fact, there seems to be a problem if I used the Threads package\n # and try using this line, so I'm just skipping it entirely for OS X.\n IF(NOT APPLE)\n SET(SDL2_LIBRARY_TEMP ${SDL2_LIBRARY_TEMP} ${CMAKE_THREAD_LIBS_INIT})\n ENDIF(NOT APPLE)\n\n # For MinGW library\n IF(MINGW)\n SET(SDL2_LIBRARY_TEMP ${MINGW32_LIBRARY} ${SDL2_LIBRARY_TEMP})\n ENDIF(MINGW)\n\n # Set the final string here so the GUI reflects the final state.\n SET(SDL2_LIBRARY ${SDL2_LIBRARY_TEMP} CACHE STRING \"Where the SDL2 Library can be found\")\n # Set the temp variable to INTERNAL so it is not seen in the CMake GUI\n SET(SDL2_LIBRARY_TEMP \"${SDL2_LIBRARY_TEMP}\" CACHE INTERNAL \"\")\nENDIF(SDL2_LIBRARY_TEMP)\n\nINCLUDE(FindPackageHandleStandardArgs)\n\nFIND_PACKAGE_HANDLE_STANDARD_ARGS(SDL2 REQUIRED_VARS SDL2_LIBRARY SDL2_INCLUDE_DIR)\n\n","avg_line_length":38.7454545455,"max_line_length":93,"alphanum_fraction":0.7204755201} +{"size":1550,"ext":"cmake","lang":"CMake","max_stars_count":1.0,"content":"# Install script for directory: \/home\/jeanfrancois\/Developpement\/c++\/Drive_utilities\n\n# Set the install prefix\nif(NOT DEFINED CMAKE_INSTALL_PREFIX)\n set(CMAKE_INSTALL_PREFIX \"\/usr\/local\")\nendif()\nstring(REGEX REPLACE \"\/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")\n\n# Set the install configuration name.\nif(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n if(BUILD_TYPE)\n string(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\n CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\n else()\n set(CMAKE_INSTALL_CONFIG_NAME \"\")\n endif()\n message(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\nendif()\n\n# Set the component getting installed.\nif(NOT CMAKE_INSTALL_COMPONENT)\n if(COMPONENT)\n message(STATUS \"Install component: \\\"${COMPONENT}\\\"\")\n set(CMAKE_INSTALL_COMPONENT \"${COMPONENT}\")\n else()\n set(CMAKE_INSTALL_COMPONENT)\n endif()\nendif()\n\n# Install shared libraries without execute permission?\nif(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)\n set(CMAKE_INSTALL_SO_NO_EXE \"1\")\nendif()\n\n# Is this installation the result of a crosscompile?\nif(NOT DEFINED CMAKE_CROSSCOMPILING)\n set(CMAKE_CROSSCOMPILING \"FALSE\")\nendif()\n\nif(CMAKE_INSTALL_COMPONENT)\n set(CMAKE_INSTALL_MANIFEST \"install_manifest_${CMAKE_INSTALL_COMPONENT}.txt\")\nelse()\n set(CMAKE_INSTALL_MANIFEST \"install_manifest.txt\")\nendif()\n\nstring(REPLACE \";\" \"\\n\" CMAKE_INSTALL_MANIFEST_CONTENT\n \"${CMAKE_INSTALL_MANIFEST_FILES}\")\nfile(WRITE \"\/home\/jeanfrancois\/Developpement\/c++\/Drive_utilities\/${CMAKE_INSTALL_MANIFEST}\"\n \"${CMAKE_INSTALL_MANIFEST_CONTENT}\")\n","avg_line_length":31.0,"max_line_length":91,"alphanum_fraction":0.7619354839} +{"size":3135,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# Distributed under the OSI-approved BSD 3-Clause License. See accompanying\n# file Copyright.txt or https:\/\/cmake.org\/licensing for details.\n\n#[=======================================================================[.rst:\nCheckLinkerFlag\n---------------\n\n.. versionadded:: 3.18\n\nCheck whether the compiler supports a given link flag.\n\n.. command:: check_linker_flag\n\n .. code-block:: cmake\n\n check_linker_flag( )\n\nCheck that the link ```` is accepted by the ```` compiler without\na diagnostic. Stores the result in an internal cache entry named ````.\n\nThis command temporarily sets the ``CMAKE_REQUIRED_LINK_OPTIONS`` variable\nand calls the :command:`check_source_compiles` command from the\n:module:`CheckSourceCompiles` module. See that module's documentation\nfor a listing of variables that can otherwise modify the build.\n\nThe underlying implementation relies on the :prop_tgt:`LINK_OPTIONS` property\nto check the specified flag. The ``LINKER:`` prefix, as described in the\n:command:`target_link_options` command, can be used as well.\n\nA positive result from this check indicates only that the compiler did not\nissue a diagnostic message when given the link flag. Whether the flag has any\neffect or even a specific one is beyond the scope of this module.\n\n.. note::\n Since the :command:`try_compile` command forwards flags from variables\n like :variable:`CMAKE__FLAGS`, unknown flags in such variables may\n cause a false negative for this check.\n#]=======================================================================]\n\ninclude_guard(GLOBAL)\n\ninclude(CMakeCheckCompilerFlagCommonPatterns)\n\nfunction(CHECK_LINKER_FLAG _lang _flag _var)\n get_property(_supported_languages GLOBAL PROPERTY ENABLED_LANGUAGES)\n if(NOT _lang IN_LIST _supported_languages)\n message(SEND_ERROR \"check_linker_flag: ${_lang}: unknown language.\")\n return()\n endif()\n\n include(CheckSourceCompilesLocal)\n\n set(CMAKE_REQUIRED_LINK_OPTIONS \"${_flag}\")\n\n # Normalize locale during test compilation.\n set(_locale_vars LC_ALL LC_MESSAGES LANG)\n foreach(v IN LISTS _locale_vars)\n set(_locale_vars_saved_${v} \"$ENV{${v}}\")\n set(ENV{${v}} C)\n endforeach()\n\n if(_lang MATCHES \"^(C|CXX|NVCXX)$\")\n set(_source \"int main() { return 0; }\")\n elseif(\"${_lang}\" STREQUAL \"Fortran\")\n set(_source \" program test\\n stop\\n end program\")\n elseif(_lang MATCHES \"CUDA\")\n set(_source \"__host__ int main() { return 0; }\")\n elseif(_lang MATCHES \"HIP\")\n set(_source \"__host__ int main() { return 0; }\")\n elseif(_lang MATCHES \"^(OBJC|OBJCXX)$\")\n set(_source \"#ifndef __OBJC__\\n# error \\\"Not an Objective-C++ compiler\\\"\\n#endif\\nint main(void) { return 0; }\")\n else()\n message(SEND_ERROR \"check_linker_flag: ${_lang}: unsupported language.\")\n return()\n endif()\n check_compiler_flag_common_patterns(_common_patterns)\n\n cmake_check_source_compiles_local(${_lang} \"${_source}\" ${_var} ${_common_patterns})\n\n foreach(v IN LISTS _locale_vars)\n set(ENV{${v}} ${_locale_vars_saved_${v}})\n endforeach()\n set(${_var}\n \"${${_var}}\"\n PARENT_SCOPE)\nendfunction()\n","avg_line_length":36.0344827586,"max_line_length":117,"alphanum_fraction":0.6940988836} +{"size":733,"ext":"cmake","lang":"CMake","max_stars_count":1.0,"content":"set(opencv_apps_MESSAGE_FILES \"msg\/Point2D.msg;msg\/Point2DStamped.msg;msg\/Point2DArray.msg;msg\/Point2DArrayStamped.msg;msg\/Rect.msg;msg\/RectArray.msg;msg\/RectArrayStamped.msg;msg\/Flow.msg;msg\/FlowStamped.msg;msg\/FlowArray.msg;msg\/FlowArrayStamped.msg;msg\/Size.msg;msg\/Face.msg;msg\/FaceArray.msg;msg\/FaceArrayStamped.msg;msg\/Line.msg;msg\/LineArray.msg;msg\/LineArrayStamped.msg;msg\/RotatedRect.msg;msg\/RotatedRectStamped.msg;msg\/RotatedRectArray.msg;msg\/RotatedRectArrayStamped.msg;msg\/Circle.msg;msg\/CircleArray.msg;msg\/CircleArrayStamped.msg;msg\/Moment.msg;msg\/MomentArray.msg;msg\/MomentArrayStamped.msg;msg\/Contour.msg;msg\/ContourArray.msg;msg\/ContourArrayStamped.msg\")\nset(opencv_apps_SERVICE_FILES \"srv\/FaceRecognitionTrain.srv\")\n","avg_line_length":244.3333333333,"max_line_length":670,"alphanum_fraction":0.8553888131} +{"size":5700,"ext":"cmake","lang":"CMake","max_stars_count":6.0,"content":"# Copyright (c) 2007-2012 Hartmut Kaiser\n# Copyright (c) 2011-2013 Thomas Heller\n# Copyright (c) 2007-2008 Chirag Dekate\n# Copyright (c) 2011 Bryce Lelbach\n# Copyright (c) 2011 Vinay C Amatya\n#\n# SPDX-License-Identifier: BSL-1.0\n# Distributed under the Boost Software License, Version 1.0. (See accompanying\n# file LICENSE_1_0.txt or copy at http:\/\/www.boost.org\/LICENSE_1_0.txt)\n\ninclude(HPXLocal_AddDefinitions)\n\n# In case find_package(HPX) is called multiple times\nif(NOT TARGET hpx_local_dependencies_allocator)\n\n if(NOT HPXLocal_WITH_MALLOC)\n set(HPXLocal_WITH_MALLOC\n CACHE\n STRING\n \"Use the specified allocator. Supported allocators are tcmalloc, jemalloc, tbbmalloc and system.\"\n ${DEFAULT_MALLOC}\n )\n set(allocator_error\n \"The default allocator for your system is ${DEFAULT_MALLOC}, but ${DEFAULT_MALLOC} could not be found. \"\n \"The system allocator has poor performance. As such ${DEFAULT_MALLOC} is a strong optional requirement. \"\n \"Being aware of the performance hit, you can override this default and get rid of this dependency by setting -DHPXLocal_WITH_MALLOC=system. \"\n \"Valid options for HPXLocal_WITH_MALLOC are: system, tcmalloc, jemalloc, mimalloc, tbbmalloc, and custom\"\n )\n else()\n set(allocator_error\n \"HPXLocal_WITH_MALLOC was set to ${HPXLocal_WITH_MALLOC}, but ${HPXLocal_WITH_MALLOC} could not be found. \"\n \"Valid options for HPXLocal_WITH_MALLOC are: system, tcmalloc, jemalloc, mimalloc, tbbmalloc, and custom\"\n )\n endif()\n\n string(TOUPPER \"${HPXLocal_WITH_MALLOC}\" HPXLocal_WITH_MALLOC_UPPER)\n\n add_library(hpx_local_dependencies_allocator INTERFACE IMPORTED)\n\n if(NOT HPXLocal_WITH_MALLOC_DEFAULT)\n\n # ##########################################################################\n # TCMALLOC\n if(\"${HPXLocal_WITH_MALLOC_UPPER}\" STREQUAL \"TCMALLOC\")\n find_package(TCMalloc)\n if(NOT TCMALLOC_LIBRARIES)\n hpx_local_error(${allocator_error})\n endif()\n\n target_link_libraries(\n hpx_local_dependencies_allocator INTERFACE ${TCMALLOC_LIBRARIES}\n )\n\n if(MSVC)\n target_compile_options(\n hpx_local_dependencies_allocator INTERFACE \/INCLUDE:__tcmalloc\n )\n endif()\n set(_use_custom_allocator TRUE)\n endif()\n\n # ##########################################################################\n # JEMALLOC\n if(\"${HPXLocal_WITH_MALLOC_UPPER}\" STREQUAL \"JEMALLOC\")\n find_package(Jemalloc)\n if(NOT JEMALLOC_LIBRARIES)\n hpx_local_error(${allocator_error})\n endif()\n target_include_directories(\n hpx_local_dependencies_allocator\n INTERFACE ${JEMALLOC_INCLUDE_DIR} ${JEMALLOC_ADDITIONAL_INCLUDE_DIR}\n )\n target_link_libraries(\n hpx_local_dependencies_allocator INTERFACE ${JEMALLOC_LIBRARIES}\n )\n endif()\n\n # ##########################################################################\n # MIMALLOC\n if(\"${HPXLocal_WITH_MALLOC_UPPER}\" STREQUAL \"MIMALLOC\")\n find_package(mimalloc 1.0)\n if(NOT mimalloc_FOUND)\n hpx_local_error(${allocator_error})\n endif()\n target_link_libraries(hpx_local_dependencies_allocator INTERFACE mimalloc)\n set(hpx_local_MALLOC_LIBRARY mimalloc)\n if(MSVC)\n target_compile_options(\n hpx_local_dependencies_allocator INTERFACE \/INCLUDE:mi_version\n )\n endif()\n set(_use_custom_allocator TRUE)\n endif()\n\n # ##########################################################################\n # TBBMALLOC\n if(\"${HPXLocal_WITH_MALLOC_UPPER}\" STREQUAL \"TBBMALLOC\")\n find_package(TBBmalloc)\n if(NOT TBBMALLOC_LIBRARY AND NOT TBBMALLOC_PROXY_LIBRARY)\n hpx_local_error(${allocator_error})\n endif()\n if(MSVC)\n target_compile_options(\n hpx_local_dependencies_allocator\n INTERFACE \/INCLUDE:__TBB_malloc_proxy\n )\n endif()\n target_link_libraries(\n hpx_local_dependencies_allocator INTERFACE ${TBBMALLOC_LIBRARY}\n ${TBBMALLOC_PROXY_LIBRARY}\n )\n endif()\n\n if(\"${HPXLocal_WITH_MALLOC_UPPER}\" STREQUAL \"CUSTOM\")\n set(_use_custom_allocator TRUE)\n endif()\n\n else()\n\n set(HPXLocal_WITH_MALLOC ${HPXLocal_WITH_MALLOC_DEFAULT})\n\n endif(NOT HPXLocal_WITH_MALLOC_DEFAULT)\n\n if(\"${HPXLocal_WITH_MALLOC_UPPER}\" MATCHES \"SYSTEM\")\n if(NOT MSVC)\n hpx_local_warn(\n \"HPX will perform poorly without tcmalloc, jemalloc, or mimalloc. See docs for more info.\"\n )\n endif()\n set(_use_custom_allocator FALSE)\n endif()\n\n hpx_local_info(\"Using ${HPXLocal_WITH_MALLOC} allocator.\")\n\n # Setup Intel amplifier\n if((NOT HPXLocal_WITH_APEX) AND HPXLocal_WITH_ITTNOTIFY)\n\n find_package(Amplifier)\n if(NOT AMPLIFIER_FOUND)\n hpx_local_error(\n \"Intel Amplifier could not be found and HPXLocal_WITH_ITTNOTIFY=On, please specify AMPLIFIER_ROOT to point to the root of your Amplifier installation\"\n )\n endif()\n\n hpx_local_add_config_define(HPX_HAVE_ITTNOTIFY 1)\n hpx_local_add_config_define(HPX_HAVE_THREAD_DESCRIPTION)\n endif()\n\n # convey selected allocator type to the build configuration\n if(NOT HPXLocal_FIND_PACKAGE)\n hpx_local_add_config_define(HPX_HAVE_MALLOC \"\\\"${HPXLocal_WITH_MALLOC}\\\"\")\n if(${HPXLocal_WITH_MALLOC} STREQUAL \"jemalloc\")\n if(NOT (\"${HPXLocal_WITH_JEMALLOC_PREFIX}\" STREQUAL \"\")\n AND NOT (\"${HPXLocal_WITH_JEMALLOC_PREFIX}x\" STREQUAL \"x\")\n )\n hpx_local_add_config_define(\n HPX_HAVE_JEMALLOC_PREFIX ${HPXLocal_WITH_JEMALLOC_PREFIX}\n )\n endif()\n endif()\n endif()\n\nendif()\n","avg_line_length":34.756097561,"max_line_length":158,"alphanum_fraction":0.6659649123} +{"size":754,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# CMAKE generated file: DO NOT EDIT!\n# Generated by \"Unix Makefiles\" Generator, CMake Version 3.16\n\n# Relative path conversion top directories.\nset(CMAKE_RELATIVE_PATH_TOP_SOURCE \"\/home\/ivan\/Git\/lab-07-asio-server-master\/cmake-build-debug\/_3rdParty\/Hunter\/toolchain\")\nset(CMAKE_RELATIVE_PATH_TOP_BINARY \"\/home\/ivan\/Git\/lab-07-asio-server-master\/cmake-build-debug\/_3rdParty\/Hunter\/toolchain\/_builds\")\n\n# Force unix paths in dependencies.\nset(CMAKE_FORCE_UNIX_PATHS 1)\n\n\n# The C and CXX include file regular expressions for this directory.\nset(CMAKE_C_INCLUDE_REGEX_SCAN \"^.*$\")\nset(CMAKE_C_INCLUDE_REGEX_COMPLAIN \"^$\")\nset(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})\nset(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})\n","avg_line_length":44.3529411765,"max_line_length":131,"alphanum_fraction":0.8209549072} +{"size":942,"ext":"cmake","lang":"CMake","max_stars_count":17.0,"content":"# The set of languages for which implicit dependencies are needed:\nSET(CMAKE_DEPENDS_LANGUAGES\n \"CXX\"\n )\n# The set of files for implicit dependencies of each language:\nSET(CMAKE_DEPENDS_CHECK_CXX\n \"\/usr\/src\/gtest\/src\/gtest_main.cc\" \"\/home\/raymond\/catkin_ws\/build\/gtest\/CMakeFiles\/gtest_main.dir\/src\/gtest_main.cc.o\"\n )\nSET(CMAKE_CXX_COMPILER_ID \"GNU\")\n\n# Preprocessor definitions for this target.\nSET(CMAKE_TARGET_DEFINITIONS\n \"GTEST_CREATE_SHARED_LIBRARY=1\"\n )\n\n# Targets to which this target links.\nSET(CMAKE_TARGET_LINKED_INFO_FILES\n \"\/home\/raymond\/catkin_ws\/build\/gtest\/CMakeFiles\/gtest.dir\/DependInfo.cmake\"\n )\n\n# The include file search paths:\nSET(CMAKE_C_TARGET_INCLUDE_PATH\n \"\/usr\/src\/gtest\/include\"\n \"\/usr\/src\/gtest\"\n )\nSET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})\nSET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})\nSET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})\n","avg_line_length":32.4827586207,"max_line_length":120,"alphanum_fraction":0.8089171975} +{"size":728,"ext":"cmake","lang":"CMake","max_stars_count":440.0,"content":"include(hunter_add_version)\ninclude(hunter_cacheable)\ninclude(hunter_cmake_args)\ninclude(hunter_download)\ninclude(hunter_pick_scheme)\n\nhunter_add_version(\n PACKAGE_NAME\n opusfile\n VERSION\n 0.12-p1\n URL\n \"https:\/\/github.com\/cpp-pm\/opusfile\/archive\/v0.12-p1.tar.gz\"\n SHA1\n 32d654a0cb6135022b81a25ee4aedc7ecaae3930\n)\n\nhunter_add_version(\n PACKAGE_NAME\n opusfile\n VERSION\n 0.12-p0\n URL\n \"https:\/\/github.com\/cpp-pm\/opusfile\/archive\/v0.12-p0.tar.gz\"\n SHA1\n 877447616c34b6dd7753ee1a883c713ca2f56773\n)\n\nhunter_cmake_args(\n opusfile\n CMAKE_ARGS\n BUILD_OPUSURL=OFF\n)\n\nhunter_pick_scheme(DEFAULT url_sha1_cmake)\nhunter_cacheable(opusfile)\nhunter_download(PACKAGE_NAME opusfile)\n","avg_line_length":19.1578947368,"max_line_length":64,"alphanum_fraction":0.7582417582} +{"size":465,"ext":"cmake","lang":"CMake","max_stars_count":5585.0,"content":"vcpkg_from_github(\r\n OUT_SOURCE_PATH SOURCE_PATH\r\n REPO eyalz800\/zpp_bits\r\n REF v.4.4.4\r\n SHA512 172300f1547b985702698d7f10ac5bd804421226a8c20b26b60608aaa10bf4f9682fd1a3e49e75c309c9cb30b888f623aa5eb7ace5705d85601a2c67c8829b3f\r\n HEAD_REF master\r\n)\r\n\r\nfile(INSTALL \"${SOURCE_PATH}\/zpp_bits.h\" DESTINATION \"${CURRENT_PACKAGES_DIR}\/include\")\r\n\r\nfile(INSTALL \"${SOURCE_PATH}\/LICENSE\" DESTINATION \"${CURRENT_PACKAGES_DIR}\/share\/${PORT}\" RENAME copyright)\r\n","avg_line_length":38.75,"max_line_length":140,"alphanum_fraction":0.7978494624} +{"size":1280,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# Install script for directory: \/Users\/samcervantes\/dev\/opencv-demo\/ch01\/DisplayImage2\n\n# Set the install prefix\nif(NOT DEFINED CMAKE_INSTALL_PREFIX)\n set(CMAKE_INSTALL_PREFIX \"\/usr\/local\")\nendif()\nstring(REGEX REPLACE \"\/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")\n\n# Set the install configuration name.\nif(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n if(BUILD_TYPE)\n string(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\n CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\n else()\n set(CMAKE_INSTALL_CONFIG_NAME \"\")\n endif()\n message(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\nendif()\n\n# Set the component getting installed.\nif(NOT CMAKE_INSTALL_COMPONENT)\n if(COMPONENT)\n message(STATUS \"Install component: \\\"${COMPONENT}\\\"\")\n set(CMAKE_INSTALL_COMPONENT \"${COMPONENT}\")\n else()\n set(CMAKE_INSTALL_COMPONENT)\n endif()\nendif()\n\nif(CMAKE_INSTALL_COMPONENT)\n set(CMAKE_INSTALL_MANIFEST \"install_manifest_${CMAKE_INSTALL_COMPONENT}.txt\")\nelse()\n set(CMAKE_INSTALL_MANIFEST \"install_manifest.txt\")\nendif()\n\nstring(REPLACE \";\" \"\\n\" CMAKE_INSTALL_MANIFEST_CONTENT\n \"${CMAKE_INSTALL_MANIFEST_FILES}\")\nfile(WRITE \"\/Users\/samcervantes\/dev\/opencv-demo\/ch01\/DisplayImage2\/${CMAKE_INSTALL_MANIFEST}\"\n \"${CMAKE_INSTALL_MANIFEST_CONTENT}\")\n","avg_line_length":32.0,"max_line_length":93,"alphanum_fraction":0.75390625} +{"size":1656,"ext":"cmake","lang":"CMake","max_stars_count":2.0,"content":"# Copyright (c) 2015, Ruslan Baratov\n# All rights reserved.\n\ninclude(hunter_generate_qt_5_5_info)\ninclude(hunter_generate_qt_5_6_info)\ninclude(hunter_test_string_not_empty)\ninclude(hunter_user_error)\n\n# See cmake\/projects\/Qt\/generate.sh\n\n# Notes:\n# * We need full list of dependencies on configuration step (see `qt-configure`)\n# hence the `depends_on` should contains implicit dependencies too\n# (dependencies of dependencies).\nfunction(\n hunter_generate_qt_info\n component_name\n skip_components_varname\n component_depends_on_varname\n nobuild_varname\n qt_version\n is_android\n is_win32\n)\n hunter_test_string_not_empty(\"${component_name}\")\n hunter_test_string_not_empty(\"${skip_components_varname}\")\n hunter_test_string_not_empty(\"${component_depends_on_varname}\")\n hunter_test_string_not_empty(\"${nobuild_varname}\")\n hunter_test_string_not_empty(\"${qt_version}\")\n\n if(qt_version MATCHES \"^5\\\\.5\\\\.\")\n hunter_generate_qt_5_5_info(\n \"${component_name}\"\n toskip\n depends_on\n \"${is_android}\"\n \"${is_win32}\"\n )\n elseif(qt_version MATCHES \"^5\\\\.6\\\\.\")\n hunter_generate_qt_5_6_info(\n \"${component_name}\"\n toskip\n depends_on\n \"${is_android}\"\n \"${is_win32}\"\n )\n else()\n hunter_user_error(\"Unexpected Qt version\")\n endif()\n\n set(\n nobuild\n \"qtwebkit\"\n \"qtwebengine\"\n \"qtwebview\"\n \"qtwinextras\"\n \"qtx11extras\"\n )\n\n set(\"${skip_components_varname}\" \"${toskip}\" PARENT_SCOPE)\n set(\"${component_depends_on_varname}\" \"${depends_on}\" PARENT_SCOPE)\n set(\"${nobuild_varname}\" \"${nobuild}\" PARENT_SCOPE)\nendfunction()\n","avg_line_length":25.875,"max_line_length":80,"alphanum_fraction":0.7010869565} +{"size":2484,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# The set of languages for which implicit dependencies are needed:\nset(CMAKE_DEPENDS_LANGUAGES\n \"CXX\"\n )\n# The set of files for implicit dependencies of each language:\nset(CMAKE_DEPENDS_CHECK_CXX\n \"\/Users\/dmushynska\/Desktop\/utag\/app\/main.cpp\" \"\/Users\/dmushynska\/Desktop\/utag\/build\/app\/CMakeFiles\/utag.dir\/main.cpp.o\"\n \"\/Users\/dmushynska\/Desktop\/utag\/build\/app\/utag_autogen\/mocs_compilation.cpp\" \"\/Users\/dmushynska\/Desktop\/utag\/build\/app\/CMakeFiles\/utag.dir\/utag_autogen\/mocs_compilation.cpp.o\"\n )\nset(CMAKE_CXX_COMPILER_ID \"AppleClang\")\n\n# Preprocessor definitions for this target.\nset(CMAKE_TARGET_DEFINITIONS_CXX\n \"QT_CORE_LIB\"\n \"QT_GUI_LIB\"\n \"QT_NO_DEBUG\"\n \"QT_WIDGETS_LIB\"\n )\n\n# The include file search paths:\nset(CMAKE_CXX_TARGET_INCLUDE_PATH\n \"app\"\n \"..\/app\"\n \"app\/utag_autogen\/include\"\n \"..\/app\/.\/src\"\n \"..\/app\/..\/build\/3dparty\/taglib\"\n \"..\/app\/..\/3dparty\/taglib\/taglib\/ape\"\n \"..\/app\/..\/3dparty\/taglib\/taglib\/asf\"\n \"..\/app\/..\/3dparty\/taglib\/taglib\/flac\"\n \"..\/app\/..\/3dparty\/taglib\/taglib\/it\"\n \"..\/app\/..\/3dparty\/taglib\/taglib\/mod\"\n \"..\/app\/..\/3dparty\/taglib\/taglib\/mp4\"\n \"..\/app\/..\/3dparty\/taglib\/taglib\/mpc\"\n \"..\/app\/..\/3dparty\/taglib\/taglib\/mpeg\"\n \"..\/app\/..\/3dparty\/taglib\/taglib\/mpeg\/id3v2\"\n \"..\/app\/..\/3dparty\/taglib\/taglib\/mpeg\/id3v2\/frames\"\n \"..\/app\/..\/3dparty\/taglib\/taglib\/ogg\"\n \"..\/app\/..\/3dparty\/taglib\/taglib\/riff\"\n \"..\/app\/..\/3dparty\/taglib\/taglib\/s3m\"\n \"..\/app\/..\/3dparty\/taglib\/taglib\/toolkit\"\n \"..\/app\/..\/3dparty\/taglib\/taglib\/trueaudio\"\n \"..\/app\/..\/3dparty\/taglib\/taglib\/wavpack\"\n \"..\/app\/..\/3dparty\/taglib\/taglib\/xm\"\n \"..\/app\/..\/3dparty\/taglib\/taglib\"\n \"\/Users\/dmushynska\/.brew\/opt\/qt\/lib\/QtCore.framework\"\n \"\/Users\/dmushynska\/.brew\/opt\/qt\/lib\/QtCore.framework\/Headers\"\n \"\/Users\/dmushynska\/.brew\/opt\/qt\/.\/mkspecs\/macx-clang\"\n \"\/Users\/dmushynska\/.brew\/opt\/qt\/lib\/QtWidgets.framework\"\n \"\/Users\/dmushynska\/.brew\/opt\/qt\/lib\/QtWidgets.framework\/Headers\"\n \"\/Users\/dmushynska\/.brew\/opt\/qt\/lib\/QtGui.framework\"\n \"\/Users\/dmushynska\/.brew\/opt\/qt\/lib\/QtGui.framework\/Headers\"\n \"\/Library\/Developer\/CommandLineTools\/SDKs\/MacOSX10.14.sdk\/System\/Library\/Frameworks\/OpenGL.framework\/Headers\"\n )\n\n# Targets to which this target links.\nset(CMAKE_TARGET_LINKED_INFO_FILES\n \"\/Users\/dmushynska\/Desktop\/utag\/build\/3dparty\/taglib\/taglib\/CMakeFiles\/tag.dir\/DependInfo.cmake\"\n \"\/Users\/dmushynska\/Desktop\/utag\/build\/app\/src\/CMakeFiles\/app.dir\/DependInfo.cmake\"\n )\n\n# Fortran module output directory.\nset(CMAKE_Fortran_TARGET_MODULE_DIR \"\")\n","avg_line_length":39.4285714286,"max_line_length":177,"alphanum_fraction":0.7347020934} +{"size":339,"ext":"cmake","lang":"CMake","max_stars_count":10.0,"content":"# CMake generated Testfile for \n# Source directory: \/usr\/src\/googletest\/googletest\n# Build directory: \/home\/arijitnoobstar\/UAVProjectileCatcher\/build\/hector_imu_attitude_to_tf\/gtest\/googlemock\/gtest\n# \n# This file includes the relevant testing commands required for \n# testing this directory and lists subdirectories to be tested as well.\n","avg_line_length":48.4285714286,"max_line_length":115,"alphanum_fraction":0.8230088496} +{"size":5006,"ext":"cmake","lang":"CMake","max_stars_count":971.0,"content":"#===============================================================================\n# Copyright 2018-2021 Intel Corporation\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# http:\/\/www.apache.org\/licenses\/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n#===============================================================================\n\n# Auxiliary build functions\n#===============================================================================\n\nif(utils_cmake_included)\n return()\nendif()\nset(utils_cmake_included true)\ninclude(\"cmake\/options.cmake\")\n\nif (\"${CMAKE_PROJECT_NAME}\" STREQUAL \"${PROJECT_NAME}\")\n set(DNNL_IS_MAIN_PROJECT TRUE)\nendif()\n\n# Common configuration for tests \/ test cases on Windows\nfunction(maybe_configure_windows_test name kind)\n if(WIN32 AND (NOT DNNL_BUILD_FOR_CI))\n string(REPLACE \";\" \"\\;\" PATH \"${CTESTCONFIG_PATH};$ENV{PATH}\")\n set_property(${kind} ${name} PROPERTY ENVIRONMENT \"PATH=${PATH}\")\n if(TARGET ${name} AND CMAKE_GENERATOR MATCHES \"Visual Studio\")\n configure_file(${PROJECT_SOURCE_DIR}\/cmake\/template.vcxproj.user\n ${name}.vcxproj.user @ONLY)\n endif()\n endif()\nendfunction()\n\n# Add test (aka add_test), but possibly appends an emulator\nfunction(add_dnnl_test name command)\n add_test(${name} ${DNNL_TARGET_EMULATOR} ${command} ${ARGN})\nendfunction()\n\n# Register new executable\/test\n# name -- name of the executable\n# srcs -- list of source, if many must be enclosed with \"\"\n# test -- \"test\" to mark executable as a test, \"\" otherwise\n# arg4 -- (optional) list of extra library dependencies\nfunction(register_exe name srcs test)\n add_executable(${name} ${srcs})\n target_link_libraries(${name} ${DNNL_LIBRARY_NAME} ${EXTRA_SHARED_LIBS} ${ARGV3})\n if(\"x${test}\" STREQUAL \"xtest\")\n add_dnnl_test(${name} ${name})\n maybe_configure_windows_test(${name} TEST)\n else()\n maybe_configure_windows_test(${name} TARGET)\n endif()\nendfunction()\n\n# Append to a variable\n# var = var + value\nmacro(append var value)\n set(${var} \"${${var}} ${value}\")\nendmacro()\n\n# Set variable depending on condition:\n# var = cond ? val_if_true : val_if_false\nmacro(set_ternary var condition val_if_true val_if_false)\n if (${condition})\n set(${var} \"${val_if_true}\")\n else()\n set(${var} \"${val_if_false}\")\n endif()\nendmacro()\n\n# Conditionally set a variable\n# if (cond) var = value\nmacro(set_if condition var value)\n if (${condition})\n set(${var} \"${value}\")\n endif()\nendmacro()\n\n# Conditionally append\n# if (cond) var = var + value\nmacro(append_if condition var value)\n if (${condition})\n append(${var} \"${value}\")\n endif()\nendmacro()\n\n# Append options for sycl host compiler\nmacro(append_host_compiler_options var opts)\n if(NOT DNNL_DPCPP_HOST_COMPILER STREQUAL \"DEFAULT\")\n if(${var} MATCHES \"-fsycl-host-compiler-options\")\n string(REGEX REPLACE\n \"(.*)(-fsycl-host-compiler-options=)\\\"(.*)\\\"(.*)\"\n \"\\\\1\\\\2\\\"\\\\3 ${opts}\\\"\\\\4\" ${var} ${${var}})\n else()\n append(${var} \"-fsycl-host-compiler-options=\\\"${opts}\\\"\")\n endif()\n endif()\nendmacro()\n\nmacro(include_directories_with_host_compiler)\n foreach(inc_dir ${ARGV})\n include_directories(${inc_dir})\n append_host_compiler_options(CMAKE_CXX_FLAGS \"-I${inc_dir}\")\n endforeach()\nendmacro()\n\nmacro(add_definitions_with_host_compiler)\n foreach(def ${ARGV})\n add_definitions(${def})\n append_host_compiler_options(CMAKE_CXX_FLAGS \"${def}\")\n endforeach()\nendmacro()\n\n# Append a path to path_list variable (Windows-only version)\nmacro(append_to_windows_path_list path_list path)\n file(TO_NATIVE_PATH \"${path}\" append_to_windows_path_list_tmp__)\n if(${path_list})\n set(${path_list}\n \"${${path_list}};${append_to_windows_path_list_tmp__}\")\n else()\n set(${path_list}\n \"${append_to_windows_path_list_tmp__}\")\n endif()\nendmacro()\n\nfunction(target_link_libraries_build target list)\n # Foreach is required for compatibility with 2.8.11 ways\n foreach(lib ${list})\n target_link_libraries(${target} LINK_PUBLIC\n \"$\")\n endforeach(lib)\nendfunction()\n\nfunction(target_link_libraries_install target list)\n # Foreach is required for compatibility with 2.8.11 ways\n foreach(lib ${list})\n get_filename_component(base \"${lib}\" NAME)\n target_link_libraries(${target} LINK_PUBLIC\n \"$\")\n endforeach(lib)\nendfunction()\n","avg_line_length":33.3733333333,"max_line_length":85,"alphanum_fraction":0.6440271674} +{"size":2353,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"include(InstallRequiredSystemLibraries)\n\n#install_directory_permissions( DIRECTORY usr\/${CMAKE_INSTALL_INCLUDEDIR}\/myeosio )\n\nset(CPACK_PACKAGE_CONTACT \"admin@myeosio.org\")\nset(CPACK_OUTPUT_FILE_PREFIX ${CMAKE_BINARY_DIR}\/packages)\nif(NOT DEFINED CMAKE_INSTALL_PREFIX)\n set(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}\/install)\nendif()\n\nSET(CPACK_PACKAGE_DIRECTORY \"${CMAKE_BINARY_DIR}\/install\")\nset(CPACK_PACKAGE_NAME \"MyEOSIO\")\nset(CPACK_PACKAGE_VENDOR \"myeosio.org\")\nset(CPACK_PACKAGE_VERSION_MAJOR \"${VERSION_MAJOR}\")\nset(CPACK_PACKAGE_VERSION_MINOR \"${VERSION_MINOR}\")\nset(CPACK_PACKAGE_VERSION_PATCH \"${VERSION_PATCH}\")\nset(CPACK_PACKAGE_VERSION \"${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}\")\nset(CPACK_PACKAGE_DESCRIPTION \"Software for the MyEOSIO network\")\nset(CPACK_PACKAGE_DESCRIPTION_SUMMARY \"Software for the MyEOSIO network\")\nset(CPACK_RESOURCE_FILE_LICENSE \"${CMAKE_CURRENT_SOURCE_DIR}\/LICENSE.txt\")\nset(CPACK_PACKAGE_INSTALL_DIRECTORY \"MyEOSIO ${CPACK_PACKAGE_VERSION}\")\n\nif(WIN32)\n set(CPACK_GENERATOR \"ZIP;NSIS\")\n set(CPACK_NSIS_EXECUTABLES_DIRECTORY .)\n set(CPACK_NSIS_PACKAGE_NAME \"MyEOSIO v${CPACK_PACKAGE_VERSION}\")\n set(CPACK_NSIS_DISPLAY_NAME \"${CPACK_NSIS_PACKAGE_NAME}\")\n set(CPACK_NSIS_DEFINES \" !define MUI_STARTMENUPAGE_DEFAULTFOLDER \\\\\\\"MyEOSIO\\\\\\\"\")\n # windows zip files usually don't have a single directory inside them, unix tgz usually do\n set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY 0)\nelseif(APPLE)\n set(CPACK_GENERATOR \"DragNDrop\")\nelse()\n set(CPACK_GENERATOR \"DEB\")\n set(CPACK_DEBIAN_PACKAGE_RELEASE 0)\n if(CMAKE_VERSION VERSION_GREATER 3.6.0) # Buggy in 3.5, behaves like VERSION_GREATER_EQUAL\n set(CPACK_DEBIAN_FILE_NAME \"DEB-DEFAULT\")\n else()\n string(TOLOWER ${CPACK_PACKAGE_NAME} CPACK_DEBIAN_PACKAGE_NAME)\n execute_process(COMMAND dpkg --print-architecture OUTPUT_VARIABLE CPACK_DEBIAN_PACKAGE_ARCHITECTURE OUTPUT_STRIP_TRAILING_WHITESPACE)\n SET(CPACK_PACKAGE_FILE_NAME ${CPACK_DEBIAN_PACKAGE_NAME}_${CPACK_PACKAGE_VERSION}-${CPACK_DEBIAN_PACKAGE_RELEASE}_${CPACK_DEBIAN_PACKAGE_ARCHITECTURE})\n endif()\n set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)\n set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY TRUE)\n set(CPACK_DEBIAN_PACKAGE_CONTROL_STRICT_PERMISSION TRUE)\n set(CPACK_DEBIAN_PACKAGE_HOMEPAGE \"https:\/\/github.com\/myeosio\/myeosio\")\nendif()\n\ninclude(CPack)\n","avg_line_length":47.06,"max_line_length":155,"alphanum_fraction":0.8274543136} +{"size":6390,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# The set of languages for which implicit dependencies are needed:\nSET(CMAKE_DEPENDS_LANGUAGES\n \"C\"\n )\n# The set of files for implicit dependencies of each language:\nSET(CMAKE_DEPENDS_CHECK_C\n \"\/root\/share\/fluent-bit\/plugins\/in_exec\/in_exec.c\" \"\/root\/share\/fluent-bit\/bin\/plugins\/in_exec\/CMakeFiles\/flb-plugin-in_exec.dir\/in_exec.c.o\"\n )\nSET(CMAKE_C_COMPILER_ID \"GNU\")\n\n# Preprocessor definitions for this target.\nSET(CMAKE_TARGET_DEFINITIONS\n \"FLB_HAVE_ACCEPT4\"\n \"FLB_HAVE_C_TLS\"\n \"FLB_HAVE_FLUSH_LIBCO\"\n \"FLB_HAVE_FORK\"\n \"FLB_HAVE_INOTIFY\"\n \"FLB_HAVE_JEMALLOC\"\n \"FLB_HAVE_LIBBACKTRACE\"\n \"FLB_HAVE_PROXY_GO\"\n \"FLB_HAVE_REGEX\"\n \"FLB_HAVE_SQLDB\"\n \"FLB_HAVE_TLS\"\n \"JEMALLOC_MANGLE\"\n \"JSMN_PARENT_LINKS\"\n \"JSMN_STRICT\"\n )\n\n# Targets to which this target links.\nSET(CMAKE_TARGET_LINKED_INFO_FILES\n \"\/root\/share\/fluent-bit\/bin\/src\/CMakeFiles\/fluent-bit-static.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/lib\/msgpack-2.1.3\/CMakeFiles\/msgpackc-static.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/in_cpu\/CMakeFiles\/flb-plugin-in_cpu.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/in_mem\/CMakeFiles\/flb-plugin-in_mem.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/in_kmsg\/CMakeFiles\/flb-plugin-in_kmsg.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/in_tail\/CMakeFiles\/flb-plugin-in_tail.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/in_proc\/CMakeFiles\/flb-plugin-in_proc.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/in_disk\/CMakeFiles\/flb-plugin-in_disk.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/in_netif\/CMakeFiles\/flb-plugin-in_netif.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/in_dummy\/CMakeFiles\/flb-plugin-in_dummy.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/in_head\/CMakeFiles\/flb-plugin-in_head.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/in_health\/CMakeFiles\/flb-plugin-in_health.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/in_serial\/CMakeFiles\/flb-plugin-in_serial.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/in_stdin\/CMakeFiles\/flb-plugin-in_stdin.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/in_tcp\/CMakeFiles\/flb-plugin-in_tcp.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/in_mqtt\/CMakeFiles\/flb-plugin-in_mqtt.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/in_lib\/CMakeFiles\/flb-plugin-in_lib.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/in_forward\/CMakeFiles\/flb-plugin-in_forward.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/in_random\/CMakeFiles\/flb-plugin-in_random.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/in_syslog\/CMakeFiles\/flb-plugin-in_syslog.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/out_counter\/CMakeFiles\/flb-plugin-out_counter.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/out_es\/CMakeFiles\/flb-plugin-out_es.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/out_exit\/CMakeFiles\/flb-plugin-out_exit.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/out_file\/CMakeFiles\/flb-plugin-out_file.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/out_forward\/CMakeFiles\/flb-plugin-out_forward.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/out_http\/CMakeFiles\/flb-plugin-out_http.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/out_influxdb\/CMakeFiles\/flb-plugin-out_influxdb.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/out_kafka_rest\/CMakeFiles\/flb-plugin-out_kafka_rest.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/out_nats\/CMakeFiles\/flb-plugin-out_nats.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/out_null\/CMakeFiles\/flb-plugin-out_null.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/out_plot\/CMakeFiles\/flb-plugin-out_plot.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/out_splunk\/CMakeFiles\/flb-plugin-out_splunk.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/out_stdout\/CMakeFiles\/flb-plugin-out_stdout.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/out_td\/CMakeFiles\/flb-plugin-out_td.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/out_lib\/CMakeFiles\/flb-plugin-out_lib.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/out_flowcounter\/CMakeFiles\/flb-plugin-out_flowcounter.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/filter_grep\/CMakeFiles\/flb-plugin-filter_grep.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/filter_stdout\/CMakeFiles\/flb-plugin-filter_stdout.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/filter_throttle\/CMakeFiles\/flb-plugin-filter_throttle.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/filter_kubernetes\/CMakeFiles\/flb-plugin-filter_kubernetes.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/filter_parser\/CMakeFiles\/flb-plugin-filter_parser.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/plugins\/filter_record_modifier\/CMakeFiles\/flb-plugin-filter_record_modifier.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/src\/proxy\/go\/CMakeFiles\/flb-plugin-proxy-go.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/lib\/mbedtls-2.8.0\/library\/CMakeFiles\/mbedtls.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/lib\/mbedtls-2.8.0\/library\/CMakeFiles\/mbedx509.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/lib\/mbedtls-2.8.0\/library\/CMakeFiles\/mbedcrypto.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/lib\/flb_libco\/CMakeFiles\/co.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/lib\/sqlite-amalgamation-3230000\/CMakeFiles\/sqlite3.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/lib\/jsmn\/CMakeFiles\/jsmn.dir\/DependInfo.cmake\"\n \"\/root\/share\/fluent-bit\/bin\/lib\/monkey\/mk_core\/CMakeFiles\/mk_core.dir\/DependInfo.cmake\"\n )\n\n# The include file search paths:\nSET(CMAKE_C_TARGET_INCLUDE_PATH\n \"..\/include\"\n \"..\/lib\"\n \"..\/lib\/flb_libco\"\n \"..\/lib\/sha1\"\n \"..\/lib\/msgpack-2.1.3\/include\"\n \"..\/lib\/monkey\/include\"\n \"..\/lib\/mbedtls-2.8.0\/include\"\n \"..\/lib\/sqlite-amalgamation-3230000\"\n \"include\"\n \"backtrace-prefix\/include\"\n \"lib\/msgpack-2.1.3\/include\"\n )\nSET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})\nSET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})\nSET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})\n","avg_line_length":63.9,"max_line_length":143,"alphanum_fraction":0.8006259781} +{"size":690,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# The set of languages for which implicit dependencies are needed:\nset(CMAKE_DEPENDS_LANGUAGES\n \"CXX\"\n )\n# The set of files for implicit dependencies of each language:\nset(CMAKE_DEPENDS_CHECK_CXX\n \"\/home\/aminul\/Documents\/soil_model_running\/res\/eigen-3.4.0\/test\/mapped_matrix.cpp\" \"\/home\/aminul\/Documents\/soil_model_running\/build\/compiled_eigen\/test\/CMakeFiles\/mapped_matrix_2.dir\/mapped_matrix.cpp.o\"\n )\nset(CMAKE_CXX_COMPILER_ID \"GNU\")\n\n# The include file search paths:\nset(CMAKE_CXX_TARGET_INCLUDE_PATH\n \"..\/res\/eigen-3.4.0\"\n )\n\n# Targets to which this target links.\nset(CMAKE_TARGET_LINKED_INFO_FILES\n )\n\n# Fortran module output directory.\nset(CMAKE_Fortran_TARGET_MODULE_DIR \"\")\n","avg_line_length":31.3636363636,"max_line_length":205,"alphanum_fraction":0.7985507246} +{"size":826,"ext":"cmake","lang":"CMake","max_stars_count":1.0,"content":"# The set of languages for which implicit dependencies are needed:\nset(CMAKE_DEPENDS_LANGUAGES\n \"CXX\"\n )\n# The set of files for implicit dependencies of each language:\nset(CMAKE_DEPENDS_CHECK_CXX\n \"\/usr\/src\/gtest\/src\/gtest_main.cc\" \"\/home\/neo\/ros\/gazebo_ws_1\/build\/gtest\/CMakeFiles\/gtest_main.dir\/src\/gtest_main.cc.o\"\n )\nset(CMAKE_CXX_COMPILER_ID \"GNU\")\n\n# Preprocessor definitions for this target.\nset(CMAKE_TARGET_DEFINITIONS_CXX\n \"GTEST_CREATE_SHARED_LIBRARY=1\"\n )\n\n# The include file search paths:\nset(CMAKE_CXX_TARGET_INCLUDE_PATH\n \"\/usr\/src\/gtest\/include\"\n \"\/usr\/src\/gtest\"\n )\n\n# Targets to which this target links.\nset(CMAKE_TARGET_LINKED_INFO_FILES\n \"\/home\/neo\/ros\/gazebo_ws_1\/build\/gtest\/CMakeFiles\/gtest.dir\/DependInfo.cmake\"\n )\n\n# Fortran module output directory.\nset(CMAKE_Fortran_TARGET_MODULE_DIR \"\")\n","avg_line_length":28.4827586207,"max_line_length":122,"alphanum_fraction":0.7881355932} +{"size":1963,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# Install script for directory: \/home\/yoshida\/carla\/Co-Simulation\/Sumo\/sumo-1.7.0\/src\/duarouter\n\n# Set the install prefix\nif(NOT DEFINED CMAKE_INSTALL_PREFIX)\n set(CMAKE_INSTALL_PREFIX \"\/usr\/local\")\nendif()\nstring(REGEX REPLACE \"\/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")\n\n# Set the install configuration name.\nif(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n if(BUILD_TYPE)\n string(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\n CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\n else()\n set(CMAKE_INSTALL_CONFIG_NAME \"Release\")\n endif()\n message(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\nendif()\n\n# Set the component getting installed.\nif(NOT CMAKE_INSTALL_COMPONENT)\n if(COMPONENT)\n message(STATUS \"Install component: \\\"${COMPONENT}\\\"\")\n set(CMAKE_INSTALL_COMPONENT \"${COMPONENT}\")\n else()\n set(CMAKE_INSTALL_COMPONENT)\n endif()\nendif()\n\n# Install shared libraries without execute permission?\nif(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)\n set(CMAKE_INSTALL_SO_NO_EXE \"1\")\nendif()\n\n# Is this installation the result of a crosscompile?\nif(NOT DEFINED CMAKE_CROSSCOMPILING)\n set(CMAKE_CROSSCOMPILING \"FALSE\")\nendif()\n\nif(\"x${CMAKE_INSTALL_COMPONENT}x\" STREQUAL \"xUnspecifiedx\" OR NOT CMAKE_INSTALL_COMPONENT)\n if(EXISTS \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}\/bin\/duarouter\" AND\n NOT IS_SYMLINK \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}\/bin\/duarouter\")\n file(RPATH_CHECK\n FILE \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}\/bin\/duarouter\"\n RPATH \"\")\n endif()\n file(INSTALL DESTINATION \"${CMAKE_INSTALL_PREFIX}\/bin\" TYPE EXECUTABLE FILES \"\/home\/yoshida\/carla\/Co-Simulation\/Sumo\/sumo-1.7.0\/bin\/duarouter\")\n if(EXISTS \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}\/bin\/duarouter\" AND\n NOT IS_SYMLINK \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}\/bin\/duarouter\")\n if(CMAKE_INSTALL_DO_STRIP)\n execute_process(COMMAND \"\/usr\/bin\/strip\" \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}\/bin\/duarouter\")\n endif()\n endif()\nendif()\n\n","avg_line_length":35.0535714286,"max_line_length":145,"alphanum_fraction":0.7447784004} +{"size":1134,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# Install script for directory: \/home\/zhouhua\/src\/Firmware\/src\/lib\/perf\n\n# Set the install prefix\nif(NOT DEFINED CMAKE_INSTALL_PREFIX)\n set(CMAKE_INSTALL_PREFIX \"\/usr\/local\")\nendif()\nstring(REGEX REPLACE \"\/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")\n\n# Set the install configuration name.\nif(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n if(BUILD_TYPE)\n string(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\n CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\n else()\n set(CMAKE_INSTALL_CONFIG_NAME \"Debug\")\n endif()\n message(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\nendif()\n\n# Set the component getting installed.\nif(NOT CMAKE_INSTALL_COMPONENT)\n if(COMPONENT)\n message(STATUS \"Install component: \\\"${COMPONENT}\\\"\")\n set(CMAKE_INSTALL_COMPONENT \"${COMPONENT}\")\n else()\n set(CMAKE_INSTALL_COMPONENT)\n endif()\nendif()\n\n# Install shared libraries without execute permission?\nif(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)\n set(CMAKE_INSTALL_SO_NO_EXE \"1\")\nendif()\n\n# Is this installation the result of a crosscompile?\nif(NOT DEFINED CMAKE_CROSSCOMPILING)\n set(CMAKE_CROSSCOMPILING \"FALSE\")\nendif()\n\n","avg_line_length":28.35,"max_line_length":76,"alphanum_fraction":0.7486772487} +{"size":2644,"ext":"cmake","lang":"CMake","max_stars_count":4.0,"content":"# Copyright (c) 2018-2019 Intel Corporation\n#\n# Permission is hereby granted, free of charge, to any person obtaining a copy\n# of this software and associated documentation files (the \"Software\"), to deal\n# in the Software without restriction, including without limitation the rights\n# to use, copy, modify, merge, publish, distribute, sublicense, and\/or sell\n# copies of the Software, and to permit persons to whom the Software is\n# furnished to do so, subject to the following conditions:\n#\n# The above copyright notice and this permission notice shall be included in all\n# copies or substantial portions of the Software.\n#\n# THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n# SOFTWARE.\n\n\nset(CMAKE_VERBOSE_MAKEFILE ON)\n\nif(CMAKE_SIZEOF_VOID_P EQUAL 8)\n set( MFX_LIBNAME \"libmfxhw64\" )\nelse()\n set( MFX_LIBNAME \"libmfxhw32\" )\nendif()\n\nset( BUILD_RUNTIME ON )\n#set( BUILD_DISPATCHER OFF )\n\nadd_definitions( -DMFX_VA )\nadd_definitions( -DMFX_VA_WIN )\nadd_definitions( -DMFX_D3D11_ENABLED )\nadd_definitions( -D_UNICODE )\nadd_definitions( -DUNICODE )\nadd_definitions( -DNOMINMAX )\n\nset(CMAKE_MSVC_RUNTIME_LIBRARY \"MultiThreadedDLL$<$:Debug>\")\n\nadd_compile_options(\"$<$:\/Qspectre>\" \"$<$:\/guard:cf>\")\nadd_link_options(\"$<$:\/guard:cf>\")\nadd_link_options(\"\/DYNAMICBASE\")\n\nset( MFX_BUNDLED_IPP OFF )\n\nset( ENABLE_OPENCL OFF )\n\nset( MFX_ENABLE_KERNELS ON )\nset( MFX_ENABLE_MCTF ON )\nset( MFX_ENABLE_ASC ON )\nset( MFX_ENABLE_MFE OFF )\nset( MFX_ENABLE_VPP ON )\nset( MFX_ENABLE_SW_FALLBACK ON )\n\nset( MFX_ENABLE_USER_DECODE OFF)\nset( MFX_ENABLE_USER_ENCODE OFF)\nset( MFX_ENABLE_USER_ENC OFF)\nset( MFX_ENABLE_USER_VPP OFF)\n\nset( MFX_ENABLE_H264_VIDEO_ENCODE ON )\nset( MFX_ENABLE_H264_VIDEO_FEI_ENCODE OFF )\nset( MFX_ENABLE_H265_VIDEO_ENCODE ON )\nset( MFX_ENABLE_HEVC_VIDEO_FEI_ENCODE OFF )\nset( MFX_ENABLE_VP9_VIDEO_ENCODE ON )\nset( MFX_ENABLE_VP8_VIDEO_DECODE ON )\nset( MFX_ENABLE_VP9_VIDEO_DECODE ON )\nset( MFX_ENABLE_H264_VIDEO_DECODE ON )\nset( MFX_ENABLE_H265_VIDEO_DECODE ON )\nset( MFX_ENABLE_MPEG2_VIDEO_DECODE ON )\nset( MFX_ENABLE_MPEG2_VIDEO_ENCODE ON )\nset( MFX_ENABLE_MJPEG_VIDEO_DECODE ON )\nset( MFX_ENABLE_MJPEG_VIDEO_ENCODE ON )\nset( MFX_ENABLE_VC1_VIDEO_DECODE ON )\n","avg_line_length":34.7894736842,"max_line_length":86,"alphanum_fraction":0.7916036309} +{"size":539,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# target: stduuid\ninclude(FetchContent)\n\nset(NAME \"stduuid\")\nset(TAG \"master\")\n\nFetchContent_Declare(${NAME}\n GIT_REPOSITORY https:\/\/github.com\/mariusbancila\/stduuid.git\n GIT_TAG ${TAG}\n )\n\nFetchContent_GetProperties(${NAME})\nstring(TOLOWER ${NAME} lcName)\nif (NOT ${lcName}_POPULATED)\n FetchContent_Populate(${NAME})\n\n set(UUID_BUILD_TESTS OFF CACHE INTERNAL \"\")\n set(UUID_USING_CXX20_SPAN ON CACHE INTERNAL \"\")\n\n add_subdirectory(${${lcName}_SOURCE_DIR} ${${lcName}_BINARY_DIR} EXCLUDE_FROM_ALL)\nendif ()","avg_line_length":25.6666666667,"max_line_length":86,"alphanum_fraction":0.7179962894} +{"size":3282,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# This will be local for each add_subdirectory and reverted as we exit it.\n# We can use this behavior to check if a component inside a project was or\n# was not yet created.\nset(tests_created_for_this_project FALSE)\n\nset(COMPONENT_SOURCE_ROOT ${CMAKE_SOURCE_DIR})\n\n# add_component creates a new component consisting of a single header file\n# and a single test driver with an optional single implementation file as well.\n# As a result, the function will create two targets for the component itself\n# and the test driver prefixed with the name of the project.\n#\n# Additionally, as soon as first component is defined, a test aggregating\n# target is created, that will execute tests for all of the project's\n# components using CTest.\n#\n# Syntax:\n# add_component(component_name HEADER header_file [TEST test_file] [IMPL implementation_file])\nfunction(add_component name)\n set(options)\n set(one_value_keywords HEADER IMPL TEST)\n set(multi_value_keywords)\n cmake_parse_arguments(PARSE_ARGV 1 file \"${options}\" \"${one_value_keywords}\" \"${multi_value_keywords}\")\n\n if (NOT DEFINED file_HEADER AND\n NOT DEFINED file_IMPL AND\n NOT DEFINED file_TEST AND\n DEFINED file_UNPARSED_ARGUMENTS)\n\n list(GET file_UNPARSED_ARGUMENTS 0 root_path)\n\n if(EXISTS \"${CMAKE_CURRENT_SOURCE_DIR}\/${root_path}.hpp\")\n set(file_HEADER \"${root_path}.hpp\")\n endif()\n\n if(EXISTS \"${CMAKE_CURRENT_SOURCE_DIR}\/${root_path}.cpp\")\n set(file_IMPL \"${root_path}.cpp\")\n endif()\n\n if(EXISTS \"${CMAKE_CURRENT_SOURCE_DIR}\/${root_path}.test.cpp\")\n set(file_TEST \"${root_path}.test.cpp\")\n endif()\n endif()\n\n if(NOT DEFINED file_HEADER)\n message(FATAL \"add_component: HEADER argument missing. add_component should always be called with the HEADER and TEST arguments. Example: add_component(foo HEADER foo.h IMPL foo.cpp TEST foo.test.cpp)\")\n endif()\n\n add_library(${name} STATIC ${file_HEADER} ${file_IMPL})\n set_target_properties(${name} PROPERTIES LINKER_LANGUAGE CXX)\n target_compile_features(${name} PUBLIC ${COMPONENT_DEFAULT_COMPILE_FEATURES})\n target_include_directories(${name} PUBLIC ${COMPONENT_SOURCE_ROOT})\n\n if(DEFINED file_TEST)\n add_executable(${name}_test ${file_TEST} src\/boost\/ut.hpp)\n target_link_libraries(${name}_test PRIVATE ${name})\n\n if (MSVC)\n target_compile_definitions(${name}_test PRIVATE BOOST_UT_DISABLE_MODULE)\n endif()\n\n add_test(NAME ${name} COMMAND ${name}_test)\n\n # Create a run-all target for tests, when creating the first test for the current project.\n # ctest should never compile the tests themselves, because we lose the progress feedback\n # from the IDEs and bulid systems. Instead we add CMake target dependencies to this\n # custom target instead.\n if(NOT ${tests_created_for_this_project})\n set(tests_created_for_this_project TRUE PARENT_SCOPE)\n add_custom_target(\"${PROJECT_NAME}_tests\"\n ctest --output-on-failure --test-dir ${CMAKE_BINARY_DIR} -C \"$\"\n WORKING_DIRECTORY \"${CMAKE_BINARY_DIR}\")\n endif()\n\n add_dependencies(${PROJECT_NAME}_tests ${name}_test)\n endif()\nendfunction()\n","avg_line_length":42.0769230769,"max_line_length":210,"alphanum_fraction":0.71023766} +{"size":1118,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# Install script for directory: C:\/Users\/zoobu\/source\/repos\/acc-cosc-1337-spring-2020-a1945816\/src\/homework\/03_iteration\n\n# Set the install prefix\nif(NOT DEFINED CMAKE_INSTALL_PREFIX)\n set(CMAKE_INSTALL_PREFIX \"C:\/Users\/zoobu\/Source\/Repos\/acc-cosc-1337-spring-2020-a1945816\/out\/install\/x64-Debug\")\nendif()\nstring(REGEX REPLACE \"\/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")\n\n# Set the install configuration name.\nif(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n if(BUILD_TYPE)\n string(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\n CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\n else()\n set(CMAKE_INSTALL_CONFIG_NAME \"Debug\")\n endif()\n message(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\nendif()\n\n# Set the component getting installed.\nif(NOT CMAKE_INSTALL_COMPONENT)\n if(COMPONENT)\n message(STATUS \"Install component: \\\"${COMPONENT}\\\"\")\n set(CMAKE_INSTALL_COMPONENT \"${COMPONENT}\")\n else()\n set(CMAKE_INSTALL_COMPONENT)\n endif()\nendif()\n\n# Is this installation the result of a crosscompile?\nif(NOT DEFINED CMAKE_CROSSCOMPILING)\n set(CMAKE_CROSSCOMPILING \"FALSE\")\nendif()\n\n","avg_line_length":31.9428571429,"max_line_length":120,"alphanum_fraction":0.7504472272} +{"size":4258,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# ==============================================================================\n#\n# Copyright 2022 \n#\n# Licensed under the Apache License, Version 2.0 (the \"License\"); you may not\n# use this file except in compliance with the License. You may obtain a copy of\n# the License at\n#\n# http:\/\/www.apache.org\/licenses\/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\n# License for the specific language governing permissions and limitations under\n# the License.\n#\n# ==============================================================================\n\n# cmake-lint: disable=C0103,E1122\n\nset(TWEEDLEDUM_PYBINDS OFF)\nset(TWEEDLEDUM_USE_EXTERNAL_FMT OFF)\n\nif(TWEEDLEDUM_DIR)\n message(STATUS \"Using Tweedledum from external directory: ${TWEEDLEDUM_DIR}\")\n list(APPEND CMAKE_MODULE_PATH ${TWEEDLEDUM_DIR}\/cmake)\n add_subdirectory(${TWEEDLEDUM_DIR} ${CMAKE_CURRENT_BINARY_DIR}\/tweedledum EXCLUDE_FROM_ALL)\nelse()\n set(GIT_URL \"https:\/\/github.com\/boschmitt\/tweedledum.git\")\n set(GIT_TAG \"e73beb23a3feeba02a851e3f8131e3c85a29de2b\")\n\n set(CMAKE_OPTION\n -DBUILD_TESTING=OFF\n -DTWEEDLEDUM_EXAMPLES=OFF\n -DTWEEDLEDUM_USE_EXTERNAL_PYBIND11=ON\n -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}\n -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}\n -DCMAKE_MODULE_PATH=${CMAKE_MODULE_PATH}\n -G${CMAKE_GENERATOR}\n -DTWEEDLEDUM_PYBINDS=OFF\n -DCMAKE_POSITION_INDEPENDENT_CODE=ON\n -DCMAKE_CXX_EXTENSIONS=OFF)\n\n if(CMAKE_C_COMPILER)\n list(APPEND CMAKE_OPTION -DCMAKE_C_COMPILER=${CMAKE_C_COMPILER})\n endif()\n\n if(MSVC)\n set(tweedledum_CFLAGS \"\/D_ITERATOR_DEBUG_LEVEL=0\")\n set(tweedledum_CXXFLAGS \"\/D_ITERATOR_DEBUG_LEVEL=0 \/Zc:__cplusplus \/EHsc\")\n list(APPEND CMAKE_OPTION -DCMAKE_DEBUG_POSTFIX=d)\n elseif(MSYS AND NOT \"${OS_NAME}\" STREQUAL \"MSYS-MSYS\")\n set(tweedledum_CFLAGS \"-DNT64\")\n set(tweedledum_CXXFLAGS \"-DNT64\")\n mq_add_compile_definitions(NT64)\n\n find_package(Python 3.6.0 COMPONENTS Development.Embed) # NB: requires CMake >= 3.18\n list(APPEND CMAKE_OPTION -DPYTHON_LIBRARY=${Python_LIBRARIES})\n elseif(\"${OS_NAME}\" STREQUAL \"MinGW\")\n set(tweedledum_CFLAGS \"-DNT64\")\n set(tweedledum_CXXFLAGS \"-DNT64\")\n mq_add_compile_definitions(NT64)\n elseif(\"${OS_NAME}\" STREQUAL \"MSYS-MSYS\" OR CYGWIN)\n # NB: 200809 because of strdup() (otherwise 200112 for posix_memalign())\n set(tweedledum_CFLAGS \"-D_POSIX_C_SOURCE=200809\")\n set(tweedledum_CXXFLAGS \"-D_POSIX_C_SOURCE=200809\")\n mq_add_compile_definitions(_POSIX_C_SOURCE=200809)\n endif()\n\n set(PATCHES\n ${CMAKE_CURRENT_LIST_DIR}\/patch\/cmake.patch001\n ${CMAKE_CURRENT_LIST_DIR}\/patch\/cxx20_compatibility.patch002\n ${CMAKE_CURRENT_LIST_DIR}\/patch\/parametric_ops_compatibility.patch003\n ${CMAKE_CURRENT_LIST_DIR}\/patch\/rxx_matrix_fix.patch004\n ${CMAKE_CURRENT_LIST_DIR}\/patch\/sync_bool_compare_and_swap.patch005\n ${CMAKE_CURRENT_LIST_DIR}\/patch\/misc_changes.patch006\n ${CMAKE_CURRENT_LIST_DIR}\/patch\/fix-msvc-platform-detection.patch007)\n\n if(NOT MQ_HAS_STD_LAUNDER)\n list(APPEND PATCHES ${CMAKE_CURRENT_LIST_DIR}\/patch\/fix-missing-std-launder.patch008)\n endif()\n\n if(Boost_DIR)\n list(APPEND CMAKE_OPTION -DBoost_DIR=${Boost_DIR})\n endif()\n\n mindquantum_add_pkg(\n tweedledum\n VER 1.1.0\n LIBS tweedledum\n GIT_REPOSITORY ${GIT_URL}\n GIT_TAG ${GIT_TAG}\n MD5 ${MD5}\n PATCHES ${PATCHES}\n CMAKE_OPTION\n ${CMAKE_OPTION} -DEigen3_DIR=${Eigen3_DIR} -Dfmt_DIR=${fmt_DIR} -Dnlohmann_json_DIR=${nlohmann_json_DIR}\n -Dpybind11_DIR=${pybind11_DIR} -DSymEngine_DIR=${SymEngine_DIR}\n TARGET_ALIAS mindquantum::tweedledum tweedledum::tweedledum)\n\n foreach(\n _comp\n abcresub\n libabcesop\n bill\n kitty\n rang\n lorina\n percy\n libabcsat\n mockturtle)\n set(_tgt tweedledum::${_comp})\n if(TARGET ${_tgt})\n get_target_property(_aliased ${_tgt} ALIASED_TARGET)\n if(_aliased)\n set(_tgt ${_aliased})\n endif()\n set_target_properties(${_tgt} PROPERTIES IMPORTED_GLOBAL TRUE)\n endif()\n endforeach()\nendif()\n","avg_line_length":35.1900826446,"max_line_length":110,"alphanum_fraction":0.7139502114} +{"size":1094,"ext":"cmake","lang":"CMake","max_stars_count":6.0,"content":"set(CMAKE_SOURCE_DIR ${CMAKE_ARGV3})\nset(CMAKE_BINARY_DIR ${CMAKE_ARGV4})\nfile(GLOB cmake_projects RELATIVE ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}\/*\/CMakeLists.txt)\nforeach(d ${cmake_projects})\n\tget_filename_component(proj ${d} PATH)\n\tget_filename_component(pname ${proj} NAME_WE)\n\t# Copy header if exists, or create empty rst\n\tif(EXISTS \"${CMAKE_SOURCE_DIR}\/${pname}\/README.rst\")\n\t\tfile(READ \"${CMAKE_SOURCE_DIR}\/${pname}\/README.rst\" MOD_HEADER)\n\t\tfile(WRITE \"${CMAKE_SOURCE_DIR}\/doc\/moddoc_${pname}.rst\" \"${MOD_HEADER}\")\n\telse()\n\t\t# Add an RST title. Cmake doesn't have the ability to generate\n\t\t# a string of N dashes, so generate a random string in which\n\t\t# the only character it is allowed to pick is a -\n\t\tstring(LENGTH ${pname} pname_len)\n\t\tstring(RANDOM LENGTH ${pname_len} ALPHABET - pname_header)\n\t\tfile(WRITE \"${CMAKE_SOURCE_DIR}\/doc\/moddoc_${pname}.rst\" \"${pname_header}\\n${pname}\\n${pname_header}\\n\\n\")\n\tendif()\n\texecute_process(COMMAND spt3g-inspect \"spt3g.${pname}\" OUTPUT_VARIABLE MOD_DOC)\n\tfile(APPEND \"${CMAKE_SOURCE_DIR}\/doc\/moddoc_${pname}.rst\" \"${MOD_DOC}\")\nendforeach()\n","avg_line_length":49.7272727273,"max_line_length":108,"alphanum_fraction":0.7440585009} +{"size":4511,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"################################################################################\ninclude(DownloadProject)\n\n# With CMake 3.8 and above, we can hide warnings about git being in a\n# detached head by passing an extra GIT_CONFIG option\nif(NOT (${CMAKE_VERSION} VERSION_LESS \"3.8.0\"))\n set(POLYFEM_EXTRA_OPTIONS \"GIT_CONFIG advice.detachedHead=false\")\nelse()\n set(POLYFEM_EXTRA_OPTIONS \"\")\nendif()\n\n# Shortcut function\nfunction(polyfem_download_project name)\n download_project(\n PROJ ${name}\n SOURCE_DIR ${POLYFEM_EXTERNAL}\/${name}\n DOWNLOAD_DIR ${POLYFEM_EXTERNAL}\/.cache\/${name}\n QUIET\n ${POLYFEM_EXTRA_OPTIONS}\n ${ARGN}\n )\nendfunction()\n\n################################################################################\n\n## libigl LGPL - triangle - tetgen\nfunction(polyfem_download_libigl)\n polyfem_download_project(libigl\n GIT_REPOSITORY https:\/\/github.com\/libigl\/libigl.git\n GIT_TAG c7c06e3735cdf6188bd17507403362065c4ae9dc\n )\nendfunction()\n\n## Geogram LGPL\nfunction(polyfem_download_geogram)\n polyfem_download_project(geogram\n GIT_REPOSITORY https:\/\/github.com\/alicevision\/geogram.git\n GIT_TAG v1.6.8\n )\nendfunction()\n\n## Json MIT\nfunction(polyfem_download_json)\n polyfem_download_project(json\n GIT_REPOSITORY https:\/\/github.com\/jdumas\/json\n GIT_TAG 0901d33bf6e7dfe6f70fd9d142c8f5c6695c6c5b\n )\nendfunction()\n\n## Catch2 BSL 1.0\nfunction(polyfem_download_catch2)\n polyfem_download_project(Catch2\n GIT_REPOSITORY https:\/\/github.com\/catchorg\/Catch2.git\n GIT_TAG v2.4.2\n )\nendfunction()\n\n## CLI11 3-Clause BSD license\nfunction(polyfem_download_cli11)\n polyfem_download_project(cli11\n URL https:\/\/github.com\/CLIUtils\/CLI11\/archive\/v1.6.1.tar.gz\n URL_MD5 48ef97262adb0b47a2f0a7edbda6e2aa\n )\nendfunction()\n\n## Clipper (BSL1.0)\nfunction(polyfem_download_clipper)\n polyfem_download_project(clipper\n URL https:\/\/sourceforge.net\/projects\/polyclipping\/files\/clipper_ver6.4.2.zip\n URL_MD5 100b4ec56c5308bac2d10f3966e35e11\n )\nendfunction()\n\n## CppNumericalSolvers MIT\nfunction(polyfem_download_CppNumericalSolvers)\n polyfem_download_project(CppNumericalSolvers\n GIT_REPOSITORY https:\/\/github.com\/PatWie\/CppNumericalSolvers.git\n GIT_TAG 7eddf28fa5a8872a956d3c8666055cac2f5a535d\n )\nendfunction()\n\n## spectra MPL 2.0\nfunction(polyfem_download_spectra)\n polyfem_download_project(spectra\n GIT_REPOSITORY https:\/\/github.com\/yixuan\/spectra.git\n GIT_TAG v0.6.2\n )\nendfunction()\n\n## tbb Apache-2.0\nfunction(polyfem_download_tbb)\n polyfem_download_project(tbb\n GIT_REPOSITORY https:\/\/github.com\/wjakob\/tbb.git\n GIT_TAG 08b4341a1893a72656467e96137f1f99d0112547\n )\nendfunction()\n\n## hypre GNU Lesser General Public License\nfunction(polyfem_download_hypre)\n polyfem_download_project(hypre\n GIT_REPOSITORY https:\/\/github.com\/LLNL\/hypre.git\n GIT_TAG v2.15.1\n )\nendfunction()\n\n## rbf\n# function(polyfem_download_rbf)\n# polyfem_download_project(rbf\n# GIT_REPOSITORY https:\/\/bitbucket.org\/zulianp\/opencl-rbf-pum.git\n# GIT_TAG master\n# )\n# endfunction()\n\n## Sanitizers MIT\nfunction(polyfem_download_sanitizers)\n polyfem_download_project(sanitizers-cmake\n GIT_REPOSITORY https:\/\/github.com\/arsenm\/sanitizers-cmake.git\n GIT_TAG 6947cff3a9c9305eb9c16135dd81da3feb4bf87f\n )\nendfunction()\n\n## spdlog MIT\nfunction(polyfem_download_spdlog)\n polyfem_download_project(spdlog\n GIT_REPOSITORY https:\/\/github.com\/gabime\/spdlog.git\n GIT_TAG 188cff7d6567b80c6b99bc15899fef9637a8fe52\n )\nendfunction()\n\n## tinyexpr zlib\nfunction(polyfem_download_tinyexpr)\n polyfem_download_project(tinyexpr\n GIT_REPOSITORY https:\/\/github.com\/codeplea\/tinyexpr.git\n GIT_TAG ffb0d41b13e5f8d318db95feb071c220c134fe70\n )\nendfunction()\n\n# ## tinyfiledialogs\n# function(polyfem_download_tinyfiledialogs)\n# polyfem_download_project(tinyfiledialogs\n# GIT_REPOSITORY https:\/\/git.code.sf.net\/p\/tinyfiledialogs\/code\n# GIT_TAG 511e6500fa9184923d4859e06ee9a6a4e70820c4\n# )\n# endfunction()\n\n\n## data\nfunction(polyfem_download_polyfem_data)\n polyfem_download_project(data\n GIT_REPOSITORY https:\/\/github.com\/polyfem\/polyfem-data\n GIT_TAG 6b39f58be033d5cca57d5d3fd8ed206ae041e25d\n )\nendfunction()\n","avg_line_length":29.2922077922,"max_line_length":88,"alphanum_fraction":0.7018399468} +{"size":1004,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# Install script for directory: \/home\/yanjar\/esp\/esp-idf\/components\/bootloader_support\n\n# Set the install prefix\nif(NOT DEFINED CMAKE_INSTALL_PREFIX)\n set(CMAKE_INSTALL_PREFIX \"\/usr\/local\")\nendif()\nstring(REGEX REPLACE \"\/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")\n\n# Set the install configuration name.\nif(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n if(BUILD_TYPE)\n string(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\n CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\n else()\n set(CMAKE_INSTALL_CONFIG_NAME \"\")\n endif()\n message(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\nendif()\n\n# Set the component getting installed.\nif(NOT CMAKE_INSTALL_COMPONENT)\n if(COMPONENT)\n message(STATUS \"Install component: \\\"${COMPONENT}\\\"\")\n set(CMAKE_INSTALL_COMPONENT \"${COMPONENT}\")\n else()\n set(CMAKE_INSTALL_COMPONENT)\n endif()\nendif()\n\n# Is this installation the result of a crosscompile?\nif(NOT DEFINED CMAKE_CROSSCOMPILING)\n set(CMAKE_CROSSCOMPILING \"TRUE\")\nendif()\n\n","avg_line_length":28.6857142857,"max_line_length":86,"alphanum_fraction":0.7420318725} +{"size":1672,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# Copyright (c) 2017, Intel Corporation\n#\n# Permission is hereby granted, free of charge, to any person obtaining a\n# copy of this software and associated documentation files (the \"Software\"),\n# to deal in the Software without restriction, including without limitation\n# the rights to use, copy, modify, merge, publish, distribute, sublicense,\n# and\/or sell copies of the Software, and to permit persons to whom the\n# Software is furnished to do so, subject to the following conditions:\n#\n# The above copyright notice and this permission notice shall be included\n# in all copies or substantial portions of the Software.\n#\n# THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR\n# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\n# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n# OTHER DEALINGS IN THE SOFTWARE.\n\nif(NOT ENABLE_KERNELS)\n set(TMP_SOURCES_\n ${CMAKE_CURRENT_LIST_DIR}\/dummykrn.c\n )\nendif()\n\nset(TMP_SOURCES_\n ${TMP_SOURCES_}\n ${CMAKE_CURRENT_LIST_DIR}\/mediamemdecomp.cpp\n ${CMAKE_CURRENT_LIST_DIR}\/media_perf_profiler.cpp\n)\n\nset(TMP_HEADERS_\n ${CMAKE_CURRENT_LIST_DIR}\/mediamemdecomp.h\n ${CMAKE_CURRENT_LIST_DIR}\/media_perf_profiler.h\n)\n\nset(SOURCES_\n ${SOURCES_}\n ${TMP_SOURCES_}\n)\n\nset(HEADERS_\n ${HEADERS_}\n ${TMP_HEADERS_}\n)\n\nsource_group( \"Common Files\" FILES ${TMP_SOURCES_} ${TMP_HEADERS_} )\n\n\nmedia_add_curr_to_include_path()\n","avg_line_length":32.1538461538,"max_line_length":77,"alphanum_fraction":0.7619617225} +{"size":1070,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# Install script for directory: D:\/RoadConApp\/node_modules\/opencv-build\/opencv\/opencv\/modules\/superres\n\n# Set the install prefix\nif(NOT DEFINED CMAKE_INSTALL_PREFIX)\n set(CMAKE_INSTALL_PREFIX \"D:\/RoadConApp\/node_modules\/opencv-build\/opencv\/build\")\nendif()\nstring(REGEX REPLACE \"\/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")\n\n# Set the install configuration name.\nif(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n if(BUILD_TYPE)\n string(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\n CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\n else()\n set(CMAKE_INSTALL_CONFIG_NAME \"Release\")\n endif()\n message(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\nendif()\n\n# Set the component getting installed.\nif(NOT CMAKE_INSTALL_COMPONENT)\n if(COMPONENT)\n message(STATUS \"Install component: \\\"${COMPONENT}\\\"\")\n set(CMAKE_INSTALL_COMPONENT \"${COMPONENT}\")\n else()\n set(CMAKE_INSTALL_COMPONENT)\n endif()\nendif()\n\n# Is this installation the result of a crosscompile?\nif(NOT DEFINED CMAKE_CROSSCOMPILING)\n set(CMAKE_CROSSCOMPILING \"FALSE\")\nendif()\n\n","avg_line_length":30.5714285714,"max_line_length":102,"alphanum_fraction":0.7514018692} +{"size":13047,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# James Bigler, NVIDIA Corp (nvidia.com - jbigler)\n#\n# Copyright (c) 2008 - 2009 NVIDIA Corporation. All rights reserved.\n#\n# This code is licensed under the MIT License. See the FindCUDA.cmake script\n# for the text of the license.\n\n# The MIT License\n#\n# License for the specific language governing rights and limitations under\n# Permission is hereby granted, free of charge, to any person obtaining a\n# copy of this software and associated documentation files (the \"Software\"),\n# to deal in the Software without restriction, including without limitation\n# the rights to use, copy, modify, merge, publish, distribute, sublicense,\n# and\/or sell copies of the Software, and to permit persons to whom the\n# Software is furnished to do so, subject to the following conditions:\n#\n# The above copyright notice and this permission notice shall be included\n# in all copies or substantial portions of the Software.\n#\n# THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n# DEALINGS IN THE SOFTWARE.\n\n\n##########################################################################\n# This file runs the nvcc commands to produce the desired output file along with\n# the dependency file needed by CMake to compute dependencies. In addition the\n# file checks the output of each command and if the command fails it deletes the\n# output files.\n\n# Input variables\n#\n# verbose:BOOL=<> OFF: Be as quiet as possible (default)\n# ON : Describe each step\n#\n# build_configuration:STRING=<> Typically one of Debug, MinSizeRel, Release, or\n# RelWithDebInfo, but it should match one of the\n# entries in CUDA_HOST_FLAGS. This is the build\n# configuration used when compiling the code. If\n# blank or unspecified Debug is assumed as this is\n# what CMake does.\n#\n# generated_file:STRING=<> File to generate. This argument must be passed in.\n#\n# generated_cubin_file:STRING=<> File to generate. This argument must be passed\n# in if build_cubin is true.\n\nif(NOT generated_file)\n message(FATAL_ERROR \"You must specify generated_file on the command line\")\nendif()\n\n# Set these up as variables to make reading the generated file easier\nset(CMAKE_COMMAND \"\/usr\/bin\/cmake\") # path\nset(source_file \"\/root\/caffe\/src\/caffe\/layers\/euclidean_loss_layer.cu\") # path\nset(NVCC_generated_dependency_file \"\/root\/caffe\/build\/src\/caffe\/CMakeFiles\/cuda_compile.dir\/layers\/cuda_compile_generated_euclidean_loss_layer.cu.o.NVCC-depend\") # path\nset(cmake_dependency_file \"\/root\/caffe\/build\/src\/caffe\/CMakeFiles\/cuda_compile.dir\/layers\/cuda_compile_generated_euclidean_loss_layer.cu.o.depend\") # path\nset(CUDA_make2cmake \"\/usr\/share\/cmake-2.8\/Modules\/FindCUDA\/make2cmake.cmake\") # path\nset(CUDA_parse_cubin \"\/usr\/share\/cmake-2.8\/Modules\/FindCUDA\/parse_cubin.cmake\") # path\nset(build_cubin OFF) # bool\nset(CUDA_HOST_COMPILER \"\/usr\/bin\/cc\") # bool\n# We won't actually use these variables for now, but we need to set this, in\n# order to force this file to be run again if it changes.\nset(generated_file_path \"\/root\/caffe\/build\/src\/caffe\/CMakeFiles\/cuda_compile.dir\/layers\/.\") # path\nset(generated_file_internal \"\/root\/caffe\/build\/src\/caffe\/CMakeFiles\/cuda_compile.dir\/layers\/.\/cuda_compile_generated_euclidean_loss_layer.cu.o\") # path\nset(generated_cubin_file_internal \"\/root\/caffe\/build\/src\/caffe\/CMakeFiles\/cuda_compile.dir\/layers\/.\/cuda_compile_generated_euclidean_loss_layer.cu.o.cubin.txt\") # path\n\nset(CUDA_NVCC_EXECUTABLE \"\/usr\/local\/cuda\/bin\/nvcc\") # path\nset(CUDA_NVCC_FLAGS -gencode;arch=compute_20,code=sm_20;-gencode;arch=compute_20,code=sm_21;-gencode;arch=compute_30,code=sm_30;-gencode;arch=compute_35,code=sm_35;-gencode;arch=compute_50,code=sm_50;-gencode;arch=compute_60,code=sm_60;-gencode;arch=compute_61,code=sm_61;-Xcudafe;--diag_suppress=cc_clobber_ignored;-Xcudafe;--diag_suppress=integer_sign_change;-Xcudafe;--diag_suppress=useless_using_declaration;-Xcudafe;--diag_suppress=set_but_not_used;-DUSE_LMDB;-DUSE_LEVELDB;-DUSE_CUDNN;-DUSE_OPENCV;-DWITH_PYTHON_LAYER;-Xcompiler;-fPIC ;; ) # list\n# Build specific configuration flags\nset(CUDA_NVCC_FLAGS_DEBUG ; )\nset(CUDA_NVCC_FLAGS_RELEASE ; )\nset(CUDA_NVCC_FLAGS_MINSIZEREL ; )\nset(CUDA_NVCC_FLAGS_RELWITHDEBINFO ; )\nset(nvcc_flags -m64;-DCAFFE_VERSION=1.0.0-rc5) # list\nset(CUDA_NVCC_INCLUDE_ARGS \"-I\/root\/caffe\/include;-I\/root\/caffe\/src;-I\/usr\/include;-I\/usr\/include;-I\/usr\/include;-I\/usr\/include;-I\/usr\/include;-I\/usr\/include;-I\/usr\/include;-I\/usr\/include;-I\/usr\/local\/cuda\/include;-I\/usr\/include;-I\/usr\/include\/opencv;-I\/usr\/include;-I\/usr\/include;-I\/usr\/include\/python2.7;-I\/usr\/include\/x86_64-linux-gnu\/python2.7;-I\/usr\/local\/lib\/python2.7\/dist-packages\/numpy\/core\/include;-I\/usr\/include;-I\/usr\/local\/cuda\/include;-I\/root\/caffe\/build\/include;-I\/usr\/include\/opencv;-I\/usr\/include;-I\/root\/caffe\/build\") # list (needs to be in quotes to handle spaces properly).\nset(format_flag \"-c\") # string\n\nif(build_cubin AND NOT generated_cubin_file)\n message(FATAL_ERROR \"You must specify generated_cubin_file on the command line\")\nendif()\n\n# This is the list of host compilation flags. It C or CXX should already have\n# been chosen by FindCUDA.cmake.\nset(CMAKE_HOST_FLAGS -fPIC -Wall -Wno-sign-compare -Wno-uninitialized )\nset(CMAKE_HOST_FLAGS_DEBUG -g)\nset(CMAKE_HOST_FLAGS_RELEASE -O3 -DNDEBUG)\nset(CMAKE_HOST_FLAGS_MINSIZEREL -Os -DNDEBUG)\nset(CMAKE_HOST_FLAGS_RELWITHDEBINFO -O2 -g -DNDEBUG)\n\n# Take the compiler flags and package them up to be sent to the compiler via -Xcompiler\nset(nvcc_host_compiler_flags \"\")\n# If we weren't given a build_configuration, use Debug.\nif(NOT build_configuration)\n set(build_configuration Debug)\nendif()\nstring(TOUPPER \"${build_configuration}\" build_configuration)\n#message(\"CUDA_NVCC_HOST_COMPILER_FLAGS = ${CUDA_NVCC_HOST_COMPILER_FLAGS}\")\nforeach(flag ${CMAKE_HOST_FLAGS} ${CMAKE_HOST_FLAGS_${build_configuration}})\n # Extra quotes are added around each flag to help nvcc parse out flags with spaces.\n set(nvcc_host_compiler_flags \"${nvcc_host_compiler_flags},\\\"${flag}\\\"\")\nendforeach()\nif (nvcc_host_compiler_flags)\n set(nvcc_host_compiler_flags \"-Xcompiler\" ${nvcc_host_compiler_flags})\nendif()\n#message(\"nvcc_host_compiler_flags = \\\"${nvcc_host_compiler_flags}\\\"\")\n# Add the build specific configuration flags\nlist(APPEND CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS_${build_configuration}})\n\n# Any -ccbin existing in CUDA_NVCC_FLAGS gets highest priority\nlist( FIND CUDA_NVCC_FLAGS \"-ccbin\" ccbin_found0 )\nlist( FIND CUDA_NVCC_FLAGS \"--compiler-bindir\" ccbin_found1 )\nif( ccbin_found0 LESS 0 AND ccbin_found1 LESS 0 )\n if (CUDA_HOST_COMPILER STREQUAL \"$(VCInstallDir)bin\" AND DEFINED CCBIN)\n set(CCBIN -ccbin \"${CCBIN}\")\n else()\n set(CCBIN -ccbin \"${CUDA_HOST_COMPILER}\")\n endif()\nendif()\n\n# cuda_execute_process - Executes a command with optional command echo and status message.\n#\n# status - Status message to print if verbose is true\n# command - COMMAND argument from the usual execute_process argument structure\n# ARGN - Remaining arguments are the command with arguments\n#\n# CUDA_result - return value from running the command\n#\n# Make this a macro instead of a function, so that things like RESULT_VARIABLE\n# and other return variables are present after executing the process.\nmacro(cuda_execute_process status command)\n set(_command ${command})\n if(NOT _command STREQUAL \"COMMAND\")\n message(FATAL_ERROR \"Malformed call to cuda_execute_process. Missing COMMAND as second argument. (command = ${command})\")\n endif()\n if(verbose)\n execute_process(COMMAND \"${CMAKE_COMMAND}\" -E echo -- ${status})\n # Now we need to build up our command string. We are accounting for quotes\n # and spaces, anything else is left up to the user to fix if they want to\n # copy and paste a runnable command line.\n set(cuda_execute_process_string)\n foreach(arg ${ARGN})\n # If there are quotes, excape them, so they come through.\n string(REPLACE \"\\\"\" \"\\\\\\\"\" arg ${arg})\n # Args with spaces need quotes around them to get them to be parsed as a single argument.\n if(arg MATCHES \" \")\n list(APPEND cuda_execute_process_string \"\\\"${arg}\\\"\")\n else()\n list(APPEND cuda_execute_process_string ${arg})\n endif()\n endforeach()\n # Echo the command\n execute_process(COMMAND ${CMAKE_COMMAND} -E echo ${cuda_execute_process_string})\n endif()\n # Run the command\n execute_process(COMMAND ${ARGN} RESULT_VARIABLE CUDA_result )\nendmacro()\n\n# Delete the target file\ncuda_execute_process(\n \"Removing ${generated_file}\"\n COMMAND \"${CMAKE_COMMAND}\" -E remove \"${generated_file}\"\n )\n\n# For CUDA 2.3 and below, -G -M doesn't work, so remove the -G flag\n# for dependency generation and hope for the best.\nset(depends_CUDA_NVCC_FLAGS \"${CUDA_NVCC_FLAGS}\")\nset(CUDA_VERSION 8.0)\nif(CUDA_VERSION VERSION_LESS \"3.0\")\n cmake_policy(PUSH)\n # CMake policy 0007 NEW states that empty list elements are not\n # ignored. I'm just setting it to avoid the warning that's printed.\n cmake_policy(SET CMP0007 NEW)\n # Note that this will remove all occurances of -G.\n list(REMOVE_ITEM depends_CUDA_NVCC_FLAGS \"-G\")\n cmake_policy(POP)\nendif()\n\n# nvcc doesn't define __CUDACC__ for some reason when generating dependency files. This\n# can cause incorrect dependencies when #including files based on this macro which is\n# defined in the generating passes of nvcc invokation. We will go ahead and manually\n# define this for now until a future version fixes this bug.\nset(CUDACC_DEFINE -D__CUDACC__)\n\n# Generate the dependency file\ncuda_execute_process(\n \"Generating dependency file: ${NVCC_generated_dependency_file}\"\n COMMAND \"${CUDA_NVCC_EXECUTABLE}\"\n -M\n ${CUDACC_DEFINE}\n \"${source_file}\"\n -o \"${NVCC_generated_dependency_file}\"\n ${CCBIN}\n ${nvcc_flags}\n ${nvcc_host_compiler_flags}\n ${depends_CUDA_NVCC_FLAGS}\n -DNVCC\n ${CUDA_NVCC_INCLUDE_ARGS}\n )\n\nif(CUDA_result)\n message(FATAL_ERROR \"Error generating ${generated_file}\")\nendif()\n\n# Generate the cmake readable dependency file to a temp file. Don't put the\n# quotes just around the filenames for the input_file and output_file variables.\n# CMake will pass the quotes through and not be able to find the file.\ncuda_execute_process(\n \"Generating temporary cmake readable file: ${cmake_dependency_file}.tmp\"\n COMMAND \"${CMAKE_COMMAND}\"\n -D \"input_file:FILEPATH=${NVCC_generated_dependency_file}\"\n -D \"output_file:FILEPATH=${cmake_dependency_file}.tmp\"\n -P \"${CUDA_make2cmake}\"\n )\n\nif(CUDA_result)\n message(FATAL_ERROR \"Error generating ${generated_file}\")\nendif()\n\n# Copy the file if it is different\ncuda_execute_process(\n \"Copy if different ${cmake_dependency_file}.tmp to ${cmake_dependency_file}\"\n COMMAND \"${CMAKE_COMMAND}\" -E copy_if_different \"${cmake_dependency_file}.tmp\" \"${cmake_dependency_file}\"\n )\n\nif(CUDA_result)\n message(FATAL_ERROR \"Error generating ${generated_file}\")\nendif()\n\n# Delete the temporary file\ncuda_execute_process(\n \"Removing ${cmake_dependency_file}.tmp and ${NVCC_generated_dependency_file}\"\n COMMAND \"${CMAKE_COMMAND}\" -E remove \"${cmake_dependency_file}.tmp\" \"${NVCC_generated_dependency_file}\"\n )\n\nif(CUDA_result)\n message(FATAL_ERROR \"Error generating ${generated_file}\")\nendif()\n\n# Generate the code\ncuda_execute_process(\n \"Generating ${generated_file}\"\n COMMAND \"${CUDA_NVCC_EXECUTABLE}\"\n \"${source_file}\"\n ${format_flag} -o \"${generated_file}\"\n ${CCBIN}\n ${nvcc_flags}\n ${nvcc_host_compiler_flags}\n ${CUDA_NVCC_FLAGS}\n -DNVCC\n ${CUDA_NVCC_INCLUDE_ARGS}\n )\n\nif(CUDA_result)\n # Since nvcc can sometimes leave half done files make sure that we delete the output file.\n cuda_execute_process(\n \"Removing ${generated_file}\"\n COMMAND \"${CMAKE_COMMAND}\" -E remove \"${generated_file}\"\n )\n message(FATAL_ERROR \"Error generating file ${generated_file}\")\nelse()\n if(verbose)\n message(\"Generated ${generated_file} successfully.\")\n endif()\nendif()\n\n# Cubin resource report commands.\nif( build_cubin )\n # Run with -cubin to produce resource usage report.\n cuda_execute_process(\n \"Generating ${generated_cubin_file}\"\n COMMAND \"${CUDA_NVCC_EXECUTABLE}\"\n \"${source_file}\"\n ${CUDA_NVCC_FLAGS}\n ${nvcc_flags}\n ${CCBIN}\n ${nvcc_host_compiler_flags}\n -DNVCC\n -cubin\n -o \"${generated_cubin_file}\"\n ${CUDA_NVCC_INCLUDE_ARGS}\n )\n\n # Execute the parser script.\n cuda_execute_process(\n \"Executing the parser script\"\n COMMAND \"${CMAKE_COMMAND}\"\n -D \"input_file:STRING=${generated_cubin_file}\"\n -P \"${CUDA_parse_cubin}\"\n )\n\nendif()\n","avg_line_length":43.9292929293,"max_line_length":593,"alphanum_fraction":0.7453054342} +{"size":396,"ext":"cmake","lang":"CMake","max_stars_count":1.0,"content":"#if SOLUTION\n# Dependencies of mastersolution:\n#else\n# Add your custom dependencies here:\n#endif\n\n# DIR will be provided by the calling file.\n\nset(SOURCES\n ${DIR}\/debuggingwithgdb_main.cc\n ${DIR}\/debuggingwithgdb.cc\n ${DIR}\/debuggingwithgdb.h\n)\n\nset(LIBRARIES\n Eigen3::Eigen\n LF::lf.mesh\n LF::lf.mesh.utils\n LF::lf.mesh.test_utils\n LF::lf.mesh.hybrid2d\n LF::lf.refinement\n LF::lf.io\n )\n","avg_line_length":16.5,"max_line_length":43,"alphanum_fraction":0.7171717172} +{"size":9203,"ext":"cmake","lang":"CMake","max_stars_count":3.0,"content":"# ***** BEGIN GPL LICENSE BLOCK *****\n#\n# This program is free software; you can redistribute it and\/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software Foundation,\n# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n#\n# ***** END GPL LICENSE BLOCK *****\n\n########################################################################\n# Copy all generated files to the proper strucure as blender prefers\n########################################################################\n\nif(NOT DEFINED HARVEST_TARGET)\n set(HARVEST_TARGET ${CMAKE_CURRENT_SOURCE_DIR}\/Harvest)\nendif()\nmessage(\"HARVEST_TARGET = ${HARVEST_TARGET}\")\n\nif(WIN32)\nif(BUILD_MODE STREQUAL Release)\n add_custom_target(Harvest_Release_Results\n COMMAND # jpeg rename libfile + copy include\n ${CMAKE_COMMAND} -E copy ${LIBDIR}\/jpg\/lib\/jpeg-static.lib ${HARVEST_TARGET}\/jpeg\/lib\/libjpeg.lib &&\n ${CMAKE_COMMAND} -E copy_directory ${LIBDIR}\/jpg\/include\/ ${HARVEST_TARGET}\/jpeg\/include\/ &&\n # OpenImageIO\n ${CMAKE_COMMAND} -E copy_directory ${LIBDIR}\/OpenImageIO\/include ${HARVEST_TARGET}\/OpenImageIO\/include &&\n ${CMAKE_COMMAND} -E copy_directory ${LIBDIR}\/OpenImageIO\/lib ${HARVEST_TARGET}\/OpenImageIO\/lib &&\n ${CMAKE_COMMAND} -E copy ${LIBDIR}\/OpenImageIO\/bin\/idiff.exe ${HARVEST_TARGET}\/OpenImageIO\/bin\/idiff.exe &&\n # png\n ${CMAKE_COMMAND} -E copy ${LIBDIR}\/png\/lib\/libpng16_static.lib ${HARVEST_TARGET}\/png\/lib\/libpng.lib &&\n ${CMAKE_COMMAND} -E copy_directory ${LIBDIR}\/png\/include\/ ${HARVEST_TARGET}\/png\/include\/ &&\n # freeglut-> opengl\n ${CMAKE_COMMAND} -E copy ${LIBDIR}\/freeglut\/lib\/freeglut_static.lib ${HARVEST_TARGET}\/opengl\/lib\/freeglut_static.lib &&\n ${CMAKE_COMMAND} -E copy_directory ${LIBDIR}\/freeglut\/include\/ ${HARVEST_TARGET}\/opengl\/include\/ &&\n # glew-> opengl\n ${CMAKE_COMMAND} -E copy ${LIBDIR}\/glew\/lib\/libglew32.lib ${HARVEST_TARGET}\/opengl\/lib\/glew.lib &&\n ${CMAKE_COMMAND} -E copy_directory ${LIBDIR}\/glew\/include\/ ${HARVEST_TARGET}\/opengl\/include\/ &&\n # sndfile\n ${CMAKE_COMMAND} -E copy ${LIBDIR}\/sndfile\/lib\/libsndfile.dll.a ${HARVEST_TARGET}\/sndfile\/lib\/libsndfile-1.lib &&\n ${CMAKE_COMMAND} -E copy ${LIBDIR}\/sndfile\/bin\/libsndfile-1.dll ${HARVEST_TARGET}\/sndfile\/lib\/libsndfile-1.dll &&\n ${CMAKE_COMMAND} -E copy ${LIBDIR}\/sndfile\/include\/sndfile.h ${HARVEST_TARGET}\/sndfile\/include\/sndfile.h &&\n # tiff\n ${CMAKE_COMMAND} -E copy ${LIBDIR}\/tiff\/lib\/tiff.lib ${HARVEST_TARGET}\/tiff\/lib\/libtiff.lib &&\n ${CMAKE_COMMAND} -E copy_directory ${LIBDIR}\/tiff\/include\/ ${HARVEST_TARGET}\/tiff\/include\/ &&\n # BlendThumb\n ${CMAKE_COMMAND} -E copy ${LIBDIR}\/BlendThumb64\/bin\/blendthumb.dll ${HARVEST_TARGET}\/ThumbHandler\/lib\/BlendThumb64.dll &&\n ${CMAKE_COMMAND} -E copy ${LIBDIR}\/BlendThumb32\/bin\/blendthumb.dll ${HARVEST_TARGET}\/ThumbHandler\/lib\/BlendThumb.dll &&\n # hidapi\n ${CMAKE_COMMAND} -E copy_directory ${LIBDIR}\/hidapi\/ ${HARVEST_TARGET}\/hidapi\/ &&\n # webp, straight up copy\n ${CMAKE_COMMAND} -E copy_directory ${LIBDIR}\/webp ${HARVEST_TARGET}\/webp &&\n DEPENDS\n )\nendif()\n\nif(BUILD_MODE STREQUAL Debug)\n add_custom_target(Harvest_Debug_Results\n # OpenImageIO\n COMMAND ${CMAKE_COMMAND} -E copy ${LIBDIR}\/openimageio\/lib\/OpenImageIO.lib ${HARVEST_TARGET}\/openimageio\/lib\/OpenImageIO_d.lib &&\n ${CMAKE_COMMAND} -E copy ${LIBDIR}\/openimageio\/lib\/OpenImageIO_Util.lib ${HARVEST_TARGET}\/openimageio\/lib\/OpenImageIO_Util_d.lib &&\n # python\n ${CMAKE_COMMAND} -E copy_directory ${LIBDIR}\/python\/ ${HARVEST_TARGET}\/python\/ &&\n # hdf5\n ${CMAKE_COMMAND} -E copy_directory ${LIBDIR}\/hdf5\/lib ${HARVEST_TARGET}\/hdf5\/lib &&\n # numpy\n ${CMAKE_COMMAND} -E copy ${LIBDIR}\/python${PYTHON_SHORT_VERSION_NO_DOTS}_numpy_${NUMPY_SHORT_VERSION}d.tar.gz ${HARVEST_TARGET}\/Release\/python${PYTHON_SHORT_VERSION_NO_DOTS}_numpy_${NUMPY_SHORT_VERSION}d.tar.gz &&\n # python\n ${CMAKE_COMMAND} -E copy ${LIBDIR}\/python${PYTHON_SHORT_VERSION_NO_DOTS}_d.tar.gz ${HARVEST_TARGET}\/Release\/python${PYTHON_SHORT_VERSION_NO_DOTS}_d.tar.gz\n DEPENDS Package_Python\n )\nendif()\n\nelse(WIN32)\n\nfunction(harvest from to)\n set(pattern \"\")\n foreach(f ${ARGN})\n set(pattern ${f})\n endforeach()\n\n if(pattern STREQUAL \"\")\n get_filename_component(dirpath ${to} DIRECTORY)\n get_filename_component(filename ${to} NAME)\n install(\n FILES ${LIBDIR}\/${from}\n DESTINATION ${HARVEST_TARGET}\/${dirpath}\n RENAME ${filename})\n else()\n install(\n DIRECTORY ${LIBDIR}\/${from}\/\n DESTINATION ${HARVEST_TARGET}\/${to}\n USE_SOURCE_PERMISSIONS\n FILES_MATCHING PATTERN ${pattern}\n PATTERN \"pkgconfig\" EXCLUDE\n PATTERN \"cmake\" EXCLUDE\n PATTERN \"__pycache__\" EXCLUDE\n PATTERN \"tests\" EXCLUDE)\n endif()\nendfunction()\n\nharvest(alembic\/include alembic\/include \"*.h\")\nharvest(alembic\/lib\/libAlembic.a alembic\/lib\/libAlembic.a)\nharvest(alembic\/bin alembic\/bin \"*\")\nharvest(boost\/include boost\/include \"*\")\nharvest(boost\/lib boost\/lib \"*.a\")\nharvest(ffmpeg\/include ffmpeg\/include \"*.h\")\nharvest(ffmpeg\/lib ffmpeg\/lib \"*.a\")\nharvest(fftw3\/include fftw3\/include \"*.h\")\nharvest(fftw3\/lib fftw3\/lib \"*.a\")\nharvest(flac\/lib sndfile\/lib \"libFLAC.a\")\nharvest(freetype\/include freetype\/include \"*.h\")\nharvest(freetype\/lib\/libfreetype2ST.a freetype\/lib\/libfreetype.a)\nharvest(glew\/include glew\/include \"*.h\")\nharvest(glew\/lib glew\/lib \"*.a\")\nharvest(ilmbase openexr \"*\")\nharvest(ilmbase\/include openexr\/include \"*.h\")\nharvest(jemalloc\/include jemalloc\/include \"*.h\")\nharvest(jemalloc\/lib jemalloc\/lib \"*.a\")\nharvest(jpg\/include jpeg\/include \"*.h\")\nharvest(jpg\/lib jpeg\/lib \"libjpeg.a\")\nharvest(lame\/lib ffmpeg\/lib \"*.a\")\nharvest(clang\/bin llvm\/bin \"clang-format\")\nharvest(clang\/include llvm\/include \"*\")\nharvest(llvm\/include llvm\/include \"*\")\nharvest(llvm\/bin llvm\/bin \"llvm-config\")\nharvest(llvm\/lib llvm\/lib \"libLLVM*.a\")\nif(APPLE)\n harvest(openmp\/lib openmp\/lib \"*\")\n harvest(openmp\/include openmp\/include \"*.h\")\nendif()\nharvest(ogg\/lib ffmpeg\/lib \"*.a\")\nharvest(openal\/include openal\/include \"*.h\")\nif(UNIX AND NOT APPLE)\n harvest(openal\/lib openal\/lib \"*.a\")\n\n harvest(blosc\/include blosc\/include \"*.h\")\n harvest(blosc\/lib blosc\/lib \"*.a\")\n\n harvest(zlib\/include zlib\/include \"*.h\")\n harvest(zlib\/lib zlib\/lib \"*.a\")\n\n harvest(xml2\/include xml2\/include \"*.h\")\n harvest(xml2\/lib xml2\/lib \"*.a\")\nelse()\n harvest(blosc\/lib openvdb\/lib \"*.a\")\n harvest(xml2\/lib opencollada\/lib \"*.a\")\nendif()\nharvest(opencollada\/include\/opencollada opencollada\/include \"*.h\")\nharvest(opencollada\/lib\/opencollada opencollada\/lib \"*.a\")\nharvest(opencolorio\/include opencolorio\/include \"*.h\")\nharvest(opencolorio\/lib opencolorio\/lib \"*.a\")\nharvest(opencolorio\/lib\/static opencolorio\/lib \"*.a\")\nharvest(openexr\/include openexr\/include \"*.h\")\nharvest(openexr\/lib openexr\/lib \"*.a\")\nharvest(openimageio\/bin openimageio\/bin \"idiff\")\nharvest(openimageio\/bin openimageio\/bin \"maketx\")\nharvest(openimageio\/bin openimageio\/bin \"oiiotool\")\nharvest(openimageio\/include openimageio\/include \"*\")\nharvest(openimageio\/lib openimageio\/lib \"*.a\")\nharvest(openimagedenoise\/include openimagedenoise\/include \"*\")\nharvest(openimagedenoise\/lib openimagedenoise\/lib \"*.a\")\nharvest(openjpeg\/include\/openjpeg-2.3 openjpeg\/include \"*.h\")\nharvest(openjpeg\/lib openjpeg\/lib \"*.a\")\nharvest(opensubdiv\/include opensubdiv\/include \"*.h\")\nharvest(opensubdiv\/lib opensubdiv\/lib \"*.a\")\nharvest(openvdb\/include\/openvdb openvdb\/include\/openvdb \"*.h\")\nharvest(openvdb\/lib openvdb\/lib \"*.a\")\nharvest(osl\/bin osl\/bin \"oslc\")\nharvest(osl\/include osl\/include \"*.h\")\nharvest(osl\/lib osl\/lib \"*.a\")\nharvest(osl\/shaders osl\/shaders \"*.h\")\nharvest(png\/include png\/include \"*.h\")\nharvest(png\/lib png\/lib \"*.a\")\nharvest(python\/bin python\/bin \"python${PYTHON_SHORT_VERSION}m\")\nharvest(python\/include python\/include \"*h\")\nharvest(python\/lib python\/lib \"*\")\nharvest(sdl\/include\/SDL2 sdl\/include \"*.h\")\nharvest(sdl\/lib sdl\/lib \"libSDL2.a\")\nharvest(sndfile\/include sndfile\/include \"*.h\")\nharvest(sndfile\/lib sndfile\/lib \"*.a\")\nharvest(spnav\/include spnav\/include \"*.h\")\nharvest(spnav\/lib spnav\/lib \"*.a\")\nharvest(tbb\/include tbb\/include \"*.h\")\nharvest(tbb\/lib\/libtbb_static.a tbb\/lib\/libtbb.a)\nharvest(theora\/lib ffmpeg\/lib \"*.a\")\nharvest(tiff\/include tiff\/include \"*.h\")\nharvest(tiff\/lib tiff\/lib \"*.a\")\nharvest(vorbis\/lib ffmpeg\/lib \"*.a\")\nharvest(vpx\/lib ffmpeg\/lib \"*.a\")\nharvest(webp\/lib ffmpeg\/lib \"*.a\")\nharvest(x264\/lib ffmpeg\/lib \"*.a\")\nharvest(xvidcore\/lib ffmpeg\/lib \"*.a\")\nharvest(embree\/include embree\/include \"*.h\")\nharvest(embree\/lib embree\/lib \"*.a\")\n\nendif()\n","avg_line_length":44.6747572816,"max_line_length":221,"alphanum_fraction":0.7070520482} +{"size":1091,"ext":"cmake","lang":"CMake","max_stars_count":15.0,"content":"# Install script for directory: \/Users\/silence\/Documents\/Github\/Me\/iOS-Reverse\/Obfuscator\/Source\/tools\/gold\n\n# Set the install prefix\nif(NOT DEFINED CMAKE_INSTALL_PREFIX)\n set(CMAKE_INSTALL_PREFIX \"\/Users\/silence\/Documents\/Github\/Me\/iOS-Reverse\/Obfuscator\/Release\")\nendif()\nstring(REGEX REPLACE \"\/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")\n\n# Set the install configuration name.\nif(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n if(BUILD_TYPE)\n string(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\n CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\n else()\n set(CMAKE_INSTALL_CONFIG_NAME \"MinSizeRel\")\n endif()\n message(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\nendif()\n\n# Set the component getting installed.\nif(NOT CMAKE_INSTALL_COMPONENT)\n if(COMPONENT)\n message(STATUS \"Install component: \\\"${COMPONENT}\\\"\")\n set(CMAKE_INSTALL_COMPONENT \"${COMPONENT}\")\n else()\n set(CMAKE_INSTALL_COMPONENT)\n endif()\nendif()\n\n# Is this installation the result of a crosscompile?\nif(NOT DEFINED CMAKE_CROSSCOMPILING)\n set(CMAKE_CROSSCOMPILING \"FALSE\")\nendif()\n\n","avg_line_length":31.1714285714,"max_line_length":107,"alphanum_fraction":0.7525206233} +{"size":1630,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# The set of languages for which implicit dependencies are needed:\nset(CMAKE_DEPENDS_LANGUAGES\n \"CXX\"\n )\n# The set of files for implicit dependencies of each language:\nset(CMAKE_DEPENDS_CHECK_CXX\n \"\/home\/andrews\/oop\/sikabit\/src\/ConnectivityTool\/ConnectivityTool.cpp\" \"\/home\/andrews\/oop\/sikabit\/build\/release\/src\/CMakeFiles\/ConnectivityTool.dir\/ConnectivityTool\/ConnectivityTool.cpp.o\"\n )\nset(CMAKE_CXX_COMPILER_ID \"GNU\")\n\n# Preprocessor definitions for this target.\nset(CMAKE_TARGET_DEFINITIONS_CXX\n \"STATICLIB\"\n )\n\n# The include file search paths:\nset(CMAKE_CXX_TARGET_INCLUDE_PATH\n \"..\/..\/include\"\n \"..\/..\/src\"\n \"..\/..\/external\"\n \"version\"\n \"..\/..\/src\/Platform\/Linux\"\n )\n\n# Targets to which this target links.\nset(CMAKE_TARGET_LINKED_INFO_FILES\n \"\/home\/andrews\/oop\/sikabit\/build\/release\/src\/CMakeFiles\/CryptoNoteCore.dir\/DependInfo.cmake\"\n \"\/home\/andrews\/oop\/sikabit\/build\/release\/src\/CMakeFiles\/Logging.dir\/DependInfo.cmake\"\n \"\/home\/andrews\/oop\/sikabit\/build\/release\/src\/CMakeFiles\/Crypto.dir\/DependInfo.cmake\"\n \"\/home\/andrews\/oop\/sikabit\/build\/release\/src\/CMakeFiles\/P2P.dir\/DependInfo.cmake\"\n \"\/home\/andrews\/oop\/sikabit\/build\/release\/src\/CMakeFiles\/Rpc.dir\/DependInfo.cmake\"\n \"\/home\/andrews\/oop\/sikabit\/build\/release\/src\/CMakeFiles\/Http.dir\/DependInfo.cmake\"\n \"\/home\/andrews\/oop\/sikabit\/build\/release\/src\/CMakeFiles\/Serialization.dir\/DependInfo.cmake\"\n \"\/home\/andrews\/oop\/sikabit\/build\/release\/src\/CMakeFiles\/Common.dir\/DependInfo.cmake\"\n \"\/home\/andrews\/oop\/sikabit\/build\/release\/src\/CMakeFiles\/System.dir\/DependInfo.cmake\"\n )\n\n# Fortran module output directory.\nset(CMAKE_Fortran_TARGET_MODULE_DIR \"\")\n","avg_line_length":40.75,"max_line_length":189,"alphanum_fraction":0.7865030675} +{"size":198,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"include(cmake\/scheme\/test.cmake)\r\n# target_link_libraries(${AKT_TARGET} PRIVATE Boost::system Boost::serialization)\r\n# if(WIN32)\r\n# target_link_libraries(${AKT_TARGET} PRIVATE ws2_32)\r\n# endif()","avg_line_length":39.6,"max_line_length":82,"alphanum_fraction":0.7575757576} +{"size":282,"ext":"cmake","lang":"CMake","max_stars_count":175.0,"content":"#Description: RNG Driver; user_visible: True\ninclude_guard(GLOBAL)\nmessage(\"driver_rng component is included.\")\n\ntarget_sources(${MCUX_SDK_PROJECT_NAME} PRIVATE\n)\n\ntarget_include_directories(${MCUX_SDK_PROJECT_NAME} PUBLIC\n ${CMAKE_CURRENT_LIST_DIR}\/.\n)\n\n\ninclude(driver_common)\n","avg_line_length":20.1428571429,"max_line_length":58,"alphanum_fraction":0.8085106383} +{"size":6427,"ext":"cmake","lang":"CMake","max_stars_count":14.0,"content":"\nINCLUDE(ListHandle)\n\n\n MACRO(FILTER_OUT FILTERS INPUTS OUTPUT)\n # Mimicks Gnu Make's $(filter-out) which removes elements \n # from a list that match the pattern.\n # Arguments:\n # FILTERS - list of patterns that need to be removed\n # INPUTS - list of inputs that will be worked on\n # OUTPUT - the filtered list to be returned\n # \n # Example: \n # SET(MYLIST this that and the other)\n # SET(FILTS this that)\n #\n # FILTER_OUT(\"${FILTS}\" \"${MYLIST}\" OUT)\n # MESSAGE(\"OUTPUT = ${OUT}\")\n #\n # The output - \n # OUTPUT = and;the;other\n #\n SET(FOUT \"\")\n FOREACH(INP ${INPUTS})\n SET(FILTERED 0)\n FOREACH(FILT ${FILTERS})\n IF(${FILTERED} EQUAL 0)\n IF(\"${FILT}\" STREQUAL \"${INP}\")\n SET(FILTERED 1)\n ENDIF(\"${FILT}\" STREQUAL \"${INP}\")\n ENDIF(${FILTERED} EQUAL 0)\n ENDFOREACH(FILT ${FILTERS})\n IF(${FILTERED} EQUAL 0)\n SET(FOUT ${FOUT} ${INP})\n ENDIF(${FILTERED} EQUAL 0)\n ENDFOREACH(INP ${INPUTS})\n SET(${OUTPUT} ${FOUT})\n ENDMACRO(FILTER_OUT FILTERS INPUTS OUTPUT)\n\n\n MACRO(GET_HEADERS_EXTENSIONLESS DIR GLOB_PATTERN OUTPUT)\n FILE(GLOB TMP \"${DIR}\/${GLOB_PATTERN}\" )\n #FOREACH(F ${TMP})\n # MESSAGE(STATUS \"header-->${F}<--\")\n #ENDFOREACH(F ${TMP})\n FILTER_OUT(\"${DIR}\/CVS\" \"${TMP}\" TMP)\n FILTER_OUT(\"${DIR}\/cvs\" \"${TMP}\" ${OUTPUT})\n FILTER_OUT(\"${DIR}\/.svn\" \"${TMP}\" ${OUTPUT})\n ENDMACRO(GET_HEADERS_EXTENSIONLESS DIR GLOB_PATTERN OUTPUT)\n \nMACRO(ADD_DIRS_TO_ENV_VAR _VARNAME )\n FOREACH(_ADD_PATH ${ARGN}) \n FILE(TO_NATIVE_PATH ${_ADD_PATH} _ADD_NATIVE)\n #SET(_CURR_ENV_PATH $ENV{PATH})\n #LIST(SET _CURR_ENV_PATH ${_ADD_PATH})\n #SET(ENV{PATH} ${_CURR_ENV_PATH})${_FILE}\n IF(WIN32)\n SET(ENV{${_VARNAME}} \"$ENV{${_VARNAME}};${_ADD_NATIVE}\")\n ELSE(WIN32)\n SET(ENV{${_VARNAME}} \"$ENV{${_VARNAME}}:${_ADD_NATIVE}\")\n ENDIF(WIN32)\n #MESSAGE(\" env ${_VARNAME} --->$ENV{${_VARNAME}}<---\")\n ENDFOREACH(_ADD_PATH)\nENDMACRO(ADD_DIRS_TO_ENV_VAR _VARNAME )\n\n#---------------------------------------------------\n# MACRO CORRECT_PATH VAR PATH \n# corrects slashes in PATH to be cmake conformous ( \/ ) \n# and puts result in VAR \n#---------------------------------------------------\n\nMACRO(CORRECT_PATH VAR PATH)\n SET(${VAR} ${PATH})\nIF(WIN32) \n STRING(REGEX REPLACE \"\/\" \"\\\\\\\\\" ${VAR} \"${PATH}\")\nENDIF(WIN32) \nENDMACRO(CORRECT_PATH)\n\nMACRO(TARGET_LOCATIONS_SET_FILE FILE)\n SET(ACCUM_FILE_TARGETS ${FILE})\n FILE(WRITE ${ACCUM_FILE_TARGETS} \"\")\nENDMACRO(TARGET_LOCATIONS_SET_FILE FILE)\n\nMACRO(TARGET_LOCATIONS_ACCUM TARGET_NAME)\n IF(ACCUM_FILE_TARGETS)\n IF(EXISTS ${ACCUM_FILE_TARGETS})\n GET_TARGET_PROPERTY(_FILE_LOCATION ${TARGET_NAME} LOCATION)\n FILE(APPEND ${ACCUM_FILE_TARGETS} \"${_FILE_LOCATION};\")\n #SET(_TARGETS_LIST ${_TARGETS_LIST} \"${_FILE_LOCATION}\" CACHE INTERNAL \"lista dll\")\n #MESSAGE(\"adding target -->${TARGET_NAME}<-- file -->${_FILE_LOCATION}<-- to list -->${_TARGETS_LIST}<--\")\n #SET(ACCUM_FILE_TARGETS ${ACCUM_FILE_TARGETS} ${_FILE_LOCATION})\n ENDIF(EXISTS ${ACCUM_FILE_TARGETS})\n ENDIF(ACCUM_FILE_TARGETS)\nENDMACRO(TARGET_LOCATIONS_ACCUM TARGET_NAME)\n\nMACRO(TARGET_LOCATIONS_GET_LIST _VAR)\n IF(ACCUM_FILE_TARGETS)\n IF(EXISTS ${ACCUM_FILE_TARGETS})\n FILE(READ ${ACCUM_FILE_TARGETS} ${_VAR}) \n ENDIF(EXISTS ${ACCUM_FILE_TARGETS})\n ENDIF(ACCUM_FILE_TARGETS)\nENDMACRO(TARGET_LOCATIONS_GET_LIST _VAR)\n\n\nMACRO(FIND_DEPENDENCY DEPNAME INCLUDEFILE LIBRARY SEARCHPATHLIST)\n\nMESSAGE(STATUS \"searching ${DEPNAME} -->${INCLUDEFILE}<-->${LIBRARY}<-->${SEARCHPATHLIST}<--\")\n\nSET(MY_PATH_INCLUDE )\nSET(MY_PATH_LIB )\nSET(MY_PATH_BIN )\n\nFOREACH( MYPATH ${SEARCHPATHLIST} )\n SET(MY_PATH_INCLUDE ${MY_PATH_INCLUDE} ${MYPATH}\/include)\n SET(MY_PATH_LIB ${MY_PATH_LIB} ${MYPATH}\/lib)\n SET(MY_PATH_BIN ${MY_PATH_BIN} ${MYPATH}\/bin)\nENDFOREACH( MYPATH ${SEARCHPATHLIST} )\n\nSET(MYLIBRARY \"${LIBRARY}\")\nSEPARATE_ARGUMENTS(MYLIBRARY)\n\n#MESSAGE( \" include paths: -->${MY_PATH_INCLUDE}<--\")\n\n#MESSAGE( \" ${DEPNAME}_INCLUDE_DIR --> ${${DEPNAME}_INCLUDE_DIR}<--\")\n \nFIND_PATH(\"${DEPNAME}_INCLUDE_DIR\" ${INCLUDEFILE}\n ${MY_PATH_INCLUDE}\n)\nMARK_AS_ADVANCED(\"${DEPNAME}_INCLUDE_DIR\")\n#MESSAGE( \" ${DEPNAME}_INCLUDE_DIR --> ${${DEPNAME}_INCLUDE_DIR}<--\")\n\nFIND_LIBRARY(\"${DEPNAME}_LIBRARY\" \n NAMES ${MYLIBRARY}\n PATHS ${MY_PATH_LIB}\n)\nIF(${DEPNAME}_LIBRARY)\n GET_FILENAME_COMPONENT(MYLIBNAME ${${DEPNAME}_LIBRARY} NAME_WE)\n GET_FILENAME_COMPONENT(MYBINPATH ${${DEPNAME}_LIBRARY} PATH)\n GET_FILENAME_COMPONENT(MYBINPATH ${MYBINPATH} PATH)\n SET(MYBINPATH \"${MYBINPATH}\/bin\")\n IF(EXISTS ${MYBINPATH})\n SET(MYFOUND 0)\n FOREACH(MYPATH ${MY_ACCUM_BINARY_DEP})\n IF(MYPATH MATCHES ${MYBINPATH})\n SET(MYFOUND 1)\n #MESSAGE(\"found -->${MYPATH}<-->${MYBINPATH}<--\")\n ENDIF(MYPATH MATCHES ${MYBINPATH})\n ENDFOREACH(MYPATH )\n IF(MYFOUND EQUAL 0)\n SET(MY_ACCUM_BINARY_DEP ${MY_ACCUM_BINARY_DEP} ${MYBINPATH})\n ENDIF(MYFOUND EQUAL 0)\n ENDIF(EXISTS ${MYBINPATH})\n #MESSAGE(\"${DEPNAME}_BINDEP searching -->${MYLIBNAME}${CMAKE_SHARED_MODULE_SUFFIX}<--in-->${MY_PATH_BIN}<--\")\n# FIND_FILE(\"${DEPNAME}_BINDEP\" \n# ${MYLIBNAME}${CMAKE_SHARED_MODULE_SUFFIX}\n# PATHS ${MY_PATH_BIN}\n# )\n# FIND_LIBRARY(\"${DEPNAME}_BINDEP\" \n# NAMES ${MYLIBRARY}\n# PATHS ${MY_PATH_BIN}\n# )\nENDIF(${DEPNAME}_LIBRARY)\nMARK_AS_ADVANCED(\"${DEPNAME}_LIBRARY\")\n#MESSAGE( \" ${DEPNAME}_LIBRARY --> ${${DEPNAME}_LIBRARY}<--\")\nIF(${DEPNAME}_INCLUDE_DIR)\n IF(${DEPNAME}_LIBRARY)\n SET( ${DEPNAME}_FOUND \"YES\" )\n SET( ${DEPNAME}_LIBRARIES ${${DEPNAME}_LIBRARY} )\n ENDIF(${DEPNAME}_LIBRARY)\nENDIF(${DEPNAME}_INCLUDE_DIR)\nENDMACRO(FIND_DEPENDENCY DEPNAME INCLUDEFILE LIBRARY SEARCHPATHLIST)\n\n#SET(MACRO_MESSAGE_DEBUG TRUE)\nMACRO(MACRO_MESSAGE MYTEXT)\n IF(MACRO_MESSAGE_DEBUG)\n MESSAGE(\"in file -->${CMAKE_CURRENT_LIST_FILE}<-- line -->${CMAKE_CURRENT_LIST_LINE}<-- message ${MYTEXT}\")\n ELSE(MACRO_MESSAGE_DEBUG)\n MESSAGE(STATUS \"in file -->${CMAKE_CURRENT_LIST_FILE}<-- line -->${CMAKE_CURRENT_LIST_LINE}<-- message ${MYTEXT}\")\n ENDIF(MACRO_MESSAGE_DEBUG)\nENDMACRO(MACRO_MESSAGE MYTEXT)\n","avg_line_length":35.5082872928,"max_line_length":123,"alphanum_fraction":0.6374669364} +{"size":1063,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# The set of languages for which implicit dependencies are needed:\nset(CMAKE_DEPENDS_LANGUAGES\n \"CXX\"\n )\n# The set of files for implicit dependencies of each language:\nset(CMAKE_DEPENDS_CHECK_CXX\n \"\/home\/agnes\/Documents\/mybraft\/example\/counter\/client.cpp\" \"\/home\/agnes\/Documents\/mybraft\/example\/counter\/CMakeFiles\/counter_client.dir\/client.cpp.o\"\n \"\/home\/agnes\/Documents\/mybraft\/example\/counter\/counter.pb.cc\" \"\/home\/agnes\/Documents\/mybraft\/example\/counter\/CMakeFiles\/counter_client.dir\/counter.pb.cc.o\"\n )\nset(CMAKE_CXX_COMPILER_ID \"GNU\")\n\n# The include file search paths:\nset(CMAKE_CXX_TARGET_INCLUDE_PATH\n \".\"\n \"\/home\/agnes\/Documents\/aaaa\/myleveldb\/include\"\n \"\/usr\/local\/include\"\n )\n\n# Pairs of files generated by the same build rule.\nset(CMAKE_MULTIPLE_OUTPUT_PAIRS\n \"\/home\/agnes\/Documents\/mybraft\/example\/counter\/counter.pb.h\" \"\/home\/agnes\/Documents\/mybraft\/example\/counter\/counter.pb.cc\"\n )\n\n\n# Targets to which this target links.\nset(CMAKE_TARGET_LINKED_INFO_FILES\n )\n\n# Fortran module output directory.\nset(CMAKE_Fortran_TARGET_MODULE_DIR \"\")\n","avg_line_length":34.2903225806,"max_line_length":157,"alphanum_fraction":0.7902163688} +{"size":1186,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# Install script for directory: \/home\/dafran\/test\/modules\/bsim_hw_models\/nrf_hw_models\n\n# Set the install prefix\nif(NOT DEFINED CMAKE_INSTALL_PREFIX)\n set(CMAKE_INSTALL_PREFIX \"\/usr\/local\")\nendif()\nstring(REGEX REPLACE \"\/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")\n\n# Set the install configuration name.\nif(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n if(BUILD_TYPE)\n string(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\n CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\n else()\n set(CMAKE_INSTALL_CONFIG_NAME \"\")\n endif()\n message(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\nendif()\n\n# Set the component getting installed.\nif(NOT CMAKE_INSTALL_COMPONENT)\n if(COMPONENT)\n message(STATUS \"Install component: \\\"${COMPONENT}\\\"\")\n set(CMAKE_INSTALL_COMPONENT \"${COMPONENT}\")\n else()\n set(CMAKE_INSTALL_COMPONENT)\n endif()\nendif()\n\n# Is this installation the result of a crosscompile?\nif(NOT DEFINED CMAKE_CROSSCOMPILING)\n set(CMAKE_CROSSCOMPILING \"TRUE\")\nendif()\n\n# Set default install directory permissions.\nif(NOT DEFINED CMAKE_OBJDUMP)\n set(CMAKE_OBJDUMP \"\/home\/dafran\/zephyr-sdk-0.11.3\/arm-zephyr-eabi\/bin\/arm-zephyr-eabi-objdump\")\nendif()\n\n","avg_line_length":29.65,"max_line_length":97,"alphanum_fraction":0.7487352445} +{"size":13061,"ext":"cmake","lang":"CMake","max_stars_count":1.0,"content":"# James Bigler, NVIDIA Corp (nvidia.com - jbigler)\n#\n# Copyright (c) 2008 - 2009 NVIDIA Corporation. All rights reserved.\n#\n# This code is licensed under the MIT License. See the FindCUDA.cmake script\n# for the text of the license.\n\n# The MIT License\n#\n# License for the specific language governing rights and limitations under\n# Permission is hereby granted, free of charge, to any person obtaining a\n# copy of this software and associated documentation files (the \"Software\"),\n# to deal in the Software without restriction, including without limitation\n# the rights to use, copy, modify, merge, publish, distribute, sublicense,\n# and\/or sell copies of the Software, and to permit persons to whom the\n# Software is furnished to do so, subject to the following conditions:\n#\n# The above copyright notice and this permission notice shall be included\n# in all copies or substantial portions of the Software.\n#\n# THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n# DEALINGS IN THE SOFTWARE.\n\n\n##########################################################################\n# This file runs the nvcc commands to produce the desired output file along with\n# the dependency file needed by CMake to compute dependencies. In addition the\n# file checks the output of each command and if the command fails it deletes the\n# output files.\n\n# Input variables\n#\n# verbose:BOOL=<> OFF: Be as quiet as possible (default)\n# ON : Describe each step\n#\n# build_configuration:STRING=<> Typically one of Debug, MinSizeRel, Release, or\n# RelWithDebInfo, but it should match one of the\n# entries in CUDA_HOST_FLAGS. This is the build\n# configuration used when compiling the code. If\n# blank or unspecified Debug is assumed as this is\n# what CMake does.\n#\n# generated_file:STRING=<> File to generate. This argument must be passed in.\n#\n# generated_cubin_file:STRING=<> File to generate. This argument must be passed\n# in if build_cubin is true.\n\nif(NOT generated_file)\n message(FATAL_ERROR \"You must specify generated_file on the command line\")\nendif()\n\n# Set these up as variables to make reading the generated file easier\nset(CMAKE_COMMAND \"\/usr\/local\/bin\/cmake\") # path\nset(source_file \"\/home\/legolas\/CNN_libs\/caffe-master_last\/src\/caffe\/layers\/split_layer.cu\") # path\nset(NVCC_generated_dependency_file \"\/home\/legolas\/CNN_libs\/caffe-master_last\/src\/caffe\/CMakeFiles\/cuda_compile.dir\/layers\/cuda_compile_generated_split_layer.cu.o.NVCC-depend\") # path\nset(cmake_dependency_file \"\/home\/legolas\/CNN_libs\/caffe-master_last\/src\/caffe\/CMakeFiles\/cuda_compile.dir\/layers\/cuda_compile_generated_split_layer.cu.o.depend\") # path\nset(CUDA_make2cmake \"\/usr\/local\/share\/cmake-3.2\/Modules\/FindCUDA\/make2cmake.cmake\") # path\nset(CUDA_parse_cubin \"\/usr\/local\/share\/cmake-3.2\/Modules\/FindCUDA\/parse_cubin.cmake\") # path\nset(build_cubin OFF) # bool\nset(CUDA_HOST_COMPILER \"\/usr\/bin\/gcc-4.8\") # path\n# We won't actually use these variables for now, but we need to set this, in\n# order to force this file to be run again if it changes.\nset(generated_file_path \"\/home\/legolas\/CNN_libs\/caffe-master_last\/src\/caffe\/CMakeFiles\/cuda_compile.dir\/layers\/.\") # path\nset(generated_file_internal \"\/home\/legolas\/CNN_libs\/caffe-master_last\/src\/caffe\/CMakeFiles\/cuda_compile.dir\/layers\/.\/cuda_compile_generated_split_layer.cu.o\") # path\nset(generated_cubin_file_internal \"\/home\/legolas\/CNN_libs\/caffe-master_last\/src\/caffe\/CMakeFiles\/cuda_compile.dir\/layers\/.\/cuda_compile_generated_split_layer.cu.o.cubin.txt\") # path\n\nset(CUDA_NVCC_EXECUTABLE \"\/usr\/local\/cuda\/bin\/nvcc\") # path\nset(CUDA_NVCC_FLAGS -gencode;arch=compute_75,code=sm_75;-Xcudafe;--diag_suppress=cc_clobber_ignored;-Xcudafe;--diag_suppress=integer_sign_change;-Xcudafe;--diag_suppress=useless_using_declaration;-Xcudafe;--diag_suppress=set_but_not_used;-DUSE_LMDB;-DUSE_LEVELDB;-DUSE_CUDNN;-DUSE_OPENCV;-DWITH_PYTHON_LAYER;-Xcompiler;-fPIC ;; ) # list\n# Build specific configuration flags\nset(CUDA_NVCC_FLAGS_DEBUG ; )\nset(CUDA_NVCC_FLAGS_RELEASE ; )\nset(CUDA_NVCC_FLAGS_MINSIZEREL ; )\nset(CUDA_NVCC_FLAGS_RELWITHDEBINFO ; )\nset(nvcc_flags -m64;-DCAFFE_VERSION=1.0.0) # list\nset(CUDA_NVCC_INCLUDE_ARGS \"-I\/home\/legolas\/CNN_libs\/caffe-master_last\/include;-I\/home\/legolas\/CNN_libs\/caffe-master_last\/src;-I\/usr\/include;-I\/usr\/local\/include;-I\/usr\/local\/include;-I\/usr\/include;-I\/usr\/include;-I\/usr\/include;-I\/usr\/include;-I\/usr\/include;-I\/usr\/local\/cuda\/include;-I\/usr\/local\/cuda\/include;-I\/usr\/local\/include;-I\/usr\/local\/include\/opencv;-I\/usr\/include;-I\/usr\/include\/atlas;-I\/usr\/include\/python2.7;-I\/usr\/local\/lib\/python2.7\/dist-packages\/numpy\/core\/include;-I\/usr\/include;-I\/usr\/local\/cuda\/include;-I\/home\/legolas\/CNN_libs\/caffe-master_last\/include;-I\/home\/legolas\/CNN_libs\/caffe-master_last\") # list (needs to be in quotes to handle spaces properly).\nset(format_flag \"-c\") # string\n\nif(build_cubin AND NOT generated_cubin_file)\n message(FATAL_ERROR \"You must specify generated_cubin_file on the command line\")\nendif()\n\n# This is the list of host compilation flags. It C or CXX should already have\n# been chosen by FindCUDA.cmake.\nset(CMAKE_HOST_FLAGS -fPIC -Wall -Wno-sign-compare -Wno-uninitialized )\nset(CMAKE_HOST_FLAGS_DEBUG -g)\nset(CMAKE_HOST_FLAGS_RELEASE -O3 -DNDEBUG)\nset(CMAKE_HOST_FLAGS_MINSIZEREL -Os -DNDEBUG)\nset(CMAKE_HOST_FLAGS_RELWITHDEBINFO -O2 -g -DNDEBUG)\n\n# Take the compiler flags and package them up to be sent to the compiler via -Xcompiler\nset(nvcc_host_compiler_flags \"\")\n# If we weren't given a build_configuration, use Debug.\nif(NOT build_configuration)\n set(build_configuration Debug)\nendif()\nstring(TOUPPER \"${build_configuration}\" build_configuration)\n#message(\"CUDA_NVCC_HOST_COMPILER_FLAGS = ${CUDA_NVCC_HOST_COMPILER_FLAGS}\")\nforeach(flag ${CMAKE_HOST_FLAGS} ${CMAKE_HOST_FLAGS_${build_configuration}})\n # Extra quotes are added around each flag to help nvcc parse out flags with spaces.\n set(nvcc_host_compiler_flags \"${nvcc_host_compiler_flags},\\\"${flag}\\\"\")\nendforeach()\nif (nvcc_host_compiler_flags)\n set(nvcc_host_compiler_flags \"-Xcompiler\" ${nvcc_host_compiler_flags})\nendif()\n#message(\"nvcc_host_compiler_flags = \\\"${nvcc_host_compiler_flags}\\\"\")\n# Add the build specific configuration flags\nlist(APPEND CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS_${build_configuration}})\n\n# Any -ccbin existing in CUDA_NVCC_FLAGS gets highest priority\nlist( FIND CUDA_NVCC_FLAGS \"-ccbin\" ccbin_found0 )\nlist( FIND CUDA_NVCC_FLAGS \"--compiler-bindir\" ccbin_found1 )\nif( ccbin_found0 LESS 0 AND ccbin_found1 LESS 0 AND CUDA_HOST_COMPILER )\n if (CUDA_HOST_COMPILER STREQUAL \"$(VCInstallDir)bin\" AND DEFINED CCBIN)\n set(CCBIN -ccbin \"${CCBIN}\")\n else()\n set(CCBIN -ccbin \"${CUDA_HOST_COMPILER}\")\n endif()\nendif()\n\n# cuda_execute_process - Executes a command with optional command echo and status message.\n#\n# status - Status message to print if verbose is true\n# command - COMMAND argument from the usual execute_process argument structure\n# ARGN - Remaining arguments are the command with arguments\n#\n# CUDA_result - return value from running the command\n#\n# Make this a macro instead of a function, so that things like RESULT_VARIABLE\n# and other return variables are present after executing the process.\nmacro(cuda_execute_process status command)\n set(_command ${command})\n if(NOT \"x${_command}\" STREQUAL \"xCOMMAND\")\n message(FATAL_ERROR \"Malformed call to cuda_execute_process. Missing COMMAND as second argument. (command = ${command})\")\n endif()\n if(verbose)\n execute_process(COMMAND \"${CMAKE_COMMAND}\" -E echo -- ${status})\n # Now we need to build up our command string. We are accounting for quotes\n # and spaces, anything else is left up to the user to fix if they want to\n # copy and paste a runnable command line.\n set(cuda_execute_process_string)\n foreach(arg ${ARGN})\n # If there are quotes, excape them, so they come through.\n string(REPLACE \"\\\"\" \"\\\\\\\"\" arg ${arg})\n # Args with spaces need quotes around them to get them to be parsed as a single argument.\n if(arg MATCHES \" \")\n list(APPEND cuda_execute_process_string \"\\\"${arg}\\\"\")\n else()\n list(APPEND cuda_execute_process_string ${arg})\n endif()\n endforeach()\n # Echo the command\n execute_process(COMMAND ${CMAKE_COMMAND} -E echo ${cuda_execute_process_string})\n endif()\n # Run the command\n execute_process(COMMAND ${ARGN} RESULT_VARIABLE CUDA_result )\nendmacro()\n\n# Delete the target file\ncuda_execute_process(\n \"Removing ${generated_file}\"\n COMMAND \"${CMAKE_COMMAND}\" -E remove \"${generated_file}\"\n )\n\n# For CUDA 2.3 and below, -G -M doesn't work, so remove the -G flag\n# for dependency generation and hope for the best.\nset(depends_CUDA_NVCC_FLAGS \"${CUDA_NVCC_FLAGS}\")\nset(CUDA_VERSION 10.0)\nif(CUDA_VERSION VERSION_LESS \"3.0\")\n cmake_policy(PUSH)\n # CMake policy 0007 NEW states that empty list elements are not\n # ignored. I'm just setting it to avoid the warning that's printed.\n cmake_policy(SET CMP0007 NEW)\n # Note that this will remove all occurances of -G.\n list(REMOVE_ITEM depends_CUDA_NVCC_FLAGS \"-G\")\n cmake_policy(POP)\nendif()\n\n# nvcc doesn't define __CUDACC__ for some reason when generating dependency files. This\n# can cause incorrect dependencies when #including files based on this macro which is\n# defined in the generating passes of nvcc invokation. We will go ahead and manually\n# define this for now until a future version fixes this bug.\nset(CUDACC_DEFINE -D__CUDACC__)\n\n# Generate the dependency file\ncuda_execute_process(\n \"Generating dependency file: ${NVCC_generated_dependency_file}\"\n COMMAND \"${CUDA_NVCC_EXECUTABLE}\"\n -M\n ${CUDACC_DEFINE}\n \"${source_file}\"\n -o \"${NVCC_generated_dependency_file}\"\n ${CCBIN}\n ${nvcc_flags}\n ${nvcc_host_compiler_flags}\n ${depends_CUDA_NVCC_FLAGS}\n -DNVCC\n ${CUDA_NVCC_INCLUDE_ARGS}\n )\n\nif(CUDA_result)\n message(FATAL_ERROR \"Error generating ${generated_file}\")\nendif()\n\n# Generate the cmake readable dependency file to a temp file. Don't put the\n# quotes just around the filenames for the input_file and output_file variables.\n# CMake will pass the quotes through and not be able to find the file.\ncuda_execute_process(\n \"Generating temporary cmake readable file: ${cmake_dependency_file}.tmp\"\n COMMAND \"${CMAKE_COMMAND}\"\n -D \"input_file:FILEPATH=${NVCC_generated_dependency_file}\"\n -D \"output_file:FILEPATH=${cmake_dependency_file}.tmp\"\n -P \"${CUDA_make2cmake}\"\n )\n\nif(CUDA_result)\n message(FATAL_ERROR \"Error generating ${generated_file}\")\nendif()\n\n# Copy the file if it is different\ncuda_execute_process(\n \"Copy if different ${cmake_dependency_file}.tmp to ${cmake_dependency_file}\"\n COMMAND \"${CMAKE_COMMAND}\" -E copy_if_different \"${cmake_dependency_file}.tmp\" \"${cmake_dependency_file}\"\n )\n\nif(CUDA_result)\n message(FATAL_ERROR \"Error generating ${generated_file}\")\nendif()\n\n# Delete the temporary file\ncuda_execute_process(\n \"Removing ${cmake_dependency_file}.tmp and ${NVCC_generated_dependency_file}\"\n COMMAND \"${CMAKE_COMMAND}\" -E remove \"${cmake_dependency_file}.tmp\" \"${NVCC_generated_dependency_file}\"\n )\n\nif(CUDA_result)\n message(FATAL_ERROR \"Error generating ${generated_file}\")\nendif()\n\n# Generate the code\ncuda_execute_process(\n \"Generating ${generated_file}\"\n COMMAND \"${CUDA_NVCC_EXECUTABLE}\"\n \"${source_file}\"\n ${format_flag} -o \"${generated_file}\"\n ${CCBIN}\n ${nvcc_flags}\n ${nvcc_host_compiler_flags}\n ${CUDA_NVCC_FLAGS}\n -DNVCC\n ${CUDA_NVCC_INCLUDE_ARGS}\n )\n\nif(CUDA_result)\n # Since nvcc can sometimes leave half done files make sure that we delete the output file.\n cuda_execute_process(\n \"Removing ${generated_file}\"\n COMMAND \"${CMAKE_COMMAND}\" -E remove \"${generated_file}\"\n )\n message(FATAL_ERROR \"Error generating file ${generated_file}\")\nelse()\n if(verbose)\n message(\"Generated ${generated_file} successfully.\")\n endif()\nendif()\n\n# Cubin resource report commands.\nif( build_cubin )\n # Run with -cubin to produce resource usage report.\n cuda_execute_process(\n \"Generating ${generated_cubin_file}\"\n COMMAND \"${CUDA_NVCC_EXECUTABLE}\"\n \"${source_file}\"\n ${CUDA_NVCC_FLAGS}\n ${nvcc_flags}\n ${CCBIN}\n ${nvcc_host_compiler_flags}\n -DNVCC\n -cubin\n -o \"${generated_cubin_file}\"\n ${CUDA_NVCC_INCLUDE_ARGS}\n )\n\n # Execute the parser script.\n cuda_execute_process(\n \"Executing the parser script\"\n COMMAND \"${CMAKE_COMMAND}\"\n -D \"input_file:STRING=${generated_cubin_file}\"\n -P \"${CUDA_parse_cubin}\"\n )\n\nendif()\n","avg_line_length":43.9764309764,"max_line_length":674,"alphanum_fraction":0.746267514} +{"size":266,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"file(REMOVE_RECURSE\n \"CMakeFiles\/WallsAndGates.dir\/main.cpp.o\"\n \"WallsAndGates.pdb\"\n \"WallsAndGates\"\n)\n\n# Per-language clean rules from dependency scanning.\nforeach(lang CXX)\n include(CMakeFiles\/WallsAndGates.dir\/cmake_clean_${lang}.cmake OPTIONAL)\nendforeach()\n","avg_line_length":24.1818181818,"max_line_length":74,"alphanum_fraction":0.7894736842} +{"size":6268,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"cmake_minimum_required(VERSION 3.5)\n\nmacro(debug_message)\n if(DEFINED PORT_DEBUG AND PORT_DEBUG)\n message(STATUS \"[DEBUG] ${ARGN}\")\n endif()\nendmacro()\n\n#Detect .vcpkg-root to figure VCPKG_ROOT_DIR\nSET(VCPKG_ROOT_DIR_CANDIDATE ${CMAKE_CURRENT_LIST_DIR})\nwhile(IS_DIRECTORY ${VCPKG_ROOT_DIR_CANDIDATE} AND NOT EXISTS \"${VCPKG_ROOT_DIR_CANDIDATE}\/.vcpkg-root\")\n get_filename_component(VCPKG_ROOT_DIR_TEMP ${VCPKG_ROOT_DIR_CANDIDATE} DIRECTORY)\n if (VCPKG_ROOT_DIR_TEMP STREQUAL VCPKG_ROOT_DIR_CANDIDATE) # If unchanged, we have reached the root of the drive\n message(FATAL_ERROR \"Could not find .vcpkg-root\")\n else()\n SET(VCPKG_ROOT_DIR_CANDIDATE ${VCPKG_ROOT_DIR_TEMP})\n endif()\nendwhile()\n\nset(VCPKG_ROOT_DIR ${VCPKG_ROOT_DIR_CANDIDATE})\n\nlist(APPEND CMAKE_MODULE_PATH ${VCPKG_ROOT_DIR}\/scripts\/cmake)\nset(CURRENT_INSTALLED_DIR ${VCPKG_ROOT_DIR}\/installed\/${TARGET_TRIPLET} CACHE PATH \"Location to install final packages\")\nset(DOWNLOADS ${VCPKG_ROOT_DIR}\/downloads CACHE PATH \"Location to download sources and tools\")\nset(PACKAGES_DIR ${VCPKG_ROOT_DIR}\/packages CACHE PATH \"Location to store package images\")\nset(BUILDTREES_DIR ${VCPKG_ROOT_DIR}\/buildtrees CACHE PATH \"Location to perform actual extract+config+build\")\n\nif(PORT)\n set(CURRENT_BUILDTREES_DIR ${BUILDTREES_DIR}\/${PORT})\n set(CURRENT_PACKAGES_DIR ${PACKAGES_DIR}\/${PORT}_${TARGET_TRIPLET})\nendif()\n\n\nif(CMD MATCHES \"^BUILD$\")\n set(CMAKE_TRIPLET_FILE ${TARGET_TRIPLET_FILE})\n if(NOT EXISTS ${CMAKE_TRIPLET_FILE})\n message(FATAL_ERROR \"Unsupported target triplet. Triplet file does not exist: ${CMAKE_TRIPLET_FILE}\")\n endif()\n\n if(NOT DEFINED CURRENT_PORT_DIR)\n message(FATAL_ERROR \"CURRENT_PORT_DIR was not defined\")\n endif()\n set(TO_CMAKE_PATH \"${CURRENT_PORT_DIR}\" CURRENT_PORT_DIR)\n if(NOT EXISTS ${CURRENT_PORT_DIR})\n message(FATAL_ERROR \"Cannot find port: ${PORT}\\n Directory does not exist: ${CURRENT_PORT_DIR}\")\n endif()\n if(NOT EXISTS ${CURRENT_PORT_DIR}\/portfile.cmake)\n message(FATAL_ERROR \"Port is missing portfile: ${CURRENT_PORT_DIR}\/portfile.cmake\")\n endif()\n if(NOT EXISTS ${CURRENT_PORT_DIR}\/CONTROL)\n message(FATAL_ERROR \"Port is missing control file: ${CURRENT_PORT_DIR}\/CONTROL\")\n endif()\n\n unset(PACKAGES_DIR)\n unset(BUILDTREES_DIR)\n\n if(EXISTS ${CURRENT_PACKAGES_DIR})\n file(GLOB FILES_IN_CURRENT_PACKAGES_DIR \"${CURRENT_PACKAGES_DIR}\/*\")\n if(FILES_IN_CURRENT_PACKAGES_DIR)\n file(REMOVE_RECURSE ${FILES_IN_CURRENT_PACKAGES_DIR})\n file(GLOB FILES_IN_CURRENT_PACKAGES_DIR \"${CURRENT_PACKAGES_DIR}\/*\")\n if(FILES_IN_CURRENT_PACKAGES_DIR)\n message(FATAL_ERROR \"Unable to empty directory: ${CURRENT_PACKAGES_DIR}\\n Files are likely in use.\")\n endif()\n endif()\n endif()\n file(MAKE_DIRECTORY ${CURRENT_BUILDTREES_DIR} ${CURRENT_PACKAGES_DIR})\n\n include(${CMAKE_TRIPLET_FILE})\n\n if (DEFINED VCPKG_ENV_OVERRIDES_FILE)\n include(${VCPKG_ENV_OVERRIDES_FILE})\n endif()\n\n if (DEFINED VCPKG_PORT_TOOLCHAINS)\n foreach(VCPKG_PORT_TOOLCHAIN ${VCPKG_PORT_TOOLCHAINS})\n include(${VCPKG_PORT_TOOLCHAIN})\n endforeach()\n endif()\n\n set(TRIPLET_SYSTEM_ARCH ${VCPKG_TARGET_ARCHITECTURE})\n include(${CMAKE_CURRENT_LIST_DIR}\/cmake\/vcpkg_common_definitions.cmake)\n include(${CMAKE_CURRENT_LIST_DIR}\/cmake\/vcpkg_common_functions.cmake)\n include(${CURRENT_PORT_DIR}\/portfile.cmake)\n\n set(BUILD_INFO_FILE_PATH ${CURRENT_PACKAGES_DIR}\/BUILD_INFO)\n file(WRITE ${BUILD_INFO_FILE_PATH} \"CRTLinkage: ${VCPKG_CRT_LINKAGE}\\n\")\n file(APPEND ${BUILD_INFO_FILE_PATH} \"LibraryLinkage: ${VCPKG_LIBRARY_LINKAGE}\\n\")\n\n if (DEFINED VCPKG_POLICY_DLLS_WITHOUT_LIBS)\n file(APPEND ${BUILD_INFO_FILE_PATH} \"PolicyDLLsWithoutLIBs: ${VCPKG_POLICY_DLLS_WITHOUT_LIBS}\\n\")\n endif()\n if (DEFINED VCPKG_POLICY_EMPTY_PACKAGE)\n file(APPEND ${BUILD_INFO_FILE_PATH} \"PolicyEmptyPackage: ${VCPKG_POLICY_EMPTY_PACKAGE}\\n\")\n endif()\n if (DEFINED VCPKG_POLICY_ONLY_RELEASE_CRT)\n file(APPEND ${BUILD_INFO_FILE_PATH} \"PolicyOnlyReleaseCRT: ${VCPKG_POLICY_ONLY_RELEASE_CRT}\\n\")\n endif()\n if (DEFINED VCPKG_POLICY_ALLOW_OBSOLETE_MSVCRT)\n file(APPEND ${BUILD_INFO_FILE_PATH} \"PolicyAllowObsoleteMsvcrt: ${VCPKG_POLICY_ALLOW_OBSOLETE_MSVCRT}\\n\")\n endif()\n if (DEFINED VCPKG_POLICY_EMPTY_INCLUDE_FOLDER)\n file(APPEND ${BUILD_INFO_FILE_PATH} \"PolicyEmptyIncludeFolder: ${VCPKG_POLICY_EMPTY_INCLUDE_FOLDER}\\n\")\n endif()\n if (DEFINED VCPKG_HEAD_VERSION)\n file(APPEND ${BUILD_INFO_FILE_PATH} \"Version: ${VCPKG_HEAD_VERSION}\\n\")\n endif()\nelseif(CMD MATCHES \"^CREATE$\")\n file(TO_NATIVE_PATH ${VCPKG_ROOT_DIR} NATIVE_VCPKG_ROOT_DIR)\n file(TO_NATIVE_PATH ${DOWNLOADS} NATIVE_DOWNLOADS)\n if(EXISTS ports\/${PORT}\/portfile.cmake)\n message(FATAL_ERROR \"Portfile already exists: '${NATIVE_VCPKG_ROOT_DIR}\\\\ports\\\\${PORT}\\\\portfile.cmake'\")\n endif()\n if(NOT FILENAME)\n get_filename_component(FILENAME \"${URL}\" NAME)\n endif()\n string(REGEX REPLACE \"(\\\\.(zip|gz|tar|tgz|bz2))+\\$\" \"\" ROOT_NAME ${FILENAME})\n if(EXISTS ${DOWNLOADS}\/${FILENAME})\n message(STATUS \"Using pre-downloaded: ${NATIVE_DOWNLOADS}\\\\${FILENAME}\")\n message(STATUS \"If this is not desired, delete the file and ${NATIVE_VCPKG_ROOT_DIR}\\\\ports\\\\${PORT}\")\n else()\n include(vcpkg_download_distfile)\n set(_VCPKG_INTERNAL_NO_HASH_CHECK \"TRUE\")\n vcpkg_download_distfile(ARCHIVE\n URLS ${URL}\n FILENAME ${FILENAME}\n )\n set(_VCPKG_INTERNAL_NO_HASH_CHECK \"FALSE\")\n endif()\n file(SHA512 ${DOWNLOADS}\/${FILENAME} SHA512)\n\n file(MAKE_DIRECTORY ports\/${PORT})\n configure_file(scripts\/templates\/portfile.in.cmake ports\/${PORT}\/portfile.cmake @ONLY)\n configure_file(scripts\/templates\/CONTROL.in ports\/${PORT}\/CONTROL @ONLY)\n\n message(STATUS \"Generated portfile: ${NATIVE_VCPKG_ROOT_DIR}\\\\ports\\\\${PORT}\\\\portfile.cmake\")\n message(STATUS \"Generated CONTROL: ${NATIVE_VCPKG_ROOT_DIR}\\\\ports\\\\${PORT}\\\\CONTROL\")\n message(STATUS \"To launch an editor for these new files, run\")\n message(STATUS \" .\\\\vcpkg edit ${PORT}\")\nendif()\n","avg_line_length":44.4539007092,"max_line_length":120,"alphanum_fraction":0.7275047862} +{"size":793,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# The set of languages for which implicit dependencies are needed:\nset(CMAKE_DEPENDS_LANGUAGES\n \"CXX\"\n )\n# The set of files for implicit dependencies of each language:\nset(CMAKE_DEPENDS_CHECK_CXX\n \"\/home\/suisei\/projects\/research\/mmg_simulator\/mmg_simulator\/include\/eigen\/test\/sparselu.cpp\" \"\/home\/suisei\/projects\/research\/mmg_simulator\/mmg_simulator\/build\/include\/eigen\/test\/CMakeFiles\/sparselu_1.dir\/sparselu.cpp.o\"\n )\nset(CMAKE_CXX_COMPILER_ID \"GNU\")\n\n# The include file search paths:\nset(CMAKE_CXX_TARGET_INCLUDE_PATH\n \"include\/eigen\/test\"\n \"..\/include\/eigen\/test\"\n \"..\/src\/..\/include\"\n \"..\/include\/eigen\"\n \"include\/eigen\"\n )\n\n# Targets to which this target links.\nset(CMAKE_TARGET_LINKED_INFO_FILES\n )\n\n# Fortran module output directory.\nset(CMAKE_Fortran_TARGET_MODULE_DIR \"\")\n","avg_line_length":30.5,"max_line_length":221,"alphanum_fraction":0.7818411097} +{"size":46361,"ext":"cmake","lang":"CMake","max_stars_count":118.0,"content":"set(SOURCES\n\tinclude\/RE\/A\/AIFormulas.h\n\tinclude\/RE\/A\/AIProcess.h\n\tinclude\/RE\/A\/AITimeStamp.h\n\tinclude\/RE\/A\/AbsorbEffect.h\n\tinclude\/RE\/A\/AbstractHeap.h\n\tinclude\/RE\/A\/ActivateHandler.h\n\tinclude\/RE\/A\/ActiveEffect.h\n\tinclude\/RE\/A\/ActiveEffectReferenceEffectController.h\n\tinclude\/RE\/A\/Actor.h\n\tinclude\/RE\/A\/ActorCause.h\n\tinclude\/RE\/A\/ActorEquipManager.h\n\tinclude\/RE\/A\/ActorKnowledge.h\n\tinclude\/RE\/A\/ActorMover.h\n\tinclude\/RE\/A\/ActorPackage.h\n\tinclude\/RE\/A\/ActorSpeedChannel.h\n\tinclude\/RE\/A\/ActorState.h\n\tinclude\/RE\/A\/ActorTargetCheck.h\n\tinclude\/RE\/A\/ActorValueInfo.h\n\tinclude\/RE\/A\/ActorValueMeter.h\n\tinclude\/RE\/A\/ActorValueOwner.h\n\tinclude\/RE\/A\/ActorValues.h\n\tinclude\/RE\/A\/AddCallbackVisitor.h\n\tinclude\/RE\/A\/AlchemyItem.h\n\tinclude\/RE\/A\/AlchemyMenu.h\n\tinclude\/RE\/A\/Archive.h\n\tinclude\/RE\/A\/ArmorRatingVisitor.h\n\tinclude\/RE\/A\/ArmorRatingVisitorBase.h\n\tinclude\/RE\/A\/Array.h\n\tinclude\/RE\/A\/ArrowProjectile.h\n\tinclude\/RE\/A\/AsyncStream.h\n\tinclude\/RE\/A\/Atmosphere.h\n\tinclude\/RE\/A\/AttachAshPileFunctor.h\n\tinclude\/RE\/A\/AttachTechniqueInput.h\n\tinclude\/RE\/A\/AttachedScript.h\n\tinclude\/RE\/A\/AttackAnimationArrayMap.h\n\tinclude\/RE\/A\/AttackBlockHandler.h\n\tinclude\/RE\/A\/AutoMoveHandler.h\n\tinclude\/RE\/A\/AutoRegisterCreator.h\n\tinclude\/RE\/A\/AutoRegisterFactory.h\n\tinclude\/RE\/A\/ahkpCharacterProxy.h\n\tinclude\/RE\/A\/ahkpWorld.h\n\tinclude\/RE\/B\/BGSAbilityPerkEntry.h\n\tinclude\/RE\/B\/BGSAcousticSpace.h\n\tinclude\/RE\/B\/BGSAction.h\n\tinclude\/RE\/B\/BGSActorEvent.h\n\tinclude\/RE\/B\/BGSAddonNode.h\n\tinclude\/RE\/B\/BGSAnimationSequencer.h\n\tinclude\/RE\/B\/BGSApparatus.h\n\tinclude\/RE\/B\/BGSArtObject.h\n\tinclude\/RE\/B\/BGSAssociationType.h\n\tinclude\/RE\/B\/BGSAttackData.h\n\tinclude\/RE\/B\/BGSAttackDataForm.h\n\tinclude\/RE\/B\/BGSAttackDataMap.h\n\tinclude\/RE\/B\/BGSBaseAlias.h\n\tinclude\/RE\/B\/BGSBehaviorGraphModel.h\n\tinclude\/RE\/B\/BGSBipedObjectForm.h\n\tinclude\/RE\/B\/BGSBlockBashData.h\n\tinclude\/RE\/B\/BGSBodyPartData.h\n\tinclude\/RE\/B\/BGSBodyPartDefs.h\n\tinclude\/RE\/B\/BGSCameraPath.h\n\tinclude\/RE\/B\/BGSCameraShot.h\n\tinclude\/RE\/B\/BGSCollisionLayer.h\n\tinclude\/RE\/B\/BGSColorForm.h\n\tinclude\/RE\/B\/BGSConstructibleObject.h\n\tinclude\/RE\/B\/BGSDebris.h\n\tinclude\/RE\/B\/BGSDecalGroup.h\n\tinclude\/RE\/B\/BGSDefaultObjectManager.h\n\tinclude\/RE\/B\/BGSDestructibleObjectForm.h\n\tinclude\/RE\/B\/BGSDialogueBranch.h\n\tinclude\/RE\/B\/BGSDirectionalAmbientLightingColors.h\n\tinclude\/RE\/B\/BGSDistantTreeBlock.h\n\tinclude\/RE\/B\/BGSDualCastData.h\n\tinclude\/RE\/B\/BGSEncounterZone.h\n\tinclude\/RE\/B\/BGSEntryPoint.h\n\tinclude\/RE\/B\/BGSEntryPointFunctionData.h\n\tinclude\/RE\/B\/BGSEntryPointFunctionDataActivateChoice.h\n\tinclude\/RE\/B\/BGSEntryPointFunctionDataOneValue.h\n\tinclude\/RE\/B\/BGSEntryPointFunctionDataText.h\n\tinclude\/RE\/B\/BGSEntryPointPerkEntry.h\n\tinclude\/RE\/B\/BGSEquipSlot.h\n\tinclude\/RE\/B\/BGSEquipType.h\n\tinclude\/RE\/B\/BGSExplosion.h\n\tinclude\/RE\/B\/BGSFootstep.h\n\tinclude\/RE\/B\/BGSFootstepEvent.h\n\tinclude\/RE\/B\/BGSFootstepManager.h\n\tinclude\/RE\/B\/BGSFootstepSet.h\n\tinclude\/RE\/B\/BGSHazard.h\n\tinclude\/RE\/B\/BGSHeadPart.h\n\tinclude\/RE\/B\/BGSIdleCollection.h\n\tinclude\/RE\/B\/BGSIdleMarker.h\n\tinclude\/RE\/B\/BGSImpactData.h\n\tinclude\/RE\/B\/BGSImpactDataSet.h\n\tinclude\/RE\/B\/BGSInstancedQuestObjective.h\n\tinclude\/RE\/B\/BGSKeyword.h\n\tinclude\/RE\/B\/BGSKeywordForm.h\n\tinclude\/RE\/B\/BGSLensFlare.h\n\tinclude\/RE\/B\/BGSLightingTemplate.h\n\tinclude\/RE\/B\/BGSListForm.h\n\tinclude\/RE\/B\/BGSLoadGameSubBuffer.h\n\tinclude\/RE\/B\/BGSLocAlias.h\n\tinclude\/RE\/B\/BGSLocalizedStringDL.h\n\tinclude\/RE\/B\/BGSLocation.h\n\tinclude\/RE\/B\/BGSLocationRefType.h\n\tinclude\/RE\/B\/BGSMaterialObject.h\n\tinclude\/RE\/B\/BGSMaterialType.h\n\tinclude\/RE\/B\/BGSMenuDisplayObject.h\n\tinclude\/RE\/B\/BGSMenuIcon.h\n\tinclude\/RE\/B\/BGSMessage.h\n\tinclude\/RE\/B\/BGSMessageIcon.h\n\tinclude\/RE\/B\/BGSMovableStatic.h\n\tinclude\/RE\/B\/BGSMovementType.h\n\tinclude\/RE\/B\/BGSMoviePlayer.h\n\tinclude\/RE\/B\/BGSMusicPaletteTrack.h\n\tinclude\/RE\/B\/BGSMusicSilenceTrack.h\n\tinclude\/RE\/B\/BGSMusicSingleTrack.h\n\tinclude\/RE\/B\/BGSMusicTrack.h\n\tinclude\/RE\/B\/BGSMusicTrackFormWrapper.h\n\tinclude\/RE\/B\/BGSMusicType.h\n\tinclude\/RE\/B\/BGSNamedPackageData.h\n\tinclude\/RE\/B\/BGSNote.h\n\tinclude\/RE\/B\/BGSOpenCloseForm.h\n\tinclude\/RE\/B\/BGSOutfit.h\n\tinclude\/RE\/B\/BGSOverridePackCollection.h\n\tinclude\/RE\/B\/BGSPackageDataBool.h\n\tinclude\/RE\/B\/BGSPackageDataLocation.h\n\tinclude\/RE\/B\/BGSPackageDataPointerTemplate.h\n\tinclude\/RE\/B\/BGSPerk.h\n\tinclude\/RE\/B\/BGSPerkEntry.h\n\tinclude\/RE\/B\/BGSPerkRankArray.h\n\tinclude\/RE\/B\/BGSPickupPutdownSounds.h\n\tinclude\/RE\/B\/BGSPreloadable.h\n\tinclude\/RE\/B\/BGSProcedureTreeBranch.h\n\tinclude\/RE\/B\/BGSProcedureTreeConditionalItem.h\n\tinclude\/RE\/B\/BGSProcedureTreeProcedure.h\n\tinclude\/RE\/B\/BGSProcedureTreeSequence.h\n\tinclude\/RE\/B\/BGSProjectile.h\n\tinclude\/RE\/B\/BGSRagdoll.h\n\tinclude\/RE\/B\/BGSRefAlias.h\n\tinclude\/RE\/B\/BGSReferenceEffect.h\n\tinclude\/RE\/B\/BGSRelationship.h\n\tinclude\/RE\/B\/BGSReverbParameters.h\n\tinclude\/RE\/B\/BGSSaveLoadManager.h\n\tinclude\/RE\/B\/BGSScene.h\n\tinclude\/RE\/B\/BGSSceneAction.h\n\tinclude\/RE\/B\/BGSSceneActionDialogue.h\n\tinclude\/RE\/B\/BGSSceneActionPackage.h\n\tinclude\/RE\/B\/BGSSceneActionTimer.h\n\tinclude\/RE\/B\/BGSShaderParticleGeometryData.h\n\tinclude\/RE\/B\/BGSSkillPerkTreeNode.h\n\tinclude\/RE\/B\/BGSSkinForm.h\n\tinclude\/RE\/B\/BGSSoundCategory.h\n\tinclude\/RE\/B\/BGSSoundDescriptor.h\n\tinclude\/RE\/B\/BGSSoundDescriptorForm.h\n\tinclude\/RE\/B\/BGSSoundOutput.h\n\tinclude\/RE\/B\/BGSStandardSoundDef.h\n\tinclude\/RE\/B\/BGSStaticCollection.h\n\tinclude\/RE\/B\/BGSStoryManagerBranchNode.h\n\tinclude\/RE\/B\/BGSStoryManagerEventNode.h\n\tinclude\/RE\/B\/BGSStoryManagerNodeBase.h\n\tinclude\/RE\/B\/BGSStoryManagerQuestNode.h\n\tinclude\/RE\/B\/BGSStoryManagerTreeForm.h\n\tinclude\/RE\/B\/BGSStoryTeller.h\n\tinclude\/RE\/B\/BGSTalkingActivator.h\n\tinclude\/RE\/B\/BGSTextureModel.h\n\tinclude\/RE\/B\/BGSTextureSet.h\n\tinclude\/RE\/B\/BGSTypedItem.h\n\tinclude\/RE\/B\/BGSVoiceType.h\n\tinclude\/RE\/B\/BGSVolumetricLighting.h\n\tinclude\/RE\/B\/BSAnimNote.h\n\tinclude\/RE\/B\/BSAnimNoteListener.h\n\tinclude\/RE\/B\/BSAnimationGraphChannel.h\n\tinclude\/RE\/B\/BSAnimationGraphEvent.h\n\tinclude\/RE\/B\/BSAnimationGraphManager.h\n\tinclude\/RE\/B\/BSArchive.h\n\tinclude\/RE\/B\/BSArchiveHeader.h\n\tinclude\/RE\/B\/BSAtomic.h\n\tinclude\/RE\/B\/BSAudioManager.h\n\tinclude\/RE\/B\/BSAudioManagerThread.h\n\tinclude\/RE\/B\/BSBatchRenderer.h\n\tinclude\/RE\/B\/BSBitField.h\n\tinclude\/RE\/B\/BSBound.h\n\tinclude\/RE\/B\/BSCoreTypes.h\n\tinclude\/RE\/B\/BSCullingProcess.h\n\tinclude\/RE\/B\/BSDismemberSkinInstance.h\n\tinclude\/RE\/B\/BSEffectShaderData.h\n\tinclude\/RE\/B\/BSExtraData.h\n\tinclude\/RE\/B\/BSFaceGenAnimationData.h\n\tinclude\/RE\/B\/BSFaceGenKeyframe.h\n\tinclude\/RE\/B\/BSFaceGenKeyframeMultiple.h\n\tinclude\/RE\/B\/BSFaceGenNiNode.h\n\tinclude\/RE\/B\/BSFadeNode.h\n\tinclude\/RE\/B\/BSFile.h\n\tinclude\/RE\/B\/BSFixedString.h\n\tinclude\/RE\/B\/BSFurnitureMarkerNode.h\n\tinclude\/RE\/B\/BSGameSound.h\n\tinclude\/RE\/B\/BSGamepadDevice.h\n\tinclude\/RE\/B\/BSGeometry.h\n\tinclude\/RE\/B\/BSHandleRefObject.h\n\tinclude\/RE\/B\/BSIInputDevice.h\n\tinclude\/RE\/B\/BSIMusicTrack.h\n\tinclude\/RE\/B\/BSIMusicType.h\n\tinclude\/RE\/B\/BSIRagdollDriver.h\n\tinclude\/RE\/B\/BSIReverbType.h\n\tinclude\/RE\/B\/BSISoundCategory.h\n\tinclude\/RE\/B\/BSISoundDescriptor.h\n\tinclude\/RE\/B\/BSISoundOutputModel.h\n\tinclude\/RE\/B\/BSImagespaceShader.h\n\tinclude\/RE\/B\/BSImagespaceShaderBlur3.h\n\tinclude\/RE\/B\/BSInputDevice.h\n\tinclude\/RE\/B\/BSInputDeviceManager.h\n\tinclude\/RE\/B\/BSIntrusiveRefCounted.h\n\tinclude\/RE\/B\/BSKeyboardDevice.h\n\tinclude\/RE\/B\/BSLensFlareRenderData.h\n\tinclude\/RE\/B\/BSLightingShaderMaterial.h\n\tinclude\/RE\/B\/BSLightingShaderMaterialBase.h\n\tinclude\/RE\/B\/BSLightingShaderMaterialEnvmap.h\n\tinclude\/RE\/B\/BSLightingShaderMaterialEye.h\n\tinclude\/RE\/B\/BSLightingShaderMaterialFacegen.h\n\tinclude\/RE\/B\/BSLightingShaderMaterialFacegenTint.h\n\tinclude\/RE\/B\/BSLightingShaderMaterialGlowmap.h\n\tinclude\/RE\/B\/BSLightingShaderMaterialHairTint.h\n\tinclude\/RE\/B\/BSLightingShaderMaterialLandscape.h\n\tinclude\/RE\/B\/BSLightingShaderMaterialMultiLayerParallax.h\n\tinclude\/RE\/B\/BSLightingShaderMaterialParallax.h\n\tinclude\/RE\/B\/BSLightingShaderMaterialParallaxOcc.h\n\tinclude\/RE\/B\/BSLightingShaderMaterialSnow.h\n\tinclude\/RE\/B\/BSLightingShaderProperty.h\n\tinclude\/RE\/B\/BSMaterialObject.h\n\tinclude\/RE\/B\/BSMouseDevice.h\n\tinclude\/RE\/B\/BSMultiBoundNode.h\n\tinclude\/RE\/B\/BSMultiIndexTriShape.h\n\tinclude\/RE\/B\/BSMusicEvent.h\n\tinclude\/RE\/B\/BSMusicManager.h\n\tinclude\/RE\/B\/BSNavmesh.h\n\tinclude\/RE\/B\/BSNavmeshInfoMap.h\n\tinclude\/RE\/B\/BSNiAllocator.h\n\tinclude\/RE\/B\/BSNiNode.h\n\tinclude\/RE\/B\/BSPCGamepadDeviceDelegate.h\n\tinclude\/RE\/B\/BSPCGamepadDeviceHandler.h\n\tinclude\/RE\/B\/BSPathingCell.h\n\tinclude\/RE\/B\/BSPointerHandle.h\n\tinclude\/RE\/B\/BSPointerHandleManager.h\n\tinclude\/RE\/B\/BSPointerHandleSmartPointer.h\n\tinclude\/RE\/B\/BSPrecomputedNavmeshInfoPathMap.h\n\tinclude\/RE\/B\/BSReloadShaderI.h\n\tinclude\/RE\/B\/BSResourceNiBinaryStream.h\n\tinclude\/RE\/B\/BSResponse.h\n\tinclude\/RE\/B\/BSSaveDataSystemUtility.h\n\tinclude\/RE\/B\/BSScaleformManager.h\n\tinclude\/RE\/B\/BSScaleformTranslator.h\n\tinclude\/RE\/B\/BSScriptObjectBindPolicy.h\n\tinclude\/RE\/B\/BSShader.h\n\tinclude\/RE\/B\/BSShaderMaterial.h\n\tinclude\/RE\/B\/BSShaderProperty.h\n\tinclude\/RE\/B\/BSSmallBlockAllocator.h\n\tinclude\/RE\/B\/BSSoundHandle.h\n\tinclude\/RE\/B\/BSStorage.h\n\tinclude\/RE\/B\/BSString.h\n\tinclude\/RE\/B\/BSStringPool.h\n\tinclude\/RE\/B\/BSSystemFile.h\n\tinclude\/RE\/B\/BSSystemFileStorage.h\n\tinclude\/RE\/B\/BSTAnimationGraphDataChannel.h\n\tinclude\/RE\/B\/BSTArray.h\n\tinclude\/RE\/B\/BSTCaseInsensitiveStringMap.h\n\tinclude\/RE\/B\/BSTCreateFactoryManager.h\n\tinclude\/RE\/B\/BSTDerivedCreator.h\n\tinclude\/RE\/B\/BSTEvent.h\n\tinclude\/RE\/B\/BSTFreeList.h\n\tinclude\/RE\/B\/BSTHashMap.h\n\tinclude\/RE\/B\/BSTList.h\n\tinclude\/RE\/B\/BSTLocklessQueue.h\n\tinclude\/RE\/B\/BSTMessageQueue.h\n\tinclude\/RE\/B\/BSTObjectDictionary.h\n\tinclude\/RE\/B\/BSTPoint.h\n\tinclude\/RE\/B\/BSTPointerAndFlags.h\n\tinclude\/RE\/B\/BSTSingleton.h\n\tinclude\/RE\/B\/BSTSmartPointer.h\n\tinclude\/RE\/B\/BSTTuple.h\n\tinclude\/RE\/B\/BSTempEffect.h\n\tinclude\/RE\/B\/BSTempEffectDebris.h\n\tinclude\/RE\/B\/BSTempEffectGeometryDecal.h\n\tinclude\/RE\/B\/BSTempEffectParticle.h\n\tinclude\/RE\/B\/BSTempEffectSPG.h\n\tinclude\/RE\/B\/BSTempEffectSimpleDecal.h\n\tinclude\/RE\/B\/BSTempEffectWeaponBlood.h\n\tinclude\/RE\/B\/BSTextureSet.h\n\tinclude\/RE\/B\/BSThread.h\n\tinclude\/RE\/B\/BSThreadEvent.h\n\tinclude\/RE\/B\/BSTimer.h\n\tinclude\/RE\/B\/BSTriShape.h\n\tinclude\/RE\/B\/BSUIMessageData.h\n\tinclude\/RE\/B\/BSUIScaleformData.h\n\tinclude\/RE\/B\/BSVirtualKeyboardDevice.h\n\tinclude\/RE\/B\/BSVisit.h\n\tinclude\/RE\/B\/BSVolumetricLightingRenderData.h\n\tinclude\/RE\/B\/BSWin32GamepadDevice.h\n\tinclude\/RE\/B\/BSWin32KeyboardDevice.h\n\tinclude\/RE\/B\/BSWin32MouseDevice.h\n\tinclude\/RE\/B\/BSWin32SaveDataSystemUtility.h\n\tinclude\/RE\/B\/BSWin32VirtualKeyboardDevice.h\n\tinclude\/RE\/B\/BSXAudio2GameSound.h\n\tinclude\/RE\/B\/BSXFlags.h\n\tinclude\/RE\/B\/BShkbAnimationGraph.h\n\tinclude\/RE\/B\/BarrierProjectile.h\n\tinclude\/RE\/B\/BarterMenu.h\n\tinclude\/RE\/B\/BaseFormComponent.h\n\tinclude\/RE\/B\/BeamProjectile.h\n\tinclude\/RE\/B\/BipedAnim.h\n\tinclude\/RE\/B\/BipedObjects.h\n\tinclude\/RE\/B\/BleedoutCameraState.h\n\tinclude\/RE\/B\/BookMenu.h\n\tinclude\/RE\/B\/BottomBar.h\n\tinclude\/RE\/B\/ButtonEvent.h\n\tinclude\/RE\/B\/bhkCachingShapePhantom.h\n\tinclude\/RE\/B\/bhkCharProxyController.h\n\tinclude\/RE\/B\/bhkCharacterController.h\n\tinclude\/RE\/B\/bhkCharacterPointCollector.h\n\tinclude\/RE\/B\/bhkCharacterProxy.h\n\tinclude\/RE\/B\/bhkCharacterState.h\n\tinclude\/RE\/B\/bhkCharacterStateClimbing.h\n\tinclude\/RE\/B\/bhkCharacterStateFlying.h\n\tinclude\/RE\/B\/bhkCharacterStateInAir.h\n\tinclude\/RE\/B\/bhkCharacterStateJumping.h\n\tinclude\/RE\/B\/bhkCharacterStateOnGround.h\n\tinclude\/RE\/B\/bhkCharacterStateSwimming.h\n\tinclude\/RE\/B\/bhkCollisionObject.h\n\tinclude\/RE\/B\/bhkEntity.h\n\tinclude\/RE\/B\/bhkListShape.h\n\tinclude\/RE\/B\/bhkNiCollisionObject.h\n\tinclude\/RE\/B\/bhkPhantom.h\n\tinclude\/RE\/B\/bhkRefObject.h\n\tinclude\/RE\/B\/bhkRigidBody.h\n\tinclude\/RE\/B\/bhkSerializable.h\n\tinclude\/RE\/B\/bhkShape.h\n\tinclude\/RE\/B\/bhkShapeCollection.h\n\tinclude\/RE\/B\/bhkShapePhantom.h\n\tinclude\/RE\/B\/bhkThreadMemorySource.h\n\tinclude\/RE\/B\/bhkWorld.h\n\tinclude\/RE\/B\/bhkWorldObject.h\n\tinclude\/RE\/C\/CFilter.h\n\tinclude\/RE\/C\/CRC.h\n\tinclude\/RE\/C\/Calendar.h\n\tinclude\/RE\/C\/Character.h\n\tinclude\/RE\/C\/ChestsLooted.h\n\tinclude\/RE\/C\/Clouds.h\n\tinclude\/RE\/C\/CodeTasklet.h\n\tinclude\/RE\/C\/CollisionLayers.h\n\tinclude\/RE\/C\/Color.h\n\tinclude\/RE\/C\/CombatGroupDetectionListener.h\n\tinclude\/RE\/C\/CommandTable.h\n\tinclude\/RE\/C\/CommonTypeTraits.h\n\tinclude\/RE\/C\/CompactingStore.h\n\tinclude\/RE\/C\/CompiledScriptLoader.h\n\tinclude\/RE\/C\/ConcreteFormFactory.h\n\tinclude\/RE\/C\/ConcreteObjectFormFactory.h\n\tinclude\/RE\/C\/ConeProjectile.h\n\tinclude\/RE\/C\/Console.h\n\tinclude\/RE\/C\/ConsoleData.h\n\tinclude\/RE\/C\/ConsoleLog.h\n\tinclude\/RE\/C\/ConsoleNativeUIMenu.h\n\tinclude\/RE\/C\/ConstructibleObjectMenu.h\n\tinclude\/RE\/C\/ContainerItemExtra.h\n\tinclude\/RE\/C\/ContainerMenu.h\n\tinclude\/RE\/C\/ControlMap.h\n\tinclude\/RE\/C\/CraftingMenu.h\n\tinclude\/RE\/C\/CraftingSubMenu.h\n\tinclude\/RE\/C\/CreationClubMenu.h\n\tinclude\/RE\/C\/CreditsMenu.h\n\tinclude\/RE\/C\/Crime.h\n\tinclude\/RE\/C\/CursorMenu.h\n\tinclude\/RE\/D\/DecalData.h\n\tinclude\/RE\/D\/DefaultObjectsReadyEvent.h\n\tinclude\/RE\/D\/DelayFunctor.h\n\tinclude\/RE\/D\/DepthStencilDepthModes.h\n\tinclude\/RE\/D\/DetectionListener.h\n\tinclude\/RE\/D\/DetectionPriorities.h\n\tinclude\/RE\/D\/DetectionState.h\n\tinclude\/RE\/D\/DevNull.h\n\tinclude\/RE\/D\/DeviceConnectEvent.h\n\tinclude\/RE\/D\/DialogueItem.h\n\tinclude\/RE\/D\/DialogueMenu.h\n\tinclude\/RE\/D\/DialoguePackage.h\n\tinclude\/RE\/D\/DialogueTypes.h\n\tinclude\/RE\/D\/DoNothingUnhandledPolicy.h\n\tinclude\/RE\/D\/DropObjectFunctor.h\n\tinclude\/RE\/E\/Effect.h\n\tinclude\/RE\/E\/EffectArchetypes.h\n\tinclude\/RE\/E\/EffectSetting.h\n\tinclude\/RE\/E\/EnchantConstructMenu.h\n\tinclude\/RE\/E\/EnchantmentItem.h\n\tinclude\/RE\/E\/ErrorCodes.h\n\tinclude\/RE\/E\/ErrorLogger.h\n\tinclude\/RE\/E\/ExtraAction.h\n\tinclude\/RE\/E\/ExtraActivateLoopSound.h\n\tinclude\/RE\/E\/ExtraActivateRef.h\n\tinclude\/RE\/E\/ExtraActivateRefChildren.h\n\tinclude\/RE\/E\/ExtraActorCause.h\n\tinclude\/RE\/E\/ExtraAliasInstanceArray.h\n\tinclude\/RE\/E\/ExtraAlphaCutoff.h\n\tinclude\/RE\/E\/ExtraAmmo.h\n\tinclude\/RE\/E\/ExtraAnimGraphManager.h\n\tinclude\/RE\/E\/ExtraAnimNoteReceiver.h\n\tinclude\/RE\/E\/ExtraAnimationSequencer.h\n\tinclude\/RE\/E\/ExtraAshPileRef.h\n\tinclude\/RE\/E\/ExtraAttachRef.h\n\tinclude\/RE\/E\/ExtraAttachRefChildren.h\n\tinclude\/RE\/E\/ExtraAttachedArrows3D.h\n\tinclude\/RE\/E\/ExtraBadPosition.h\n\tinclude\/RE\/E\/ExtraBiped.h\n\tinclude\/RE\/E\/ExtraCachedScale.h\n\tinclude\/RE\/E\/ExtraCanTalkToPlayer.h\n\tinclude\/RE\/E\/ExtraCannotWear.h\n\tinclude\/RE\/E\/ExtraCell3D.h\n\tinclude\/RE\/E\/ExtraCellAcousticSpace.h\n\tinclude\/RE\/E\/ExtraCellGrassData.h\n\tinclude\/RE\/E\/ExtraCellImageSpace.h\n\tinclude\/RE\/E\/ExtraCellMusicType.h\n\tinclude\/RE\/E\/ExtraCellSkyRegion.h\n\tinclude\/RE\/E\/ExtraCellWaterEnvMap.h\n\tinclude\/RE\/E\/ExtraCellWaterType.h\n\tinclude\/RE\/E\/ExtraCharge.h\n\tinclude\/RE\/E\/ExtraCollisionData.h\n\tinclude\/RE\/E\/ExtraCombatStyle.h\n\tinclude\/RE\/E\/ExtraContainerChanges.h\n\tinclude\/RE\/E\/ExtraCount.h\n\tinclude\/RE\/E\/ExtraCreatureAwakeSound.h\n\tinclude\/RE\/E\/ExtraCreatureMovementSound.h\n\tinclude\/RE\/E\/ExtraDataList.h\n\tinclude\/RE\/E\/ExtraDataTypes.h\n\tinclude\/RE\/E\/ExtraDecalGroup.h\n\tinclude\/RE\/E\/ExtraDetachTime.h\n\tinclude\/RE\/E\/ExtraDismemberedLimbs.h\n\tinclude\/RE\/E\/ExtraDistantData.h\n\tinclude\/RE\/E\/ExtraDroppedItemList.h\n\tinclude\/RE\/E\/ExtraEditorID.h\n\tinclude\/RE\/E\/ExtraEditorRef3DData.h\n\tinclude\/RE\/E\/ExtraEditorRefMoveData.h\n\tinclude\/RE\/E\/ExtraEmittanceSource.h\n\tinclude\/RE\/E\/ExtraEnableStateChildren.h\n\tinclude\/RE\/E\/ExtraEnableStateParent.h\n\tinclude\/RE\/E\/ExtraEnchantment.h\n\tinclude\/RE\/E\/ExtraEncounterZone.h\n\tinclude\/RE\/E\/ExtraFactionChanges.h\n\tinclude\/RE\/E\/ExtraFavorCost.h\n\tinclude\/RE\/E\/ExtraFlags.h\n\tinclude\/RE\/E\/ExtraFollower.h\n\tinclude\/RE\/E\/ExtraFollowerSwimBreadcrumbs.h\n\tinclude\/RE\/E\/ExtraForcedLandingMarker.h\n\tinclude\/RE\/E\/ExtraForcedTarget.h\n\tinclude\/RE\/E\/ExtraFriendHits.h\n\tinclude\/RE\/E\/ExtraFromAlias.h\n\tinclude\/RE\/E\/ExtraGIDBuffer.h\n\tinclude\/RE\/E\/ExtraGhost.h\n\tinclude\/RE\/E\/ExtraGlobal.h\n\tinclude\/RE\/E\/ExtraGroupConstraint.h\n\tinclude\/RE\/E\/ExtraGuardedRefData.h\n\tinclude\/RE\/E\/ExtraHasNoRumors.h\n\tinclude\/RE\/E\/ExtraHavok.h\n\tinclude\/RE\/E\/ExtraHeadTrackingWeight.h\n\tinclude\/RE\/E\/ExtraHeadingTarget.h\n\tinclude\/RE\/E\/ExtraHealth.h\n\tinclude\/RE\/E\/ExtraHealthPerc.h\n\tinclude\/RE\/E\/ExtraHorse.h\n\tinclude\/RE\/E\/ExtraHotkey.h\n\tinclude\/RE\/E\/ExtraIgnoredBySandbox.h\n\tinclude\/RE\/E\/ExtraInfoGeneralTopic.h\n\tinclude\/RE\/E\/ExtraInteraction.h\n\tinclude\/RE\/E\/ExtraItemDropper.h\n\tinclude\/RE\/E\/ExtraLargeRefOwnerCells.h\n\tinclude\/RE\/E\/ExtraLastFinishedSequence.h\n\tinclude\/RE\/E\/ExtraLevCreaModifier.h\n\tinclude\/RE\/E\/ExtraLeveledCreature.h\n\tinclude\/RE\/E\/ExtraLeveledItem.h\n\tinclude\/RE\/E\/ExtraLeveledItemBase.h\n\tinclude\/RE\/E\/ExtraLight.h\n\tinclude\/RE\/E\/ExtraLightData.h\n\tinclude\/RE\/E\/ExtraLinkedRef.h\n\tinclude\/RE\/E\/ExtraLinkedRefChildren.h\n\tinclude\/RE\/E\/ExtraLitWaterRefs.h\n\tinclude\/RE\/E\/ExtraLocation.h\n\tinclude\/RE\/E\/ExtraLocationRefType.h\n\tinclude\/RE\/E\/ExtraLock.h\n\tinclude\/RE\/E\/ExtraLockList.h\n\tinclude\/RE\/E\/ExtraMagicCaster.h\n\tinclude\/RE\/E\/ExtraMagicLight.h\n\tinclude\/RE\/E\/ExtraMapMarker.h\n\tinclude\/RE\/E\/ExtraMissingLinkedRefIDs.h\n\tinclude\/RE\/E\/ExtraMissingRefIDs.h\n\tinclude\/RE\/E\/ExtraModelSwap.h\n\tinclude\/RE\/E\/ExtraMultiBound.h\n\tinclude\/RE\/E\/ExtraMultiBoundRef.h\n\tinclude\/RE\/E\/ExtraNavMeshPortal.h\n\tinclude\/RE\/E\/ExtraNorthRotation.h\n\tinclude\/RE\/E\/ExtraObjectHealth.h\n\tinclude\/RE\/E\/ExtraOcclusionPlaneRefData.h\n\tinclude\/RE\/E\/ExtraOcclusionShape.h\n\tinclude\/RE\/E\/ExtraOpenCloseActivateRef.h\n\tinclude\/RE\/E\/ExtraOriginalReference.h\n\tinclude\/RE\/E\/ExtraOutfitItem.h\n\tinclude\/RE\/E\/ExtraOwnership.h\n\tinclude\/RE\/E\/ExtraPackage.h\n\tinclude\/RE\/E\/ExtraPackageData.h\n\tinclude\/RE\/E\/ExtraPackageStartLocation.h\n\tinclude\/RE\/E\/ExtraPatrolRefData.h\n\tinclude\/RE\/E\/ExtraPatrolRefInUseData.h\n\tinclude\/RE\/E\/ExtraPersistentCell.h\n\tinclude\/RE\/E\/ExtraPlayerCrimeList.h\n\tinclude\/RE\/E\/ExtraPoison.h\n\tinclude\/RE\/E\/ExtraPortal.h\n\tinclude\/RE\/E\/ExtraPortalRefData.h\n\tinclude\/RE\/E\/ExtraPrimitive.h\n\tinclude\/RE\/E\/ExtraProcessMiddleLow.h\n\tinclude\/RE\/E\/ExtraPromotedRef.h\n\tinclude\/RE\/E\/ExtraRaceData.h\n\tinclude\/RE\/E\/ExtraRadius.h\n\tinclude\/RE\/E\/ExtraRagDollData.h\n\tinclude\/RE\/E\/ExtraRandomTeleportMarker.h\n\tinclude\/RE\/E\/ExtraRank.h\n\tinclude\/RE\/E\/ExtraReferenceHandle.h\n\tinclude\/RE\/E\/ExtraReflectedRefs.h\n\tinclude\/RE\/E\/ExtraReflectorRefs.h\n\tinclude\/RE\/E\/ExtraRefrPath.h\n\tinclude\/RE\/E\/ExtraRefractionProperty.h\n\tinclude\/RE\/E\/ExtraRegionList.h\n\tinclude\/RE\/E\/ExtraReservedMarkers.h\n\tinclude\/RE\/E\/ExtraResourcesPreload.h\n\tinclude\/RE\/E\/ExtraRoom.h\n\tinclude\/RE\/E\/ExtraRoomRefData.h\n\tinclude\/RE\/E\/ExtraRunOncePacks.h\n\tinclude\/RE\/E\/ExtraSavedAnimation.h\n\tinclude\/RE\/E\/ExtraSavedHavokData.h\n\tinclude\/RE\/E\/ExtraSayToTopicInfo.h\n\tinclude\/RE\/E\/ExtraSayTopicInfoOnceADay.h\n\tinclude\/RE\/E\/ExtraScale.h\n\tinclude\/RE\/E\/ExtraSceneData.h\n\tinclude\/RE\/E\/ExtraScriptedAnimDependence.h\n\tinclude\/RE\/E\/ExtraSeenData.h\n\tinclude\/RE\/E\/ExtraShouldWear.h\n\tinclude\/RE\/E\/ExtraSoul.h\n\tinclude\/RE\/E\/ExtraSound.h\n\tinclude\/RE\/E\/ExtraSpawnContainer.h\n\tinclude\/RE\/E\/ExtraStartingPosition.h\n\tinclude\/RE\/E\/ExtraStartingWorldOrCell.h\n\tinclude\/RE\/E\/ExtraTeleport.h\n\tinclude\/RE\/E\/ExtraTeleportName.h\n\tinclude\/RE\/E\/ExtraTerminalState.h\n\tinclude\/RE\/E\/ExtraTextDisplayData.h\n\tinclude\/RE\/E\/ExtraTimeLeft.h\n\tinclude\/RE\/E\/ExtraTresPassPackage.h\n\tinclude\/RE\/E\/ExtraUniqueID.h\n\tinclude\/RE\/E\/ExtraUsedMarkers.h\n\tinclude\/RE\/E\/ExtraWaterCurrentZoneData.h\n\tinclude\/RE\/E\/ExtraWaterData.h\n\tinclude\/RE\/E\/ExtraWaterLightRefs.h\n\tinclude\/RE\/E\/ExtraWeaponAttackSound.h\n\tinclude\/RE\/E\/ExtraWeaponIdleSound.h\n\tinclude\/RE\/E\/ExtraWorn.h\n\tinclude\/RE\/E\/ExtraWornLeft.h\n\tinclude\/RE\/F\/FORM.h\n\tinclude\/RE\/F\/FactionRank.h\n\tinclude\/RE\/F\/FaderMenu.h\n\tinclude\/RE\/F\/FavoritesHandler.h\n\tinclude\/RE\/F\/FavoritesMenu.h\n\tinclude\/RE\/F\/FightReactions.h\n\tinclude\/RE\/F\/FileID.h\n\tinclude\/RE\/F\/FirstPersonState.h\n\tinclude\/RE\/F\/FlameProjectile.h\n\tinclude\/RE\/F\/FormTraits.h\n\tinclude\/RE\/F\/FormTypes.h\n\tinclude\/RE\/F\/FragmentSystem.h\n\tinclude\/RE\/F\/FunctionArguments.h\n\tinclude\/RE\/F\/FunctionMessage.h\n\tinclude\/RE\/F\/FxDelegate.h\n\tinclude\/RE\/F\/FxDelegateArgs.h\n\tinclude\/RE\/F\/FxDelegateHandler.h\n\tinclude\/RE\/F\/FxResponseArgs.h\n\tinclude\/RE\/F\/FxResponseArgsBase.h\n\tinclude\/RE\/G\/GAllocator.h\n\tinclude\/RE\/G\/GAllocatorBaseGH.h\n\tinclude\/RE\/G\/GArray.h\n\tinclude\/RE\/G\/GArrayBase.h\n\tinclude\/RE\/G\/GArrayData.h\n\tinclude\/RE\/G\/GArrayDataBase.h\n\tinclude\/RE\/G\/GArrayDefaultPolicy.h\n\tinclude\/RE\/G\/GAtomic.h\n\tinclude\/RE\/G\/GColor.h\n\tinclude\/RE\/G\/GConstructorMov.h\n\tinclude\/RE\/G\/GFixedSizeHash.h\n\tinclude\/RE\/G\/GFxActionControl.h\n\tinclude\/RE\/G\/GFxEvent.h\n\tinclude\/RE\/G\/GFxExternalInterface.h\n\tinclude\/RE\/G\/GFxFileConstants.h\n\tinclude\/RE\/G\/GFxFunctionHandler.h\n\tinclude\/RE\/G\/GFxKey.h\n\tinclude\/RE\/G\/GFxKeyboardState.h\n\tinclude\/RE\/G\/GFxLoader.h\n\tinclude\/RE\/G\/GFxLog.h\n\tinclude\/RE\/G\/GFxLogBase.h\n\tinclude\/RE\/G\/GFxLogConstants.h\n\tinclude\/RE\/G\/GFxMovie.h\n\tinclude\/RE\/G\/GFxMovieDef.h\n\tinclude\/RE\/G\/GFxMovieRoot.h\n\tinclude\/RE\/G\/GFxMovieView.h\n\tinclude\/RE\/G\/GFxPlayerStats.h\n\tinclude\/RE\/G\/GFxRenderConfig.h\n\tinclude\/RE\/G\/GFxResource.h\n\tinclude\/RE\/G\/GFxResourceID.h\n\tinclude\/RE\/G\/GFxResourceKey.h\n\tinclude\/RE\/G\/GFxSpecialKeysState.h\n\tinclude\/RE\/G\/GFxState.h\n\tinclude\/RE\/G\/GFxStateBag.h\n\tinclude\/RE\/G\/GFxTranslator.h\n\tinclude\/RE\/G\/GFxValue.h\n\tinclude\/RE\/G\/GFxWStringBuffer.h\n\tinclude\/RE\/G\/GFxWWHelper.h\n\tinclude\/RE\/G\/GHash.h\n\tinclude\/RE\/G\/GHashNode.h\n\tinclude\/RE\/G\/GHashSet.h\n\tinclude\/RE\/G\/GHashSetBase.h\n\tinclude\/RE\/G\/GHashsetCachedEntry.h\n\tinclude\/RE\/G\/GHashsetCachedNodeEntry.h\n\tinclude\/RE\/G\/GImage.h\n\tinclude\/RE\/G\/GImageBase.h\n\tinclude\/RE\/G\/GList.h\n\tinclude\/RE\/G\/GMath.h\n\tinclude\/RE\/G\/GMatrix2D.h\n\tinclude\/RE\/G\/GMatrix3D.h\n\tinclude\/RE\/G\/GMemory.h\n\tinclude\/RE\/G\/GMemoryHeap.h\n\tinclude\/RE\/G\/GNewOverrideBase.h\n\tinclude\/RE\/G\/GPoint.h\n\tinclude\/RE\/G\/GPtr.h\n\tinclude\/RE\/G\/GRect.h\n\tinclude\/RE\/G\/GRefCountBase.h\n\tinclude\/RE\/G\/GRefCountBaseNTS.h\n\tinclude\/RE\/G\/GRefCountBaseStatImpl.h\n\tinclude\/RE\/G\/GRefCountImpl.h\n\tinclude\/RE\/G\/GRefCountImplCore.h\n\tinclude\/RE\/G\/GRefCountNTSImpl.h\n\tinclude\/RE\/G\/GRenderer.h\n\tinclude\/RE\/G\/GRendererEventHandler.h\n\tinclude\/RE\/G\/GStats.h\n\tinclude\/RE\/G\/GStd.h\n\tinclude\/RE\/G\/GString.h\n\tinclude\/RE\/G\/GSysAllocBase.h\n\tinclude\/RE\/G\/GSysAllocPaged.h\n\tinclude\/RE\/G\/GTexture.h\n\tinclude\/RE\/G\/GViewport.h\n\tinclude\/RE\/G\/GameSettingCollection.h\n\tinclude\/RE\/G\/GiftMenu.h\n\tinclude\/RE\/G\/GlobalLocations.h\n\tinclude\/RE\/G\/GlobalPaths.h\n\tinclude\/RE\/G\/GrenadeProjectile.h\n\tinclude\/RE\/G\/GridArray.h\n\tinclude\/RE\/G\/GridCellArray.h\n\tinclude\/RE\/H\/HUDData.h\n\tinclude\/RE\/H\/HUDMenu.h\n\tinclude\/RE\/H\/HUDMeter.h\n\tinclude\/RE\/H\/HUDNotifications.h\n\tinclude\/RE\/H\/HUDObject.h\n\tinclude\/RE\/H\/HandleManager.h\n\tinclude\/RE\/H\/HandlePolicy.h\n\tinclude\/RE\/H\/Hazard.h\n\tinclude\/RE\/H\/HeapBlock.h\n\tinclude\/RE\/H\/HeapBlockFreeHead.h\n\tinclude\/RE\/H\/HeldStateHandler.h\n\tinclude\/RE\/H\/HighProcessData.h\n\tinclude\/RE\/H\/hkAabb.h\n\tinclude\/RE\/H\/hkArray.h\n\tinclude\/RE\/H\/hkBaseObject.h\n\tinclude\/RE\/H\/hkBaseTypes.h\n\tinclude\/RE\/H\/hkContactPoint.h\n\tinclude\/RE\/H\/hkContainerAllocators.h\n\tinclude\/RE\/H\/hkMatrix3.h\n\tinclude\/RE\/H\/hkMemoryAllocator.h\n\tinclude\/RE\/H\/hkMoppBvTreeShapeBase.h\n\tinclude\/RE\/H\/hkMotionState.h\n\tinclude\/RE\/H\/hkMultiThreadCheck.h\n\tinclude\/RE\/H\/hkQuaternion.h\n\tinclude\/RE\/H\/hkRefPtr.h\n\tinclude\/RE\/H\/hkRefVariant.h\n\tinclude\/RE\/H\/hkReferencedObject.h\n\tinclude\/RE\/H\/hkRotation.h\n\tinclude\/RE\/H\/hkSmallArray.h\n\tinclude\/RE\/H\/hkSseMathTypes.h\n\tinclude\/RE\/H\/hkStepInfo.h\n\tinclude\/RE\/H\/hkStringPtr.h\n\tinclude\/RE\/H\/hkSweptTransform.h\n\tinclude\/RE\/H\/hkTransform.h\n\tinclude\/RE\/H\/hkVector4.h\n\tinclude\/RE\/H\/hkbBehaviorGraph.h\n\tinclude\/RE\/H\/hkbBindable.h\n\tinclude\/RE\/H\/hkbCharacter.h\n\tinclude\/RE\/H\/hkbEvent.h\n\tinclude\/RE\/H\/hkbEventBase.h\n\tinclude\/RE\/H\/hkbGenerator.h\n\tinclude\/RE\/H\/hkbNode.h\n\tinclude\/RE\/H\/hkbRagdollDriver.h\n\tinclude\/RE\/H\/hkbStateMachine.h\n\tinclude\/RE\/H\/hkp3AxisSweep.h\n\tinclude\/RE\/H\/hkpAgentNnTrack.h\n\tinclude\/RE\/H\/hkpAllCdPointCollector.h\n\tinclude\/RE\/H\/hkpBroadPhase.h\n\tinclude\/RE\/H\/hkpBroadPhaseCastCollector.h\n\tinclude\/RE\/H\/hkpBroadPhaseHandle.h\n\tinclude\/RE\/H\/hkpBvTreeShape.h\n\tinclude\/RE\/H\/hkpCachingShapePhantom.h\n\tinclude\/RE\/H\/hkpCdBody.h\n\tinclude\/RE\/H\/hkpCdPointCollector.h\n\tinclude\/RE\/H\/hkpCharacterContext.h\n\tinclude\/RE\/H\/hkpCharacterControl.h\n\tinclude\/RE\/H\/hkpCharacterProxy.h\n\tinclude\/RE\/H\/hkpCharacterProxyListener.h\n\tinclude\/RE\/H\/hkpCharacterState.h\n\tinclude\/RE\/H\/hkpCharacterStateManager.h\n\tinclude\/RE\/H\/hkpCollidable.h\n\tinclude\/RE\/H\/hkpCollisionInput.h\n\tinclude\/RE\/H\/hkpConstraintInfo.h\n\tinclude\/RE\/H\/hkpConstraintOwner.h\n\tinclude\/RE\/H\/hkpEntity.h\n\tinclude\/RE\/H\/hkpEntityListener.h\n\tinclude\/RE\/H\/hkpFixedRigidMotion.h\n\tinclude\/RE\/H\/hkpKeyframedRigidMotion.h\n\tinclude\/RE\/H\/hkpLinearCastCollisionInput.h\n\tinclude\/RE\/H\/hkpLinearCastInput.h\n\tinclude\/RE\/H\/hkpLinkedCollidable.h\n\tinclude\/RE\/H\/hkpListShape.h\n\tinclude\/RE\/H\/hkpMaterial.h\n\tinclude\/RE\/H\/hkpMoppAabbCastVirtualMachine.h\n\tinclude\/RE\/H\/hkpMoppBvTreeShape.h\n\tinclude\/RE\/H\/hkpMoppCode.h\n\tinclude\/RE\/H\/hkpMotion.h\n\tinclude\/RE\/H\/hkpPhantom.h\n\tinclude\/RE\/H\/hkpPhantomListener.h\n\tinclude\/RE\/H\/hkpPhantomType.h\n\tinclude\/RE\/H\/hkpProperty.h\n\tinclude\/RE\/H\/hkpRigidBody.h\n\tinclude\/RE\/H\/hkpRootCdPoint.h\n\tinclude\/RE\/H\/hkpShape.h\n\tinclude\/RE\/H\/hkpShapeBuffer.h\n\tinclude\/RE\/H\/hkpShapeCollection.h\n\tinclude\/RE\/H\/hkpShapeContainer.h\n\tinclude\/RE\/H\/hkpShapePhantom.h\n\tinclude\/RE\/H\/hkpShapeRayCastCollectorOutput.h\n\tinclude\/RE\/H\/hkpShapeRayCastOutput.h\n\tinclude\/RE\/H\/hkpShapeType.h\n\tinclude\/RE\/H\/hkpSimplexSolver.h\n\tinclude\/RE\/H\/hkpSimulationIsland.h\n\tinclude\/RE\/H\/hkpSingleShapeContainer.h\n\tinclude\/RE\/H\/hkpSolverInfo.h\n\tinclude\/RE\/H\/hkpTypedBroadPhaseHandle.h\n\tinclude\/RE\/H\/hkpWeldingUtility.h\n\tinclude\/RE\/H\/hkpWorld.h\n\tinclude\/RE\/H\/hkpWorldCinfo.h\n\tinclude\/RE\/H\/hkpWorldLinearCaster.h\n\tinclude\/RE\/H\/hkpWorldObject.h\n\tinclude\/RE\/H\/hkpWorldRayCastInput.h\n\tinclude\/RE\/H\/hkpWorldRayCastOutput.h\n\tinclude\/RE\/I\/IAIWorldLocationHandle.h\n\tinclude\/RE\/I\/IAnimationGraphManagerHolder.h\n\tinclude\/RE\/I\/IAnimationSetCallbackFunctor.h\n\tinclude\/RE\/I\/IBSTCreator.h\n\tinclude\/RE\/I\/ICellAttachDetachEventSource.h\n\tinclude\/RE\/I\/ID.h\n\tinclude\/RE\/I\/IDEvent.h\n\tinclude\/RE\/I\/IFormFactory.h\n\tinclude\/RE\/I\/IFreezeQuery.h\n\tinclude\/RE\/I\/IFuncCallQuery.h\n\tinclude\/RE\/I\/IFunction.h\n\tinclude\/RE\/I\/IFunctionArguments.h\n\tinclude\/RE\/I\/IHandlerFunctor.h\n\tinclude\/RE\/I\/ILoader.h\n\tinclude\/RE\/I\/IMapCameraCallbacks.h\n\tinclude\/RE\/I\/IMemoryHeap.h\n\tinclude\/RE\/I\/IMemoryPagePolicy.h\n\tinclude\/RE\/I\/IMemoryStore.h\n\tinclude\/RE\/I\/IMemoryStoreBase.h\n\tinclude\/RE\/I\/IMenu.h\n\tinclude\/RE\/I\/IMessageBoxCallback.h\n\tinclude\/RE\/I\/IMovementControllerRegisterInterface.h\n\tinclude\/RE\/I\/IMovementDirectControl.h\n\tinclude\/RE\/I\/IMovementInterface.h\n\tinclude\/RE\/I\/IMovementMessageInterface.h\n\tinclude\/RE\/I\/IMovementMotionDrivenControl.h\n\tinclude\/RE\/I\/IMovementPlannerDirectControl.h\n\tinclude\/RE\/I\/IMovementSelectIdle.h\n\tinclude\/RE\/I\/IMovementState.h\n\tinclude\/RE\/I\/INIPrefSettingCollection.h\n\tinclude\/RE\/I\/INISettingCollection.h\n\tinclude\/RE\/I\/IObjectHandlePolicy.h\n\tinclude\/RE\/I\/IObjectProcessor.h\n\tinclude\/RE\/I\/IPackageData.h\n\tinclude\/RE\/I\/IPackageDataAIWorldLocationHandle.h\n\tinclude\/RE\/I\/IPostAnimationChannelUpdateFunctor.h\n\tinclude\/RE\/I\/IProcedureTreeItem.h\n\tinclude\/RE\/I\/IProfilePolicy.h\n\tinclude\/RE\/I\/ISavePatcherInterface.h\n\tinclude\/RE\/I\/IStackCallbackFunctor.h\n\tinclude\/RE\/I\/IStackCallbackSaveInterface.h\n\tinclude\/RE\/I\/IStore.h\n\tinclude\/RE\/I\/IUIMessageData.h\n\tinclude\/RE\/I\/IVMDebugInterface.h\n\tinclude\/RE\/I\/IVMObjectBindInterface.h\n\tinclude\/RE\/I\/IVMSaveLoadInterface.h\n\tinclude\/RE\/I\/IVirtualMachine.h\n\tinclude\/RE\/I\/IXAudio2VoiceCallback.h\n\tinclude\/RE\/I\/ImageData.h\n\tinclude\/RE\/I\/ImageSpaceEffect.h\n\tinclude\/RE\/I\/ImageSpaceEffectParam.h\n\tinclude\/RE\/I\/ImageSpaceModifierInstance.h\n\tinclude\/RE\/I\/ImageSpaceModifierInstanceDOF.h\n\tinclude\/RE\/I\/ImageSpaceModifierInstanceTemp.h\n\tinclude\/RE\/I\/ImageSpaceShaderParam.h\n\tinclude\/RE\/I\/ImpactResults.h\n\tinclude\/RE\/I\/Info.h\n\tinclude\/RE\/I\/IngredientItem.h\n\tinclude\/RE\/I\/InputDevices.h\n\tinclude\/RE\/I\/InputEvent.h\n\tinclude\/RE\/I\/InterfaceStrings.h\n\tinclude\/RE\/I\/InteriorData.h\n\tinclude\/RE\/I\/Inventory.h\n\tinclude\/RE\/I\/Inventory3DManager.h\n\tinclude\/RE\/I\/InventoryChanges.h\n\tinclude\/RE\/I\/InventoryEntryData.h\n\tinclude\/RE\/I\/InventoryMenu.h\n\tinclude\/RE\/I\/InventoryUpdateData.h\n\tinclude\/RE\/I\/ItemCard.h\n\tinclude\/RE\/I\/ItemCrafted.h\n\tinclude\/RE\/I\/ItemList.h\n\tinclude\/RE\/I\/ItemsPickpocketed.h\n\tinclude\/RE\/J\/JournalMenu.h\n\tinclude\/RE\/J\/JournalTab.h\n\tinclude\/RE\/J\/Journal_QuestsTab.h\n\tinclude\/RE\/J\/Journal_StatsTab.h\n\tinclude\/RE\/J\/Journal_SystemTab.h\n\tinclude\/RE\/J\/JumpHandler.h\n\tinclude\/RE\/K\/KinectEvent.h\n\tinclude\/RE\/K\/KinectMenu.h\n\tinclude\/RE\/L\/LevelUpMenu.h\n\tinclude\/RE\/L\/LinkerProcessor.h\n\tinclude\/RE\/L\/LoadWaitSpinner.h\n\tinclude\/RE\/L\/LoadingMenu.h\n\tinclude\/RE\/L\/LocalMapCamera.h\n\tinclude\/RE\/L\/LocalMapMenu.h\n\tinclude\/RE\/L\/Location.h\n\tinclude\/RE\/L\/LocationTraverser.h\n\tinclude\/RE\/L\/LocationTree.h\n\tinclude\/RE\/L\/LockpickingMenu.h\n\tinclude\/RE\/L\/LogEvent.h\n\tinclude\/RE\/L\/Logger.h\n\tinclude\/RE\/L\/LoggingDisabler.h\n\tinclude\/RE\/L\/LookHandler.h\n\tinclude\/RE\/L\/LooseFileLocation.h\n\tinclude\/RE\/L\/LooseFileStream.h\n\tinclude\/RE\/L\/LooseFileStreamBase.h\n\tinclude\/RE\/M\/MagicCaster.h\n\tinclude\/RE\/M\/MagicFavorites.h\n\tinclude\/RE\/M\/MagicItem.h\n\tinclude\/RE\/M\/MagicMenu.h\n\tinclude\/RE\/M\/MagicSystem.h\n\tinclude\/RE\/M\/MagicTarget.h\n\tinclude\/RE\/M\/Main.h\n\tinclude\/RE\/M\/MainMenu.h\n\tinclude\/RE\/M\/MapCamera.h\n\tinclude\/RE\/M\/MapInputHandler.h\n\tinclude\/RE\/M\/MapLookHandler.h\n\tinclude\/RE\/M\/MapMenu.h\n\tinclude\/RE\/M\/MapMoveHandler.h\n\tinclude\/RE\/M\/MapZoomHandler.h\n\tinclude\/RE\/M\/MarkerUsedData.h\n\tinclude\/RE\/M\/MemoryHeap.h\n\tinclude\/RE\/M\/MemoryManager.h\n\tinclude\/RE\/M\/MemoryPage.h\n\tinclude\/RE\/M\/MenuControls.h\n\tinclude\/RE\/M\/MenuEventHandler.h\n\tinclude\/RE\/M\/MenuOpenCloseEvent.h\n\tinclude\/RE\/M\/MenuOpenHandler.h\n\tinclude\/RE\/M\/MenuTopicManager.h\n\tinclude\/RE\/M\/MessageBoxData.h\n\tinclude\/RE\/M\/MessageBoxMenu.h\n\tinclude\/RE\/M\/MiddleHighProcessData.h\n\tinclude\/RE\/M\/Misc.h\n\tinclude\/RE\/M\/MissileProjectile.h\n\tinclude\/RE\/M\/MistMenu.h\n\tinclude\/RE\/M\/ModManagerMenu.h\n\tinclude\/RE\/M\/ModelReferenceEffect.h\n\tinclude\/RE\/M\/Moon.h\n\tinclude\/RE\/M\/MouseMoveEvent.h\n\tinclude\/RE\/M\/MoveToFunctor.h\n\tinclude\/RE\/M\/Movement.h\n\tinclude\/RE\/M\/MovementControllerAI.h\n\tinclude\/RE\/M\/MovementControllerNPC.h\n\tinclude\/RE\/M\/MovementHandler.h\n\tinclude\/RE\/M\/MoviePlayer.h\n\tinclude\/RE\/M\/MultiBoundMarkerData.h\n\tinclude\/RE\/N\/NativeFunction.h\n\tinclude\/RE\/N\/NativeFunctionBase.h\n\tinclude\/RE\/N\/NavMesh.h\n\tinclude\/RE\/N\/NavMeshInfoMap.h\n\tinclude\/RE\/N\/NiAVObject.h\n\tinclude\/RE\/N\/NiAllocator.h\n\tinclude\/RE\/N\/NiAlphaProperty.h\n\tinclude\/RE\/N\/NiAnimationKey.h\n\tinclude\/RE\/N\/NiBinaryStream.h\n\tinclude\/RE\/N\/NiBoneMatrixSetterI.h\n\tinclude\/RE\/N\/NiBound.h\n\tinclude\/RE\/N\/NiCamera.h\n\tinclude\/RE\/N\/NiCollisionObject.h\n\tinclude\/RE\/N\/NiColor.h\n\tinclude\/RE\/N\/NiColorData.h\n\tinclude\/RE\/N\/NiColorInterpolator.h\n\tinclude\/RE\/N\/NiColorKey.h\n\tinclude\/RE\/N\/NiControllerManager.h\n\tinclude\/RE\/N\/NiControllerSequence.h\n\tinclude\/RE\/N\/NiCullingProcess.h\n\tinclude\/RE\/N\/NiExtraData.h\n\tinclude\/RE\/N\/NiFile.h\n\tinclude\/RE\/N\/NiFloatData.h\n\tinclude\/RE\/N\/NiFloatInterpolator.h\n\tinclude\/RE\/N\/NiFloatKey.h\n\tinclude\/RE\/N\/NiFrustum.h\n\tinclude\/RE\/N\/NiFrustumPlanes.h\n\tinclude\/RE\/N\/NiGeometryData.h\n\tinclude\/RE\/N\/NiIntegerExtraData.h\n\tinclude\/RE\/N\/NiInterpController.h\n\tinclude\/RE\/N\/NiInterpolator.h\n\tinclude\/RE\/N\/NiKeyBasedInterpolator.h\n\tinclude\/RE\/N\/NiMath.h\n\tinclude\/RE\/N\/NiMatrix3.h\n\tinclude\/RE\/N\/NiMemManager.h\n\tinclude\/RE\/N\/NiMultiTargetTransformController.h\n\tinclude\/RE\/N\/NiNode.h\n\tinclude\/RE\/N\/NiObject.h\n\tinclude\/RE\/N\/NiObjectNET.h\n\tinclude\/RE\/N\/NiPlane.h\n\tinclude\/RE\/N\/NiPoint2.h\n\tinclude\/RE\/N\/NiPoint3.h\n\tinclude\/RE\/N\/NiProperty.h\n\tinclude\/RE\/N\/NiQuaternion.h\n\tinclude\/RE\/N\/NiRTTI.h\n\tinclude\/RE\/N\/NiRect.h\n\tinclude\/RE\/N\/NiRefObject.h\n\tinclude\/RE\/N\/NiShadeProperty.h\n\tinclude\/RE\/N\/NiSkinData.h\n\tinclude\/RE\/N\/NiSkinInstance.h\n\tinclude\/RE\/N\/NiSkinPartition.h\n\tinclude\/RE\/N\/NiSmartPointer.h\n\tinclude\/RE\/N\/NiSourceTexture.h\n\tinclude\/RE\/N\/NiStream.h\n\tinclude\/RE\/N\/NiStringsExtraData.h\n\tinclude\/RE\/N\/NiSystem.h\n\tinclude\/RE\/N\/NiTArray.h\n\tinclude\/RE\/N\/NiTCollection.h\n\tinclude\/RE\/N\/NiTDefaultAllocator.h\n\tinclude\/RE\/N\/NiTList.h\n\tinclude\/RE\/N\/NiTListBase.h\n\tinclude\/RE\/N\/NiTMap.h\n\tinclude\/RE\/N\/NiTMapBase.h\n\tinclude\/RE\/N\/NiTPointerAllocator.h\n\tinclude\/RE\/N\/NiTPointerListBase.h\n\tinclude\/RE\/N\/NiTPointerMap.h\n\tinclude\/RE\/N\/NiTSet.h\n\tinclude\/RE\/N\/NiTStringMap.h\n\tinclude\/RE\/N\/NiTexture.h\n\tinclude\/RE\/N\/NiTimeController.h\n\tinclude\/RE\/N\/NiTransform.h\n\tinclude\/RE\/N\/NonActorMagicTarget.h\n\tinclude\/RE\/O\/Object.h\n\tinclude\/RE\/O\/ObjectTypeInfo.h\n\tinclude\/RE\/O\/OldMessageBoxCallback.h\n\tinclude\/RE\/Offsets.h\n\tinclude\/RE\/Offsets_NiRTTI.h\n\tinclude\/RE\/Offsets_RTTI.h\n\tinclude\/RE\/P\/PCGamepadType.h\n\tinclude\/RE\/P\/PackUnpack.h\n\tinclude\/RE\/P\/PackUnpackImpl.h\n\tinclude\/RE\/P\/PackageLocation.h\n\tinclude\/RE\/P\/PackedInstructionStream.h\n\tinclude\/RE\/P\/PathingCell.h\n\tinclude\/RE\/P\/PerkEntryVisitor.h\n\tinclude\/RE\/P\/PerkRankVisitor.h\n\tinclude\/RE\/P\/PlayerCamera.h\n\tinclude\/RE\/P\/PlayerCharacter.h\n\tinclude\/RE\/P\/PlayerControls.h\n\tinclude\/RE\/P\/PlayerControlsData.h\n\tinclude\/RE\/P\/PlayerInputHandler.h\n\tinclude\/RE\/P\/PoisonedWeapon.h\n\tinclude\/RE\/P\/PositionPlayerEvent.h\n\tinclude\/RE\/P\/Precipitation.h\n\tinclude\/RE\/P\/PrecomputedNavmeshInfoPathMap.h\n\tinclude\/RE\/P\/ProcessLists.h\n\tinclude\/RE\/P\/Profiler.h\n\tinclude\/RE\/P\/Projectile.h\n\tinclude\/RE\/P\/PropertyTypeInfo.h\n\tinclude\/RE\/Q\/QuestEvents.h\n\tinclude\/RE\/Q\/QuestObjectiveStates.h\n\tinclude\/RE\/R\/RaceSexCamera.h\n\tinclude\/RE\/R\/RaceSexMenu.h\n\tinclude\/RE\/R\/RaceSexMenuEvent.h\n\tinclude\/RE\/R\/RawFuncCallQuery.h\n\tinclude\/RE\/R\/ReadyWeaponHandler.h\n\tinclude\/RE\/R\/RefActivateData.h\n\tinclude\/RE\/R\/RefAttachTechniqueInput.h\n\tinclude\/RE\/R\/ReferenceArray.h\n\tinclude\/RE\/R\/ReferenceEffect.h\n\tinclude\/RE\/R\/ReferenceEffectController.h\n\tinclude\/RE\/R\/RefrInteraction.h\n\tinclude\/RE\/R\/RegSettingCollection.h\n\tinclude\/RE\/R\/RegisterPrefix.h\n\tinclude\/RE\/R\/RemoveCallbackVisitor.h\n\tinclude\/RE\/R\/RemoveItemFunctor.h\n\tinclude\/RE\/R\/Request.h\n\tinclude\/RE\/R\/RunHandler.h\n\tinclude\/RE\/RTTI.h\n\tinclude\/RE\/S\/SFTypes.h\n\tinclude\/RE\/S\/SafeZoneMenu.h\n\tinclude\/RE\/S\/SavePatcher.h\n\tinclude\/RE\/S\/ScrapHeap.h\n\tinclude\/RE\/S\/Script.h\n\tinclude\/RE\/S\/ScriptEventSourceHolder.h\n\tinclude\/RE\/S\/ScriptFunction.h\n\tinclude\/RE\/S\/ScrollItem.h\n\tinclude\/RE\/S\/SendPlayerToJailFunctor.h\n\tinclude\/RE\/S\/SetEventData.h\n\tinclude\/RE\/S\/SetMotionTypeFunctor.h\n\tinclude\/RE\/S\/SetPositionFunctor.h\n\tinclude\/RE\/S\/Setting.h\n\tinclude\/RE\/S\/SettingCollection.h\n\tinclude\/RE\/S\/SettingCollectionList.h\n\tinclude\/RE\/S\/SettingCollectionMap.h\n\tinclude\/RE\/S\/SettingT.h\n\tinclude\/RE\/S\/Sexes.h\n\tinclude\/RE\/S\/ShaderReferenceEffect.h\n\tinclude\/RE\/S\/ShadowSceneNode.h\n\tinclude\/RE\/S\/ShoutHandler.h\n\tinclude\/RE\/S\/ShoutMeter.h\n\tinclude\/RE\/S\/SimpleAllocMemoryPagePolicy.h\n\tinclude\/RE\/S\/SimpleAnimationGraphManagerHolder.h\n\tinclude\/RE\/S\/Sky.h\n\tinclude\/RE\/S\/SkyEffectController.h\n\tinclude\/RE\/S\/SkyObject.h\n\tinclude\/RE\/S\/SkyrimScriptObjectBindPolicy.h\n\tinclude\/RE\/S\/SkyrimScriptStore.h\n\tinclude\/RE\/S\/SkyrimVM.h\n\tinclude\/RE\/S\/SleepWaitMenu.h\n\tinclude\/RE\/S\/SmithingMenu.h\n\tinclude\/RE\/S\/SneakHandler.h\n\tinclude\/RE\/S\/SoulLevels.h\n\tinclude\/RE\/S\/SoundLevels.h\n\tinclude\/RE\/S\/SpellItem.h\n\tinclude\/RE\/S\/SprintHandler.h\n\tinclude\/RE\/S\/Stack.h\n\tinclude\/RE\/S\/StackFrame.h\n\tinclude\/RE\/S\/StandardItemData.h\n\tinclude\/RE\/S\/Stars.h\n\tinclude\/RE\/S\/State.h\n\tinclude\/RE\/S\/StatsEvent.h\n\tinclude\/RE\/S\/StatsMenu.h\n\tinclude\/RE\/S\/StatsNode.h\n\tinclude\/RE\/S\/StealthMeter.h\n\tinclude\/RE\/S\/Stream.h\n\tinclude\/RE\/S\/StreamBase.h\n\tinclude\/RE\/S\/SummonCreatureEffect.h\n\tinclude\/RE\/S\/SummonPlacementEffect.h\n\tinclude\/RE\/S\/Sun.h\n\tinclude\/RE\/S\/SuspendedStack.h\n\tinclude\/RE\/S\/SyncQueueObj.h\n\tinclude\/RE\/Skyrim.h\n\tinclude\/RE\/T\/TES.h\n\tinclude\/RE\/T\/TESAIForm.h\n\tinclude\/RE\/T\/TESActivateEvent.h\n\tinclude\/RE\/T\/TESActiveEffectApplyRemoveEvent.h\n\tinclude\/RE\/T\/TESActorBase.h\n\tinclude\/RE\/T\/TESActorBaseData.h\n\tinclude\/RE\/T\/TESAmmo.h\n\tinclude\/RE\/T\/TESAttackDamageForm.h\n\tinclude\/RE\/T\/TESBipedModelForm.h\n\tinclude\/RE\/T\/TESBoundAnimObject.h\n\tinclude\/RE\/T\/TESBoundObject.h\n\tinclude\/RE\/T\/TESCamera.h\n\tinclude\/RE\/T\/TESCameraState.h\n\tinclude\/RE\/T\/TESCellFullyLoadedEvent.h\n\tinclude\/RE\/T\/TESChildCell.h\n\tinclude\/RE\/T\/TESClass.h\n\tinclude\/RE\/T\/TESClimate.h\n\tinclude\/RE\/T\/TESCombatEvent.h\n\tinclude\/RE\/T\/TESCombatStyle.h\n\tinclude\/RE\/T\/TESCondition.h\n\tinclude\/RE\/T\/TESContainer.h\n\tinclude\/RE\/T\/TESContainerChangedEvent.h\n\tinclude\/RE\/T\/TESCustomPackageData.h\n\tinclude\/RE\/T\/TESDataHandler.h\n\tinclude\/RE\/T\/TESDeathEvent.h\n\tinclude\/RE\/T\/TESDescription.h\n\tinclude\/RE\/T\/TESEffectShader.h\n\tinclude\/RE\/T\/TESEnchantableForm.h\n\tinclude\/RE\/T\/TESEquipEvent.h\n\tinclude\/RE\/T\/TESEyes.h\n\tinclude\/RE\/T\/TESFaction.h\n\tinclude\/RE\/T\/TESFile.h\n\tinclude\/RE\/T\/TESFlora.h\n\tinclude\/RE\/T\/TESForm.h\n\tinclude\/RE\/T\/TESFullName.h\n\tinclude\/RE\/T\/TESFurniture.h\n\tinclude\/RE\/T\/TESFurnitureEvent.h\n\tinclude\/RE\/T\/TESGlobal.h\n\tinclude\/RE\/T\/TESGrabReleaseEvent.h\n\tinclude\/RE\/T\/TESGrass.h\n\tinclude\/RE\/T\/TESHavokUtilities.h\n\tinclude\/RE\/T\/TESHitEvent.h\n\tinclude\/RE\/T\/TESIcon.h\n\tinclude\/RE\/T\/TESIdleForm.h\n\tinclude\/RE\/T\/TESImageSpace.h\n\tinclude\/RE\/T\/TESImageSpaceModifiableForm.h\n\tinclude\/RE\/T\/TESImageSpaceModifier.h\n\tinclude\/RE\/T\/TESInitScriptEvent.h\n\tinclude\/RE\/T\/TESKey.h\n\tinclude\/RE\/T\/TESLandTexture.h\n\tinclude\/RE\/T\/TESLevCharacter.h\n\tinclude\/RE\/T\/TESLevItem.h\n\tinclude\/RE\/T\/TESLevSpell.h\n\tinclude\/RE\/T\/TESLeveledList.h\n\tinclude\/RE\/T\/TESLoadGameEvent.h\n\tinclude\/RE\/T\/TESLoadScreen.h\n\tinclude\/RE\/T\/TESLockChangedEvent.h\n\tinclude\/RE\/T\/TESMagicCasterForm.h\n\tinclude\/RE\/T\/TESMagicEffectApplyEvent.h\n\tinclude\/RE\/T\/TESMagicTargetForm.h\n\tinclude\/RE\/T\/TESModel.h\n\tinclude\/RE\/T\/TESModelPSA.h\n\tinclude\/RE\/T\/TESModelRDT.h\n\tinclude\/RE\/T\/TESModelTextureSwap.h\n\tinclude\/RE\/T\/TESModelTri.h\n\tinclude\/RE\/T\/TESMoveAttachDetachEvent.h\n\tinclude\/RE\/T\/TESNPC.h\n\tinclude\/RE\/T\/TESObject.h\n\tinclude\/RE\/T\/TESObjectACTI.h\n\tinclude\/RE\/T\/TESObjectANIO.h\n\tinclude\/RE\/T\/TESObjectARMA.h\n\tinclude\/RE\/T\/TESObjectARMO.h\n\tinclude\/RE\/T\/TESObjectBOOK.h\n\tinclude\/RE\/T\/TESObjectCELL.h\n\tinclude\/RE\/T\/TESObjectCONT.h\n\tinclude\/RE\/T\/TESObjectDOOR.h\n\tinclude\/RE\/T\/TESObjectLAND.h\n\tinclude\/RE\/T\/TESObjectLIGH.h\n\tinclude\/RE\/T\/TESObjectLoadedEvent.h\n\tinclude\/RE\/T\/TESObjectMISC.h\n\tinclude\/RE\/T\/TESObjectREFR.h\n\tinclude\/RE\/T\/TESObjectSTAT.h\n\tinclude\/RE\/T\/TESObjectTREE.h\n\tinclude\/RE\/T\/TESObjectWEAP.h\n\tinclude\/RE\/T\/TESOpenCloseEvent.h\n\tinclude\/RE\/T\/TESPackage.h\n\tinclude\/RE\/T\/TESPackageData.h\n\tinclude\/RE\/T\/TESProduceForm.h\n\tinclude\/RE\/T\/TESQualityForm.h\n\tinclude\/RE\/T\/TESQuest.h\n\tinclude\/RE\/T\/TESQuestStageItem.h\n\tinclude\/RE\/T\/TESRace.h\n\tinclude\/RE\/T\/TESRaceForm.h\n\tinclude\/RE\/T\/TESReactionForm.h\n\tinclude\/RE\/T\/TESRegion.h\n\tinclude\/RE\/T\/TESRegionData.h\n\tinclude\/RE\/T\/TESRegionDataLandscape.h\n\tinclude\/RE\/T\/TESRegionDataManager.h\n\tinclude\/RE\/T\/TESRegionDataMap.h\n\tinclude\/RE\/T\/TESRegionDataSound.h\n\tinclude\/RE\/T\/TESRegionDataWeather.h\n\tinclude\/RE\/T\/TESRegionList.h\n\tinclude\/RE\/T\/TESResetEvent.h\n\tinclude\/RE\/T\/TESShout.h\n\tinclude\/RE\/T\/TESSoulGem.h\n\tinclude\/RE\/T\/TESSound.h\n\tinclude\/RE\/T\/TESSpellList.h\n\tinclude\/RE\/T\/TESSwitchRaceCompleteEvent.h\n\tinclude\/RE\/T\/TESTexture.h\n\tinclude\/RE\/T\/TESTexture1024.h\n\tinclude\/RE\/T\/TESTopic.h\n\tinclude\/RE\/T\/TESTopicInfo.h\n\tinclude\/RE\/T\/TESTrackedStatsEvent.h\n\tinclude\/RE\/T\/TESUniqueIDChangeEvent.h\n\tinclude\/RE\/T\/TESValueForm.h\n\tinclude\/RE\/T\/TESWaitStopEvent.h\n\tinclude\/RE\/T\/TESWaterForm.h\n\tinclude\/RE\/T\/TESWeather.h\n\tinclude\/RE\/T\/TESWeightForm.h\n\tinclude\/RE\/T\/TESWordOfPower.h\n\tinclude\/RE\/T\/TESWorldSpace.h\n\tinclude\/RE\/T\/TaskQueueInterface.h\n\tinclude\/RE\/T\/TextureAddressModes.h\n\tinclude\/RE\/T\/ThirdPersonState.h\n\tinclude\/RE\/T\/ThumbstickEvent.h\n\tinclude\/RE\/T\/TitleSequenceMenu.h\n\tinclude\/RE\/T\/TogglePOVHandler.h\n\tinclude\/RE\/T\/ToggleRunHandler.h\n\tinclude\/RE\/T\/TrainingMenu.h\n\tinclude\/RE\/T\/TutorialMenu.h\n\tinclude\/RE\/T\/TweenMenu.h\n\tinclude\/RE\/T\/TypeInfo.h\n\tinclude\/RE\/T\/TypeTraits.h\n\tinclude\/RE\/U\/UI.h\n\tinclude\/RE\/U\/UIBlurManager.h\n\tinclude\/RE\/U\/UIMessage.h\n\tinclude\/RE\/U\/UIMessageQueue.h\n\tinclude\/RE\/U\/UISaveLoadManager.h\n\tinclude\/RE\/U\/UserEventEnabled.h\n\tinclude\/RE\/U\/UserEvents.h\n\tinclude\/RE\/V\/VDescTable.h\n\tinclude\/RE\/V\/ValueModifierEffect.h\n\tinclude\/RE\/V\/Variable.h\n\tinclude\/RE\/V\/VirtualMachine.h\n\tinclude\/RE\/W\/WeatherType.h\n\tinclude\/RE\/Z\/ZeroFunctionArguments.h\n\tinclude\/RE\/Z\/ZeroOverheadHeap.h\n\tinclude\/REL\/Relocation.h\n\tinclude\/SKSE\/API.h\n\tinclude\/SKSE\/Events.h\n\tinclude\/SKSE\/IAT.h\n\tinclude\/SKSE\/Impl\/PCH.h\n\tinclude\/SKSE\/Impl\/RegistrationTraits.h\n\tinclude\/SKSE\/Impl\/Stubs.h\n\tinclude\/SKSE\/Impl\/WinAPI.h\n\tinclude\/SKSE\/Interfaces.h\n\tinclude\/SKSE\/Logger.h\n\tinclude\/SKSE\/RegistrationMap.h\n\tinclude\/SKSE\/RegistrationSet.h\n\tinclude\/SKSE\/SKSE.h\n\tinclude\/SKSE\/Trampoline.h\n\tinclude\/SKSE\/Version.h\n\tsrc\/RE\/A\/AIFormulas.cpp\n\tsrc\/RE\/A\/AIProcess.cpp\n\tsrc\/RE\/A\/ActiveEffect.cpp\n\tsrc\/RE\/A\/Actor.cpp\n\tsrc\/RE\/A\/ActorEquipManager.cpp\n\tsrc\/RE\/A\/ActorValueOwner.cpp\n\tsrc\/RE\/A\/AddCallbackVisitor.cpp\n\tsrc\/RE\/A\/ArmorRatingVisitor.cpp\n\tsrc\/RE\/A\/ArmorRatingVisitorBase.cpp\n\tsrc\/RE\/A\/Array.cpp\n\tsrc\/RE\/B\/BGSAttackData.cpp\n\tsrc\/RE\/B\/BGSBaseAlias.cpp\n\tsrc\/RE\/B\/BGSBipedObjectForm.cpp\n\tsrc\/RE\/B\/BGSColorForm.cpp\n\tsrc\/RE\/B\/BGSEntryPointFunctionDataActivateChoice.cpp\n\tsrc\/RE\/B\/BGSEntryPointPerkEntry.cpp\n\tsrc\/RE\/B\/BGSFootstepManager.cpp\n\tsrc\/RE\/B\/BGSHeadPart.cpp\n\tsrc\/RE\/B\/BGSKeywordForm.cpp\n\tsrc\/RE\/B\/BGSListForm.cpp\n\tsrc\/RE\/B\/BGSLocation.cpp\n\tsrc\/RE\/B\/BGSOpenCloseForm.cpp\n\tsrc\/RE\/B\/BGSPerkEntry.cpp\n\tsrc\/RE\/B\/BGSSaveLoadManager.cpp\n\tsrc\/RE\/B\/BGSSoundCategory.cpp\n\tsrc\/RE\/B\/BGSStoryTeller.cpp\n\tsrc\/RE\/B\/BSAtomic.cpp\n\tsrc\/RE\/B\/BSAudioManager.cpp\n\tsrc\/RE\/B\/BSEffectShaderData.cpp\n\tsrc\/RE\/B\/BSExtraData.cpp\n\tsrc\/RE\/B\/BSFixedString.cpp\n\tsrc\/RE\/B\/BSHandleRefObject.cpp\n\tsrc\/RE\/B\/BSInputDevice.cpp\n\tsrc\/RE\/B\/BSInputDeviceManager.cpp\n\tsrc\/RE\/B\/BSLightingShaderMaterialBase.cpp\n\tsrc\/RE\/B\/BSPointerHandle.cpp\n\tsrc\/RE\/B\/BSResourceNiBinaryStream.cpp\n\tsrc\/RE\/B\/BSResponse.cpp\n\tsrc\/RE\/B\/BSScaleformManager.cpp\n\tsrc\/RE\/B\/BSScriptObjectBindPolicy.cpp\n\tsrc\/RE\/B\/BSShaderProperty.cpp\n\tsrc\/RE\/B\/BSSoundHandle.cpp\n\tsrc\/RE\/B\/BSStringPool.cpp\n\tsrc\/RE\/B\/BSSystemFileStorage.cpp\n\tsrc\/RE\/B\/BSTArray.cpp\n\tsrc\/RE\/B\/BSTCreateFactoryManager.cpp\n\tsrc\/RE\/B\/BSVisit.cpp\n\tsrc\/RE\/B\/BSWin32KeyboardDevice.cpp\n\tsrc\/RE\/B\/BSWin32SaveDataSystemUtility.cpp\n\tsrc\/RE\/B\/BSXFlags.cpp\n\tsrc\/RE\/B\/BarterMenu.cpp\n\tsrc\/RE\/B\/BipedAnim.cpp\n\tsrc\/RE\/B\/BookMenu.cpp\n\tsrc\/RE\/B\/bhkCharProxyController.cpp\n\tsrc\/RE\/C\/Calendar.cpp\n\tsrc\/RE\/C\/ChestsLooted.cpp\n\tsrc\/RE\/C\/CommandTable.cpp\n\tsrc\/RE\/C\/Console.cpp\n\tsrc\/RE\/C\/ConsoleLog.cpp\n\tsrc\/RE\/C\/ContainerMenu.cpp\n\tsrc\/RE\/C\/ControlMap.cpp\n\tsrc\/RE\/E\/Effect.cpp\n\tsrc\/RE\/E\/ExtraAliasInstanceArray.cpp\n\tsrc\/RE\/E\/ExtraAshPileRef.cpp\n\tsrc\/RE\/E\/ExtraCanTalkToPlayer.cpp\n\tsrc\/RE\/E\/ExtraCannotWear.cpp\n\tsrc\/RE\/E\/ExtraCharge.cpp\n\tsrc\/RE\/E\/ExtraContainerChanges.cpp\n\tsrc\/RE\/E\/ExtraCount.cpp\n\tsrc\/RE\/E\/ExtraDataList.cpp\n\tsrc\/RE\/E\/ExtraEnchantment.cpp\n\tsrc\/RE\/E\/ExtraForcedTarget.cpp\n\tsrc\/RE\/E\/ExtraHealth.cpp\n\tsrc\/RE\/E\/ExtraHotkey.cpp\n\tsrc\/RE\/E\/ExtraLightData.cpp\n\tsrc\/RE\/E\/ExtraLock.cpp\n\tsrc\/RE\/E\/ExtraMissingLinkedRefIDs.cpp\n\tsrc\/RE\/E\/ExtraOwnership.cpp\n\tsrc\/RE\/E\/ExtraPoison.cpp\n\tsrc\/RE\/E\/ExtraRank.cpp\n\tsrc\/RE\/E\/ExtraReferenceHandle.cpp\n\tsrc\/RE\/E\/ExtraSoul.cpp\n\tsrc\/RE\/E\/ExtraTextDisplayData.cpp\n\tsrc\/RE\/E\/ExtraUniqueID.cpp\n\tsrc\/RE\/F\/FxDelegate.cpp\n\tsrc\/RE\/F\/FxDelegateArgs.cpp\n\tsrc\/RE\/G\/GAtomic.cpp\n\tsrc\/RE\/G\/GFxLoader.cpp\n\tsrc\/RE\/G\/GFxLog.cpp\n\tsrc\/RE\/G\/GFxMovie.cpp\n\tsrc\/RE\/G\/GFxMovieDef.cpp\n\tsrc\/RE\/G\/GFxMovieView.cpp\n\tsrc\/RE\/G\/GFxRenderConfig.cpp\n\tsrc\/RE\/G\/GFxResource.cpp\n\tsrc\/RE\/G\/GFxResourceID.cpp\n\tsrc\/RE\/G\/GFxResourceKey.cpp\n\tsrc\/RE\/G\/GFxState.cpp\n\tsrc\/RE\/G\/GFxStateBag.cpp\n\tsrc\/RE\/G\/GFxTranslator.cpp\n\tsrc\/RE\/G\/GFxValue.cpp\n\tsrc\/RE\/G\/GFxWStringBuffer.cpp\n\tsrc\/RE\/G\/GFxWWHelper.cpp\n\tsrc\/RE\/G\/GMemory.cpp\n\tsrc\/RE\/G\/GMemoryHeap.cpp\n\tsrc\/RE\/G\/GRefCountImpl.cpp\n\tsrc\/RE\/G\/GRefCountNTSImpl.cpp\n\tsrc\/RE\/G\/GRenderer.cpp\n\tsrc\/RE\/G\/GStd.cpp\n\tsrc\/RE\/G\/GString.cpp\n\tsrc\/RE\/G\/GViewport.cpp\n\tsrc\/RE\/G\/GameSettingCollection.cpp\n\tsrc\/RE\/G\/GiftMenu.cpp\n\tsrc\/RE\/H\/HUDMeter.cpp\n\tsrc\/RE\/H\/HUDObject.cpp\n\tsrc\/RE\/H\/HeapBlock.cpp\n\tsrc\/RE\/H\/hkBaseTypes.cpp\n\tsrc\/RE\/H\/hkReferencedObject.cpp\n\tsrc\/RE\/H\/hkStringPtr.cpp\n\tsrc\/RE\/H\/hkpBroadPhase.cpp\n\tsrc\/RE\/H\/hkpCdBody.cpp\n\tsrc\/RE\/H\/hkpCharacterProxyListener.cpp\n\tsrc\/RE\/H\/hkpMaterial.cpp\n\tsrc\/RE\/H\/hkpWorldObject.cpp\n\tsrc\/RE\/I\/IAnimationGraphManagerHolder.cpp\n\tsrc\/RE\/I\/IFormFactory.cpp\n\tsrc\/RE\/I\/IFunction.cpp\n\tsrc\/RE\/I\/IHandlerFunctor.cpp\n\tsrc\/RE\/I\/IMemoryStore.cpp\n\tsrc\/RE\/I\/IMenu.cpp\n\tsrc\/RE\/I\/INIPrefSettingCollection.cpp\n\tsrc\/RE\/I\/INISettingCollection.cpp\n\tsrc\/RE\/I\/IObjectHandlePolicy.cpp\n\tsrc\/RE\/I\/IStackCallbackFunctor.cpp\n\tsrc\/RE\/I\/IVirtualMachine.cpp\n\tsrc\/RE\/I\/InputEvent.cpp\n\tsrc\/RE\/I\/InterfaceStrings.cpp\n\tsrc\/RE\/I\/Inventory.cpp\n\tsrc\/RE\/I\/Inventory3DManager.cpp\n\tsrc\/RE\/I\/InventoryChanges.cpp\n\tsrc\/RE\/I\/InventoryEntryData.cpp\n\tsrc\/RE\/I\/ItemCrafted.cpp\n\tsrc\/RE\/I\/ItemList.cpp\n\tsrc\/RE\/I\/ItemsPickpocketed.cpp\n\tsrc\/RE\/L\/LocalMapCamera.cpp\n\tsrc\/RE\/L\/Location.cpp\n\tsrc\/RE\/L\/LockpickingMenu.cpp\n\tsrc\/RE\/L\/LooseFileStream.cpp\n\tsrc\/RE\/M\/MagicFavorites.cpp\n\tsrc\/RE\/M\/MagicItem.cpp\n\tsrc\/RE\/M\/MagicTarget.cpp\n\tsrc\/RE\/M\/Main.cpp\n\tsrc\/RE\/M\/MemoryPage.cpp\n\tsrc\/RE\/M\/MenuControls.cpp\n\tsrc\/RE\/M\/MenuEventHandler.cpp\n\tsrc\/RE\/M\/MiddleHighProcessData.cpp\n\tsrc\/RE\/M\/Misc.cpp\n\tsrc\/RE\/N\/NativeFunctionBase.cpp\n\tsrc\/RE\/N\/NiAVObject.cpp\n\tsrc\/RE\/N\/NiAnimationKey.cpp\n\tsrc\/RE\/N\/NiBinaryStream.cpp\n\tsrc\/RE\/N\/NiCamera.cpp\n\tsrc\/RE\/N\/NiColorData.cpp\n\tsrc\/RE\/N\/NiColorKey.cpp\n\tsrc\/RE\/N\/NiControllerManager.cpp\n\tsrc\/RE\/N\/NiExtraData.cpp\n\tsrc\/RE\/N\/NiFloatData.cpp\n\tsrc\/RE\/N\/NiFloatKey.cpp\n\tsrc\/RE\/N\/NiInterpolator.cpp\n\tsrc\/RE\/N\/NiMath.cpp\n\tsrc\/RE\/N\/NiMatrix3.cpp\n\tsrc\/RE\/N\/NiMemManager.cpp\n\tsrc\/RE\/N\/NiNode.cpp\n\tsrc\/RE\/N\/NiObject.cpp\n\tsrc\/RE\/N\/NiObjectNET.cpp\n\tsrc\/RE\/N\/NiPoint3.cpp\n\tsrc\/RE\/N\/NiRefObject.cpp\n\tsrc\/RE\/N\/NiSkinInstance.cpp\n\tsrc\/RE\/N\/NiSystem.cpp\n\tsrc\/RE\/N\/NiTCollection.cpp\n\tsrc\/RE\/N\/NiTexture.cpp\n\tsrc\/RE\/N\/NiTimeController.cpp\n\tsrc\/RE\/O\/Object.cpp\n\tsrc\/RE\/O\/ObjectTypeInfo.cpp\n\tsrc\/RE\/P\/PackUnpack.cpp\n\tsrc\/RE\/P\/PackedInstructionStream.cpp\n\tsrc\/RE\/P\/PlayerCamera.cpp\n\tsrc\/RE\/P\/PlayerCharacter.cpp\n\tsrc\/RE\/P\/PlayerControls.cpp\n\tsrc\/RE\/P\/PlayerInputHandler.cpp\n\tsrc\/RE\/P\/ProcessLists.cpp\n\tsrc\/RE\/R\/RemoveCallbackVisitor.cpp\n\tsrc\/RE\/S\/ScrapHeap.cpp\n\tsrc\/RE\/S\/Script.cpp\n\tsrc\/RE\/S\/ScriptEventSourceHolder.cpp\n\tsrc\/RE\/S\/Setting.cpp\n\tsrc\/RE\/S\/Sky.cpp\n\tsrc\/RE\/S\/SkyrimVM.cpp\n\tsrc\/RE\/S\/Stack.cpp\n\tsrc\/RE\/S\/StackFrame.cpp\n\tsrc\/RE\/S\/Stream.cpp\n\tsrc\/RE\/S\/StreamBase.cpp\n\tsrc\/RE\/Skyrim.cpp\n\tsrc\/RE\/T\/TES.cpp\n\tsrc\/RE\/T\/TESAIForm.cpp\n\tsrc\/RE\/T\/TESAmmo.cpp\n\tsrc\/RE\/T\/TESCamera.cpp\n\tsrc\/RE\/T\/TESClimate.cpp\n\tsrc\/RE\/T\/TESCondition.cpp\n\tsrc\/RE\/T\/TESContainer.cpp\n\tsrc\/RE\/T\/TESDataHandler.cpp\n\tsrc\/RE\/T\/TESDescription.cpp\n\tsrc\/RE\/T\/TESFaction.cpp\n\tsrc\/RE\/T\/TESFile.cpp\n\tsrc\/RE\/T\/TESForm.cpp\n\tsrc\/RE\/T\/TESHavokUtilities.cpp\n\tsrc\/RE\/T\/TESHitEvent.cpp\n\tsrc\/RE\/T\/TESLeveledList.cpp\n\tsrc\/RE\/T\/TESNPC.cpp\n\tsrc\/RE\/T\/TESObjectARMA.cpp\n\tsrc\/RE\/T\/TESObjectARMO.cpp\n\tsrc\/RE\/T\/TESObjectBOOK.cpp\n\tsrc\/RE\/T\/TESObjectCELL.cpp\n\tsrc\/RE\/T\/TESObjectREFR.cpp\n\tsrc\/RE\/T\/TESObjectSTAT.cpp\n\tsrc\/RE\/T\/TESObjectWEAP.cpp\n\tsrc\/RE\/T\/TESQuest.cpp\n\tsrc\/RE\/T\/TESRace.cpp\n\tsrc\/RE\/T\/TESTopic.cpp\n\tsrc\/RE\/T\/TESTopicInfo.cpp\n\tsrc\/RE\/T\/TESWorldSpace.cpp\n\tsrc\/RE\/T\/TaskQueueInterface.cpp\n\tsrc\/RE\/T\/ThumbstickEvent.cpp\n\tsrc\/RE\/T\/TypeInfo.cpp\n\tsrc\/RE\/U\/UI.cpp\n\tsrc\/RE\/U\/UIBlurManager.cpp\n\tsrc\/RE\/U\/UIMessageQueue.cpp\n\tsrc\/RE\/U\/UserEvents.cpp\n\tsrc\/RE\/V\/Variable.cpp\n\tsrc\/RE\/V\/VirtualMachine.cpp\n\tsrc\/RE\/Z\/ZeroFunctionArguments.cpp\n\tsrc\/REL\/Relocation.cpp\n\tsrc\/SKSE\/API.cpp\n\tsrc\/SKSE\/IAT.cpp\n\tsrc\/SKSE\/Impl\/PCH.cpp\n\tsrc\/SKSE\/Impl\/WinAPI.cpp\n\tsrc\/SKSE\/Interfaces.cpp\n\tsrc\/SKSE\/Logger.cpp\n\tsrc\/SKSE\/RegistrationMap.cpp\n\tsrc\/SKSE\/RegistrationSet.cpp\n\tsrc\/SKSE\/Trampoline.cpp\n)\n","avg_line_length":31.2616318274,"max_line_length":58,"alphanum_fraction":0.8089126637} +{"size":1063,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# Install script for directory: E:\/VS2017Projects\/bullet3-master\/test\/SharedMemory\r\n\r\n# Set the install prefix\r\nif(NOT DEFINED CMAKE_INSTALL_PREFIX)\r\n set(CMAKE_INSTALL_PREFIX \"C:\/Program Files\/BULLET_PHYSICS\")\r\nendif()\r\nstring(REGEX REPLACE \"\/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")\r\n\r\n# Set the install configuration name.\r\nif(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\r\n if(BUILD_TYPE)\r\n string(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\r\n CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\r\n else()\r\n set(CMAKE_INSTALL_CONFIG_NAME \"Release\")\r\n endif()\r\n message(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\r\nendif()\r\n\r\n# Set the component getting installed.\r\nif(NOT CMAKE_INSTALL_COMPONENT)\r\n if(COMPONENT)\r\n message(STATUS \"Install component: \\\"${COMPONENT}\\\"\")\r\n set(CMAKE_INSTALL_COMPONENT \"${COMPONENT}\")\r\n else()\r\n set(CMAKE_INSTALL_COMPONENT)\r\n endif()\r\nendif()\r\n\r\n# Is this installation the result of a crosscompile?\r\nif(NOT DEFINED CMAKE_CROSSCOMPILING)\r\n set(CMAKE_CROSSCOMPILING \"FALSE\")\r\nendif()\r\n\r\n","avg_line_length":30.3714285714,"max_line_length":83,"alphanum_fraction":0.7234242709} +{"size":455,"ext":"cmake","lang":"CMake","max_stars_count":2.0,"content":"# The set of languages for which implicit dependencies are needed:\nSET(CMAKE_DEPENDS_LANGUAGES\n \"CXX\"\n )\n# The set of files for implicit dependencies of each language:\nSET(CMAKE_DEPENDS_CHECK_CXX\n \"\/vagrant\/src\/itkcpp\/ImageReadImageSeriesWrite.cxx\" \"\/vagrant\/bin\/CMakeFiles\/ImageReadImageSeriesWrite.dir\/ImageReadImageSeriesWrite.cxx.o\"\n )\nSET(CMAKE_CXX_COMPILER_ID \"GNU\")\n\n# Targets to which this target links.\nSET(CMAKE_TARGET_LINKED_INFO_FILES\n )\n","avg_line_length":32.5,"max_line_length":141,"alphanum_fraction":0.810989011} +{"size":9556,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# generated from catkin\/cmake\/template\/pkgConfig.cmake.in\n\n# append elements to a list and remove existing duplicates from the list\n# copied from catkin\/cmake\/list_append_deduplicate.cmake to keep pkgConfig\n# self contained\nmacro(_list_append_deduplicate listname)\n if(NOT \"${ARGN}\" STREQUAL \"\")\n if(${listname})\n list(REMOVE_ITEM ${listname} ${ARGN})\n endif()\n list(APPEND ${listname} ${ARGN})\n endif()\nendmacro()\n\n# append elements to a list if they are not already in the list\n# copied from catkin\/cmake\/list_append_unique.cmake to keep pkgConfig\n# self contained\nmacro(_list_append_unique listname)\n foreach(_item ${ARGN})\n list(FIND ${listname} ${_item} _index)\n if(_index EQUAL -1)\n list(APPEND ${listname} ${_item})\n endif()\n endforeach()\nendmacro()\n\n# pack a list of libraries with optional build configuration keywords\n# copied from catkin\/cmake\/catkin_libraries.cmake to keep pkgConfig\n# self contained\nmacro(_pack_libraries_with_build_configuration VAR)\n set(${VAR} \"\")\n set(_argn ${ARGN})\n list(LENGTH _argn _count)\n set(_index 0)\n while(${_index} LESS ${_count})\n list(GET _argn ${_index} lib)\n if(\"${lib}\" MATCHES \"^(debug|optimized|general)$\")\n math(EXPR _index \"${_index} + 1\")\n if(${_index} EQUAL ${_count})\n message(FATAL_ERROR \"_pack_libraries_with_build_configuration() the list of libraries '${ARGN}' ends with '${lib}' which is a build configuration keyword and must be followed by a library\")\n endif()\n list(GET _argn ${_index} library)\n list(APPEND ${VAR} \"${lib}${CATKIN_BUILD_CONFIGURATION_KEYWORD_SEPARATOR}${library}\")\n else()\n list(APPEND ${VAR} \"${lib}\")\n endif()\n math(EXPR _index \"${_index} + 1\")\n endwhile()\nendmacro()\n\n# unpack a list of libraries with optional build configuration keyword prefixes\n# copied from catkin\/cmake\/catkin_libraries.cmake to keep pkgConfig\n# self contained\nmacro(_unpack_libraries_with_build_configuration VAR)\n set(${VAR} \"\")\n foreach(lib ${ARGN})\n string(REGEX REPLACE \"^(debug|optimized|general)${CATKIN_BUILD_CONFIGURATION_KEYWORD_SEPARATOR}(.+)$\" \"\\\\1;\\\\2\" lib \"${lib}\")\n list(APPEND ${VAR} \"${lib}\")\n endforeach()\nendmacro()\n\n\nif(depth_image_proc_CONFIG_INCLUDED)\n return()\nendif()\nset(depth_image_proc_CONFIG_INCLUDED TRUE)\n\n# set variables for source\/devel\/install prefixes\nif(\"FALSE\" STREQUAL \"TRUE\")\n set(depth_image_proc_SOURCE_PREFIX \/home\/sim2real\/ep_ws\/src\/sim2real_ep\/image_pipeline-noetic\/depth_image_proc)\n set(depth_image_proc_DEVEL_PREFIX \/home\/sim2real\/ep_ws\/devel)\n set(depth_image_proc_INSTALL_PREFIX \"\")\n set(depth_image_proc_PREFIX ${depth_image_proc_DEVEL_PREFIX})\nelse()\n set(depth_image_proc_SOURCE_PREFIX \"\")\n set(depth_image_proc_DEVEL_PREFIX \"\")\n set(depth_image_proc_INSTALL_PREFIX \/home\/sim2real\/ep_ws\/install)\n set(depth_image_proc_PREFIX ${depth_image_proc_INSTALL_PREFIX})\nendif()\n\n# warn when using a deprecated package\nif(NOT \"\" STREQUAL \"\")\n set(_msg \"WARNING: package 'depth_image_proc' is deprecated\")\n # append custom deprecation text if available\n if(NOT \"\" STREQUAL \"TRUE\")\n set(_msg \"${_msg} ()\")\n endif()\n message(\"${_msg}\")\nendif()\n\n# flag project as catkin-based to distinguish if a find_package()-ed project is a catkin project\nset(depth_image_proc_FOUND_CATKIN_PROJECT TRUE)\n\nif(NOT \"include \" STREQUAL \" \")\n set(depth_image_proc_INCLUDE_DIRS \"\")\n set(_include_dirs \"include\")\n if(NOT \" \" STREQUAL \" \")\n set(_report \"Check the issue tracker '' and consider creating a ticket if the problem has not been reported yet.\")\n elseif(NOT \"http:\/\/ros.org\/wiki\/depth_image_proc \" STREQUAL \" \")\n set(_report \"Check the website 'http:\/\/ros.org\/wiki\/depth_image_proc' for information and consider reporting the problem.\")\n else()\n set(_report \"Report the problem to the maintainer 'Vincent Rabaud , Autonomoustuff team ' and request to fix the problem.\")\n endif()\n foreach(idir ${_include_dirs})\n if(IS_ABSOLUTE ${idir} AND IS_DIRECTORY ${idir})\n set(include ${idir})\n elseif(\"${idir} \" STREQUAL \"include \")\n get_filename_component(include \"${depth_image_proc_DIR}\/..\/..\/..\/include\" ABSOLUTE)\n if(NOT IS_DIRECTORY ${include})\n message(FATAL_ERROR \"Project 'depth_image_proc' specifies '${idir}' as an include dir, which is not found. It does not exist in '${include}'. ${_report}\")\n endif()\n else()\n message(FATAL_ERROR \"Project 'depth_image_proc' specifies '${idir}' as an include dir, which is not found. It does neither exist as an absolute directory nor in '\\${prefix}\/${idir}'. ${_report}\")\n endif()\n _list_append_unique(depth_image_proc_INCLUDE_DIRS ${include})\n endforeach()\nendif()\n\nset(libraries \"depth_image_proc\")\nforeach(library ${libraries})\n # keep build configuration keywords, target names and absolute libraries as-is\n if(\"${library}\" MATCHES \"^(debug|optimized|general)$\")\n list(APPEND depth_image_proc_LIBRARIES ${library})\n elseif(${library} MATCHES \"^-l\")\n list(APPEND depth_image_proc_LIBRARIES ${library})\n elseif(${library} MATCHES \"^-\")\n # This is a linker flag\/option (like -pthread)\n # There's no standard variable for these, so create an interface library to hold it\n if(NOT depth_image_proc_NUM_DUMMY_TARGETS)\n set(depth_image_proc_NUM_DUMMY_TARGETS 0)\n endif()\n # Make sure the target name is unique\n set(interface_target_name \"catkin::depth_image_proc::wrapped-linker-option${depth_image_proc_NUM_DUMMY_TARGETS}\")\n while(TARGET \"${interface_target_name}\")\n math(EXPR depth_image_proc_NUM_DUMMY_TARGETS \"${depth_image_proc_NUM_DUMMY_TARGETS}+1\")\n set(interface_target_name \"catkin::depth_image_proc::wrapped-linker-option${depth_image_proc_NUM_DUMMY_TARGETS}\")\n endwhile()\n add_library(\"${interface_target_name}\" INTERFACE IMPORTED)\n if(\"${CMAKE_VERSION}\" VERSION_LESS \"3.13.0\")\n set_property(\n TARGET\n \"${interface_target_name}\"\n APPEND PROPERTY\n INTERFACE_LINK_LIBRARIES \"${library}\")\n else()\n target_link_options(\"${interface_target_name}\" INTERFACE \"${library}\")\n endif()\n list(APPEND depth_image_proc_LIBRARIES \"${interface_target_name}\")\n elseif(TARGET ${library})\n list(APPEND depth_image_proc_LIBRARIES ${library})\n elseif(IS_ABSOLUTE ${library})\n list(APPEND depth_image_proc_LIBRARIES ${library})\n else()\n set(lib_path \"\")\n set(lib \"${library}-NOTFOUND\")\n # since the path where the library is found is returned we have to iterate over the paths manually\n foreach(path \/home\/sim2real\/ep_ws\/install\/lib;\/home\/sim2real\/carto_ws\/devel_isolated\/cartographer_rviz\/lib;\/home\/sim2real\/carto_ws\/install_isolated\/lib;\/home\/sim2real\/ep_ws\/devel\/lib;\/opt\/ros\/noetic\/lib)\n find_library(lib ${library}\n PATHS ${path}\n NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)\n if(lib)\n set(lib_path ${path})\n break()\n endif()\n endforeach()\n if(lib)\n _list_append_unique(depth_image_proc_LIBRARY_DIRS ${lib_path})\n list(APPEND depth_image_proc_LIBRARIES ${lib})\n else()\n # as a fall back for non-catkin libraries try to search globally\n find_library(lib ${library})\n if(NOT lib)\n message(FATAL_ERROR \"Project '${PROJECT_NAME}' tried to find library '${library}'. The library is neither a target nor built\/installed properly. Did you compile project 'depth_image_proc'? Did you find_package() it before the subdirectory containing its code is included?\")\n endif()\n list(APPEND depth_image_proc_LIBRARIES ${lib})\n endif()\n endif()\nendforeach()\n\nset(depth_image_proc_EXPORTED_TARGETS \"\")\n# create dummy targets for exported code generation targets to make life of users easier\nforeach(t ${depth_image_proc_EXPORTED_TARGETS})\n if(NOT TARGET ${t})\n add_custom_target(${t})\n endif()\nendforeach()\n\nset(depends \"\")\nforeach(depend ${depends})\n string(REPLACE \" \" \";\" depend_list ${depend})\n # the package name of the dependency must be kept in a unique variable so that it is not overwritten in recursive calls\n list(GET depend_list 0 depth_image_proc_dep)\n list(LENGTH depend_list count)\n if(${count} EQUAL 1)\n # simple dependencies must only be find_package()-ed once\n if(NOT ${depth_image_proc_dep}_FOUND)\n find_package(${depth_image_proc_dep} REQUIRED NO_MODULE)\n endif()\n else()\n # dependencies with components must be find_package()-ed again\n list(REMOVE_AT depend_list 0)\n find_package(${depth_image_proc_dep} REQUIRED NO_MODULE ${depend_list})\n endif()\n _list_append_unique(depth_image_proc_INCLUDE_DIRS ${${depth_image_proc_dep}_INCLUDE_DIRS})\n\n # merge build configuration keywords with library names to correctly deduplicate\n _pack_libraries_with_build_configuration(depth_image_proc_LIBRARIES ${depth_image_proc_LIBRARIES})\n _pack_libraries_with_build_configuration(_libraries ${${depth_image_proc_dep}_LIBRARIES})\n _list_append_deduplicate(depth_image_proc_LIBRARIES ${_libraries})\n # undo build configuration keyword merging after deduplication\n _unpack_libraries_with_build_configuration(depth_image_proc_LIBRARIES ${depth_image_proc_LIBRARIES})\n\n _list_append_unique(depth_image_proc_LIBRARY_DIRS ${${depth_image_proc_dep}_LIBRARY_DIRS})\n _list_append_deduplicate(depth_image_proc_EXPORTED_TARGETS ${${depth_image_proc_dep}_EXPORTED_TARGETS})\nendforeach()\n\nset(pkg_cfg_extras \"\")\nforeach(extra ${pkg_cfg_extras})\n if(NOT IS_ABSOLUTE ${extra})\n set(extra ${depth_image_proc_DIR}\/${extra})\n endif()\n include(${extra})\nendforeach()\n","avg_line_length":42.6607142857,"max_line_length":284,"alphanum_fraction":0.7386982001} +{"size":381,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# CMake generated Testfile for \n# Source directory: C:\/Users\/Shahbaz\/Downloads\/opencv-master\/opencv-master\/modules\/features2d\n# Build directory: C:\/Users\/Shahbaz\/Downloads\/opencv-master\/opencv-master\/platforms\/android_arm\/modules\/features2d\n# \n# This file includes the relevant testing commands required for \n# testing this directory and lists subdirectories to be tested as well.\n","avg_line_length":54.4285714286,"max_line_length":114,"alphanum_fraction":0.8162729659} +{"size":245,"ext":"cmake","lang":"CMake","max_stars_count":12.0,"content":"file(REMOVE_RECURSE\n \"CMakeFiles\/denoise.dir\/denoise.cpp.o\"\n \"denoise.pdb\"\n \"denoise\"\n)\n\n# Per-language clean rules from dependency scanning.\nforeach(lang CXX)\n include(CMakeFiles\/denoise.dir\/cmake_clean_${lang}.cmake OPTIONAL)\nendforeach()\n","avg_line_length":22.2727272727,"max_line_length":68,"alphanum_fraction":0.7714285714} +{"size":725,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# The set of languages for which implicit dependencies are needed:\nset(CMAKE_DEPENDS_LANGUAGES\n \"CXX\"\n )\n# The set of files for implicit dependencies of each language:\nset(CMAKE_DEPENDS_CHECK_CXX\n \"\/home\/yuanye\/WorkSpace\/Git\/My_Github\/muduo\/examples\/my_test\/my_socket_tcp_exception_server01.cpp\" \"\/home\/yuanye\/WorkSpace\/Git\/My_Github\/muduo\/examples\/my_test\/cmake-build-debug\/CMakeFiles\/my_socket_tcp_exception_server01.dir\/my_socket_tcp_exception_server01.o\"\n )\nset(CMAKE_CXX_COMPILER_ID \"GNU\")\n\n# The include file search paths:\nset(CMAKE_CXX_TARGET_INCLUDE_PATH\n )\n\n# Targets to which this target links.\nset(CMAKE_TARGET_LINKED_INFO_FILES\n )\n\n# Fortran module output directory.\nset(CMAKE_Fortran_TARGET_MODULE_DIR \"\")\n","avg_line_length":34.5238095238,"max_line_length":263,"alphanum_fraction":0.8234482759} +{"size":9025,"ext":"cmake","lang":"CMake","max_stars_count":10.0,"content":"# generated from catkin\/cmake\/template\/pkgConfig.cmake.in\n\n# append elements to a list and remove existing duplicates from the list\n# copied from catkin\/cmake\/list_append_deduplicate.cmake to keep pkgConfig\n# self contained\nmacro(_list_append_deduplicate listname)\n if(NOT \"${ARGN}\" STREQUAL \"\")\n if(${listname})\n list(REMOVE_ITEM ${listname} ${ARGN})\n endif()\n list(APPEND ${listname} ${ARGN})\n endif()\nendmacro()\n\n# append elements to a list if they are not already in the list\n# copied from catkin\/cmake\/list_append_unique.cmake to keep pkgConfig\n# self contained\nmacro(_list_append_unique listname)\n foreach(_item ${ARGN})\n list(FIND ${listname} ${_item} _index)\n if(_index EQUAL -1)\n list(APPEND ${listname} ${_item})\n endif()\n endforeach()\nendmacro()\n\n# pack a list of libraries with optional build configuration keywords\n# copied from catkin\/cmake\/catkin_libraries.cmake to keep pkgConfig\n# self contained\nmacro(_pack_libraries_with_build_configuration VAR)\n set(${VAR} \"\")\n set(_argn ${ARGN})\n list(LENGTH _argn _count)\n set(_index 0)\n while(${_index} LESS ${_count})\n list(GET _argn ${_index} lib)\n if(\"${lib}\" MATCHES \"^(debug|optimized|general)$\")\n math(EXPR _index \"${_index} + 1\")\n if(${_index} EQUAL ${_count})\n message(FATAL_ERROR \"_pack_libraries_with_build_configuration() the list of libraries '${ARGN}' ends with '${lib}' which is a build configuration keyword and must be followed by a library\")\n endif()\n list(GET _argn ${_index} library)\n list(APPEND ${VAR} \"${lib}${CATKIN_BUILD_CONFIGURATION_KEYWORD_SEPARATOR}${library}\")\n else()\n list(APPEND ${VAR} \"${lib}\")\n endif()\n math(EXPR _index \"${_index} + 1\")\n endwhile()\nendmacro()\n\n# unpack a list of libraries with optional build configuration keyword prefixes\n# copied from catkin\/cmake\/catkin_libraries.cmake to keep pkgConfig\n# self contained\nmacro(_unpack_libraries_with_build_configuration VAR)\n set(${VAR} \"\")\n foreach(lib ${ARGN})\n string(REGEX REPLACE \"^(debug|optimized|general)${CATKIN_BUILD_CONFIGURATION_KEYWORD_SEPARATOR}(.+)$\" \"\\\\1;\\\\2\" lib \"${lib}\")\n list(APPEND ${VAR} \"${lib}\")\n endforeach()\nendmacro()\n\n\nif(realsense_CONFIG_INCLUDED)\n return()\nendif()\nset(realsense_CONFIG_INCLUDED TRUE)\n\n# set variables for source\/devel\/install prefixes\nif(\"FALSE\" STREQUAL \"TRUE\")\n set(realsense_SOURCE_PREFIX \/home\/arijitnoobstar\/UAVProjectileCatcher\/src\/realsense)\n set(realsense_DEVEL_PREFIX \/home\/arijitnoobstar\/UAVProjectileCatcher\/devel\/.private\/realsense)\n set(realsense_INSTALL_PREFIX \"\")\n set(realsense_PREFIX ${realsense_DEVEL_PREFIX})\nelse()\n set(realsense_SOURCE_PREFIX \"\")\n set(realsense_DEVEL_PREFIX \"\")\n set(realsense_INSTALL_PREFIX \/home\/arijitnoobstar\/UAVProjectileCatcher\/install)\n set(realsense_PREFIX ${realsense_INSTALL_PREFIX})\nendif()\n\n# warn when using a deprecated package\nif(NOT \"\" STREQUAL \"\")\n set(_msg \"WARNING: package 'realsense' is deprecated\")\n # append custom deprecation text if available\n if(NOT \"\" STREQUAL \"TRUE\")\n set(_msg \"${_msg} ()\")\n endif()\n message(\"${_msg}\")\nendif()\n\n# flag project as catkin-based to distinguish if a find_package()-ed project is a catkin project\nset(realsense_FOUND_CATKIN_PROJECT TRUE)\n\nif(NOT \"include \" STREQUAL \" \")\n set(realsense_INCLUDE_DIRS \"\")\n set(_include_dirs \"include\")\n if(NOT \" \" STREQUAL \" \")\n set(_report \"Check the issue tracker '' and consider creating a ticket if the problem has not been reported yet.\")\n elseif(NOT \" \" STREQUAL \" \")\n set(_report \"Check the website '' for information and consider reporting the problem.\")\n else()\n set(_report \"Report the problem to the maintainer 'jasper ' and request to fix the problem.\")\n endif()\n foreach(idir ${_include_dirs})\n if(IS_ABSOLUTE ${idir} AND IS_DIRECTORY ${idir})\n set(include ${idir})\n elseif(\"${idir} \" STREQUAL \"include \")\n get_filename_component(include \"${realsense_DIR}\/..\/..\/..\/include\" ABSOLUTE)\n if(NOT IS_DIRECTORY ${include})\n message(FATAL_ERROR \"Project 'realsense' specifies '${idir}' as an include dir, which is not found. It does not exist in '${include}'. ${_report}\")\n endif()\n else()\n message(FATAL_ERROR \"Project 'realsense' specifies '${idir}' as an include dir, which is not found. It does neither exist as an absolute directory nor in '\\${prefix}\/${idir}'. ${_report}\")\n endif()\n _list_append_unique(realsense_INCLUDE_DIRS ${include})\n endforeach()\nendif()\n\nset(libraries \"realsense\")\nforeach(library ${libraries})\n # keep build configuration keywords, target names and absolute libraries as-is\n if(\"${library}\" MATCHES \"^(debug|optimized|general)$\")\n list(APPEND realsense_LIBRARIES ${library})\n elseif(${library} MATCHES \"^-l\")\n list(APPEND realsense_LIBRARIES ${library})\n elseif(${library} MATCHES \"^-\")\n # This is a linker flag\/option (like -pthread)\n # There's no standard variable for these, so create an interface library to hold it\n if(NOT realsense_NUM_DUMMY_TARGETS)\n set(realsense_NUM_DUMMY_TARGETS 0)\n endif()\n # Make sure the target name is unique\n set(interface_target_name \"catkin::realsense::wrapped-linker-option${realsense_NUM_DUMMY_TARGETS}\")\n while(TARGET \"${interface_target_name}\")\n math(EXPR realsense_NUM_DUMMY_TARGETS \"${realsense_NUM_DUMMY_TARGETS}+1\")\n set(interface_target_name \"catkin::realsense::wrapped-linker-option${realsense_NUM_DUMMY_TARGETS}\")\n endwhile()\n add_library(\"${interface_target_name}\" INTERFACE IMPORTED)\n if(\"${CMAKE_VERSION}\" VERSION_LESS \"3.13.0\")\n set_property(\n TARGET\n \"${interface_target_name}\"\n APPEND PROPERTY\n INTERFACE_LINK_LIBRARIES \"${library}\")\n else()\n target_link_options(\"${interface_target_name}\" INTERFACE \"${library}\")\n endif()\n list(APPEND realsense_LIBRARIES \"${interface_target_name}\")\n elseif(TARGET ${library})\n list(APPEND realsense_LIBRARIES ${library})\n elseif(IS_ABSOLUTE ${library})\n list(APPEND realsense_LIBRARIES ${library})\n else()\n set(lib_path \"\")\n set(lib \"${library}-NOTFOUND\")\n # since the path where the library is found is returned we have to iterate over the paths manually\n foreach(path \/home\/arijitnoobstar\/UAVProjectileCatcher\/install\/lib;\/home\/arijitnoobstar\/UAVProjectileCatcher\/devel\/lib;\/opt\/ros\/melodic\/lib)\n find_library(lib ${library}\n PATHS ${path}\n NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH)\n if(lib)\n set(lib_path ${path})\n break()\n endif()\n endforeach()\n if(lib)\n _list_append_unique(realsense_LIBRARY_DIRS ${lib_path})\n list(APPEND realsense_LIBRARIES ${lib})\n else()\n # as a fall back for non-catkin libraries try to search globally\n find_library(lib ${library})\n if(NOT lib)\n message(FATAL_ERROR \"Project '${PROJECT_NAME}' tried to find library '${library}'. The library is neither a target nor built\/installed properly. Did you compile project 'realsense'? Did you find_package() it before the subdirectory containing its code is included?\")\n endif()\n list(APPEND realsense_LIBRARIES ${lib})\n endif()\n endif()\nendforeach()\n\nset(realsense_EXPORTED_TARGETS \"\")\n# create dummy targets for exported code generation targets to make life of users easier\nforeach(t ${realsense_EXPORTED_TARGETS})\n if(NOT TARGET ${t})\n add_custom_target(${t})\n endif()\nendforeach()\n\nset(depends \"roscpp;rospy;std_msgs;geometry_msgs\")\nforeach(depend ${depends})\n string(REPLACE \" \" \";\" depend_list ${depend})\n # the package name of the dependency must be kept in a unique variable so that it is not overwritten in recursive calls\n list(GET depend_list 0 realsense_dep)\n list(LENGTH depend_list count)\n if(${count} EQUAL 1)\n # simple dependencies must only be find_package()-ed once\n if(NOT ${realsense_dep}_FOUND)\n find_package(${realsense_dep} REQUIRED NO_MODULE)\n endif()\n else()\n # dependencies with components must be find_package()-ed again\n list(REMOVE_AT depend_list 0)\n find_package(${realsense_dep} REQUIRED NO_MODULE ${depend_list})\n endif()\n _list_append_unique(realsense_INCLUDE_DIRS ${${realsense_dep}_INCLUDE_DIRS})\n\n # merge build configuration keywords with library names to correctly deduplicate\n _pack_libraries_with_build_configuration(realsense_LIBRARIES ${realsense_LIBRARIES})\n _pack_libraries_with_build_configuration(_libraries ${${realsense_dep}_LIBRARIES})\n _list_append_deduplicate(realsense_LIBRARIES ${_libraries})\n # undo build configuration keyword merging after deduplication\n _unpack_libraries_with_build_configuration(realsense_LIBRARIES ${realsense_LIBRARIES})\n\n _list_append_unique(realsense_LIBRARY_DIRS ${${realsense_dep}_LIBRARY_DIRS})\n list(APPEND realsense_EXPORTED_TARGETS ${${realsense_dep}_EXPORTED_TARGETS})\nendforeach()\n\nset(pkg_cfg_extras \"\")\nforeach(extra ${pkg_cfg_extras})\n if(NOT IS_ABSOLUTE ${extra})\n set(extra ${realsense_DIR}\/${extra})\n endif()\n include(${extra})\nendforeach()\n","avg_line_length":40.2901785714,"max_line_length":277,"alphanum_fraction":0.7267590028} +{"size":2088,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# Install script for directory: \/home\/jingsheng\/catkin_ws\/src\/mbot_teleop\n\n# Set the install prefix\nif(NOT DEFINED CMAKE_INSTALL_PREFIX)\n set(CMAKE_INSTALL_PREFIX \"\/home\/jingsheng\/catkin_ws\/install\")\nendif()\nstring(REGEX REPLACE \"\/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")\n\n# Set the install configuration name.\nif(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n if(BUILD_TYPE)\n string(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\n CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\n else()\n set(CMAKE_INSTALL_CONFIG_NAME \"\")\n endif()\n message(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\nendif()\n\n# Set the component getting installed.\nif(NOT CMAKE_INSTALL_COMPONENT)\n if(COMPONENT)\n message(STATUS \"Install component: \\\"${COMPONENT}\\\"\")\n set(CMAKE_INSTALL_COMPONENT \"${COMPONENT}\")\n else()\n set(CMAKE_INSTALL_COMPONENT)\n endif()\nendif()\n\n# Install shared libraries without execute permission?\nif(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)\n set(CMAKE_INSTALL_SO_NO_EXE \"1\")\nendif()\n\n# Is this installation the result of a crosscompile?\nif(NOT DEFINED CMAKE_CROSSCOMPILING)\n set(CMAKE_CROSSCOMPILING \"FALSE\")\nendif()\n\nif(\"x${CMAKE_INSTALL_COMPONENT}x\" STREQUAL \"xUnspecifiedx\" OR NOT CMAKE_INSTALL_COMPONENT)\n file(INSTALL DESTINATION \"${CMAKE_INSTALL_PREFIX}\/lib\/pkgconfig\" TYPE FILE FILES \"\/home\/jingsheng\/catkin_ws\/build\/mbot_teleop\/catkin_generated\/installspace\/mbot_teleop.pc\")\nendif()\n\nif(\"x${CMAKE_INSTALL_COMPONENT}x\" STREQUAL \"xUnspecifiedx\" OR NOT CMAKE_INSTALL_COMPONENT)\n file(INSTALL DESTINATION \"${CMAKE_INSTALL_PREFIX}\/share\/mbot_teleop\/cmake\" TYPE FILE FILES\n \"\/home\/jingsheng\/catkin_ws\/build\/mbot_teleop\/catkin_generated\/installspace\/mbot_teleopConfig.cmake\"\n \"\/home\/jingsheng\/catkin_ws\/build\/mbot_teleop\/catkin_generated\/installspace\/mbot_teleopConfig-version.cmake\"\n )\nendif()\n\nif(\"x${CMAKE_INSTALL_COMPONENT}x\" STREQUAL \"xUnspecifiedx\" OR NOT CMAKE_INSTALL_COMPONENT)\n file(INSTALL DESTINATION \"${CMAKE_INSTALL_PREFIX}\/share\/mbot_teleop\" TYPE FILE FILES \"\/home\/jingsheng\/catkin_ws\/src\/mbot_teleop\/package.xml\")\nendif()\n\n","avg_line_length":37.9636363636,"max_line_length":174,"alphanum_fraction":0.7825670498} +{"size":300,"ext":"cmake","lang":"CMake","max_stars_count":1.0,"content":"file(REMOVE_RECURSE\n \"..\/..\/..\/build\/lib\/libns3-dev-internet-apps-debug.pdb\"\n \"..\/..\/..\/build\/lib\/libns3-dev-internet-apps-debug.so\"\n)\n\n# Per-language clean rules from dependency scanning.\nforeach(lang CXX)\n include(CMakeFiles\/libinternet-apps.dir\/cmake_clean_${lang}.cmake OPTIONAL)\nendforeach()\n","avg_line_length":30.0,"max_line_length":77,"alphanum_fraction":0.74} +{"size":1715,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# The set of languages for which implicit dependencies are needed:\nset(CMAKE_DEPENDS_LANGUAGES\n \"C\"\n )\n# The set of files for implicit dependencies of each language:\nset(CMAKE_DEPENDS_CHECK_C\n \"\/home\/kangdw\/devel\/hadoop-src\/hadoop-hdfs-project\/hadoop-hdfs-native-client\/src\/main\/native\/libhdfs-tests\/test_libhdfs_write.c\" \"\/home\/kangdw\/devel\/hadoop-src\/hadoop-hdfs-project\/hadoop-hdfs-native-client\/target\/main\/native\/libhdfs\/CMakeFiles\/test_libhdfs_write_hdfs_static.dir\/__\/libhdfs-tests\/test_libhdfs_write.c.o\"\n )\nset(CMAKE_C_COMPILER_ID \"GNU\")\n\n# Preprocessor definitions for this target.\nset(CMAKE_TARGET_DEFINITIONS_C\n \"LIBHDFS_DLL_EXPORT\"\n )\n\n# The include file search paths:\nset(CMAKE_C_TARGET_INCLUDE_PATH\n \"\/home\/kangdw\/devel\/hadoop-src\/hadoop-hdfs-project\/hadoop-hdfs-native-client\/src\/main\/native\/libhdfs\/include\"\n \"native\/javah\"\n \"\/home\/kangdw\/devel\/hadoop-src\/hadoop-hdfs-project\/hadoop-hdfs-native-client\/src\/main\/native\/libhdfs\"\n \".\"\n \"\/usr\/lib\/jvm\/java-1.8.0-openjdk\/include\"\n \"\/usr\/lib\/jvm\/java-1.8.0-openjdk\/include\/linux\"\n \"\/home\/kangdw\/devel\/hadoop-src\/hadoop-hdfs-project\/hadoop-hdfs-native-client\/src\/main\/native\/libhdfs\/main\/native\"\n \"\/home\/kangdw\/devel\/hadoop-src\/hadoop-hdfs-project\/hadoop-hdfs-native-client\/src\/main\/native\/libhdfs\/main\/native\/libhdfs\"\n \"\/home\/kangdw\/devel\/hadoop-src\/hadoop-hdfs-project\/hadoop-hdfs-native-client\/src\/main\/native\/libhdfs\/os\/posix\"\n )\n\n# Targets to which this target links.\nset(CMAKE_TARGET_LINKED_INFO_FILES\n \"\/home\/kangdw\/devel\/hadoop-src\/hadoop-hdfs-project\/hadoop-hdfs-native-client\/target\/main\/native\/libhdfs\/CMakeFiles\/hdfs_static.dir\/DependInfo.cmake\"\n )\n\n# Fortran module output directory.\nset(CMAKE_Fortran_TARGET_MODULE_DIR \"\")\n","avg_line_length":47.6388888889,"max_line_length":321,"alphanum_fraction":0.7982507289} +{"size":300,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"file(REMOVE_RECURSE\r\n \"CMakeFiles\/findE2.dir\/main.cpp.obj\"\r\n \"findE2.pdb\"\r\n \"findE2.exe\"\r\n \"findE2.exe.manifest\"\r\n \"libfindE2.dll.a\"\r\n)\r\n\r\n# Per-language clean rules from dependency scanning.\r\nforeach(lang CXX)\r\n include(CMakeFiles\/findE2.dir\/cmake_clean_${lang}.cmake OPTIONAL)\r\nendforeach()\r\n","avg_line_length":23.0769230769,"max_line_length":68,"alphanum_fraction":0.7233333333} +{"size":994,"ext":"cmake","lang":"CMake","max_stars_count":1.0,"content":"# Install script for directory: \/home\/vle\/esp\/esp-idf\/components\/esp_gdbstub\n\n# Set the install prefix\nif(NOT DEFINED CMAKE_INSTALL_PREFIX)\n set(CMAKE_INSTALL_PREFIX \"\/usr\/local\")\nendif()\nstring(REGEX REPLACE \"\/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")\n\n# Set the install configuration name.\nif(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n if(BUILD_TYPE)\n string(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\n CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\n else()\n set(CMAKE_INSTALL_CONFIG_NAME \"\")\n endif()\n message(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\nendif()\n\n# Set the component getting installed.\nif(NOT CMAKE_INSTALL_COMPONENT)\n if(COMPONENT)\n message(STATUS \"Install component: \\\"${COMPONENT}\\\"\")\n set(CMAKE_INSTALL_COMPONENT \"${COMPONENT}\")\n else()\n set(CMAKE_INSTALL_COMPONENT)\n endif()\nendif()\n\n# Is this installation the result of a crosscompile?\nif(NOT DEFINED CMAKE_CROSSCOMPILING)\n set(CMAKE_CROSSCOMPILING \"TRUE\")\nendif()\n\n","avg_line_length":28.4,"max_line_length":76,"alphanum_fraction":0.7394366197} +{"size":8477,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# Install script for directory: \/home\/ai\/catkin_ws\/src\/wsg50\/wsg_50_driver\n\n# Set the install prefix\nIF(NOT DEFINED CMAKE_INSTALL_PREFIX)\n SET(CMAKE_INSTALL_PREFIX \"\/usr\/local\")\nENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)\nSTRING(REGEX REPLACE \"\/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")\n\n# Set the install configuration name.\nIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n IF(BUILD_TYPE)\n STRING(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\n CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\n ELSE(BUILD_TYPE)\n SET(CMAKE_INSTALL_CONFIG_NAME \"Debug\")\n ENDIF(BUILD_TYPE)\n MESSAGE(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\nENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n\n# Set the component getting installed.\nIF(NOT CMAKE_INSTALL_COMPONENT)\n IF(COMPONENT)\n MESSAGE(STATUS \"Install component: \\\"${COMPONENT}\\\"\")\n SET(CMAKE_INSTALL_COMPONENT \"${COMPONENT}\")\n ELSE(COMPONENT)\n SET(CMAKE_INSTALL_COMPONENT)\n ENDIF(COMPONENT)\nENDIF(NOT CMAKE_INSTALL_COMPONENT)\n\n# Install shared libraries without execute permission?\nIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)\n SET(CMAKE_INSTALL_SO_NO_EXE \"1\")\nENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)\n\nIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n \n if (NOT EXISTS \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}\")\n file(MAKE_DIRECTORY \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}\")\n endif()\n if (NOT EXISTS \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}\/.catkin\")\n file(WRITE \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}\/.catkin\" \"\")\n endif()\nENDIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n\nIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES\n \"\/usr\/local\/_setup_util.py\")\n IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)\n message(WARNING \"ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}\")\n ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)\n IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)\n message(FATAL_ERROR \"ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}\")\n ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)\nFILE(INSTALL DESTINATION \"\/usr\/local\" TYPE PROGRAM FILES \"\/home\/ai\/catkin_ws\/src\/wsg50\/wsg_50_driver\/build\/catkin_generated\/installspace\/_setup_util.py\")\nENDIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n\nIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES\n \"\/usr\/local\/env.sh\")\n IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)\n message(WARNING \"ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}\")\n ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)\n IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)\n message(FATAL_ERROR \"ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}\")\n ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)\nFILE(INSTALL DESTINATION \"\/usr\/local\" TYPE PROGRAM FILES \"\/home\/ai\/catkin_ws\/src\/wsg50\/wsg_50_driver\/build\/catkin_generated\/installspace\/env.sh\")\nENDIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n\nIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES\n \"\/usr\/local\/setup.bash\")\n IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)\n message(WARNING \"ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}\")\n ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)\n IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)\n message(FATAL_ERROR \"ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}\")\n ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)\nFILE(INSTALL DESTINATION \"\/usr\/local\" TYPE FILE FILES \"\/home\/ai\/catkin_ws\/src\/wsg50\/wsg_50_driver\/build\/catkin_generated\/installspace\/setup.bash\")\nENDIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n\nIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES\n \"\/usr\/local\/setup.sh\")\n IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)\n message(WARNING \"ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}\")\n ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)\n IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)\n message(FATAL_ERROR \"ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}\")\n ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)\nFILE(INSTALL DESTINATION \"\/usr\/local\" TYPE FILE FILES \"\/home\/ai\/catkin_ws\/src\/wsg50\/wsg_50_driver\/build\/catkin_generated\/installspace\/setup.sh\")\nENDIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n\nIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES\n \"\/usr\/local\/setup.zsh\")\n IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)\n message(WARNING \"ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}\")\n ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)\n IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)\n message(FATAL_ERROR \"ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}\")\n ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)\nFILE(INSTALL DESTINATION \"\/usr\/local\" TYPE FILE FILES \"\/home\/ai\/catkin_ws\/src\/wsg50\/wsg_50_driver\/build\/catkin_generated\/installspace\/setup.zsh\")\nENDIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n\nIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES\n \"\/usr\/local\/.rosinstall\")\n IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)\n message(WARNING \"ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}\")\n ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)\n IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)\n message(FATAL_ERROR \"ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}\")\n ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)\nFILE(INSTALL DESTINATION \"\/usr\/local\" TYPE FILE FILES \"\/home\/ai\/catkin_ws\/src\/wsg50\/wsg_50_driver\/build\/catkin_generated\/installspace\/.rosinstall\")\nENDIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n\nIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n FILE(INSTALL DESTINATION \"${CMAKE_INSTALL_PREFIX}\/lib\/pkgconfig\" TYPE FILE FILES \"\/home\/ai\/catkin_ws\/src\/wsg50\/wsg_50_driver\/build\/catkin_generated\/installspace\/wsg_50_driver.pc\")\nENDIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n\nIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n FILE(INSTALL DESTINATION \"${CMAKE_INSTALL_PREFIX}\/share\/wsg_50_driver\/cmake\" TYPE FILE FILES\n \"\/home\/ai\/catkin_ws\/src\/wsg50\/wsg_50_driver\/build\/catkin_generated\/installspace\/wsg_50_driverConfig.cmake\"\n \"\/home\/ai\/catkin_ws\/src\/wsg50\/wsg_50_driver\/build\/catkin_generated\/installspace\/wsg_50_driverConfig-version.cmake\"\n )\nENDIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n\nIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n FILE(INSTALL DESTINATION \"${CMAKE_INSTALL_PREFIX}\/share\/wsg_50_driver\" TYPE FILE FILES \"\/home\/ai\/catkin_ws\/src\/wsg50\/wsg_50_driver\/package.xml\")\nENDIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n\nIF(NOT CMAKE_INSTALL_LOCAL_ONLY)\n # Include the install script for each subdirectory.\n INCLUDE(\"\/home\/ai\/catkin_ws\/src\/wsg50\/wsg_50_driver\/build\/gtest\/cmake_install.cmake\")\n\nENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)\n\nIF(CMAKE_INSTALL_COMPONENT)\n SET(CMAKE_INSTALL_MANIFEST \"install_manifest_${CMAKE_INSTALL_COMPONENT}.txt\")\nELSE(CMAKE_INSTALL_COMPONENT)\n SET(CMAKE_INSTALL_MANIFEST \"install_manifest.txt\")\nENDIF(CMAKE_INSTALL_COMPONENT)\n\nFILE(WRITE \"\/home\/ai\/catkin_ws\/src\/wsg50\/wsg_50_driver\/build\/${CMAKE_INSTALL_MANIFEST}\" \"\")\nFOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES})\n FILE(APPEND \"\/home\/ai\/catkin_ws\/src\/wsg50\/wsg_50_driver\/build\/${CMAKE_INSTALL_MANIFEST}\" \"${file}\\n\")\nENDFOREACH(file)\n","avg_line_length":57.277027027,"max_line_length":181,"alphanum_fraction":0.8143211042} +{"size":240,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"file(REMOVE_RECURSE\n \"CMakeFiles\/Server.dir\/server.cpp.o\"\n \"Server\"\n \"Server.pdb\"\n)\n\n# Per-language clean rules from dependency scanning.\nforeach(lang CXX)\n include(CMakeFiles\/Server.dir\/cmake_clean_${lang}.cmake OPTIONAL)\nendforeach()\n","avg_line_length":21.8181818182,"max_line_length":67,"alphanum_fraction":0.7666666667} +{"size":6207,"ext":"cmake","lang":"CMake","max_stars_count":4.0,"content":"# FROM: https:\/\/github.com\/elhigu\/cmake-findopencl\n# Find OpenCL\n#\n# To set manually the paths, define these environment variables:\n# OpenCL_INCPATH - Include path (e.g. OpenCL_INCPATH=\/opt\/cuda\/4.0\/cuda\/include)\n# OpenCL_LIBPATH - Library path (e.h. OpenCL_LIBPATH=\/usr\/lib64\/nvidia)\n#\n# Once done this will define\n# OPENCL_FOUND - system has OpenCL\n# OPENCL_INCLUDE_DIRS - the OpenCL include directory\n# OPENCL_LIBRARIES - link these to use OpenCL\n# OPENCL_HAS_CPP_BINDINGS - system has also cl.hpp\n\nFIND_PACKAGE(PackageHandleStandardArgs)\n\nSET (OPENCL_VERSION_STRING \"0.1.0\")\nSET (OPENCL_VERSION_MAJOR 0)\nSET (OPENCL_VERSION_MINOR 1)\nSET (OPENCL_VERSION_PATCH 0)\n\nIF (APPLE)\n\n\t# IF OpenCL_LIBPATH is given use it and don't use default path\n\tIF (DEFINED ENV{OpenCL_LIBPATH})\n\t\tFIND_LIBRARY(OPENCL_LIBRARIES OpenCL PATHS ENV OpenCL_LIBPATH NO_DEFAULT_PATH)\n\tELSE ()\n\t\tFIND_LIBRARY(OPENCL_LIBRARIES OpenCL DOC \"OpenCL lib for OSX\")\n\tENDIF ()\n\n\t# IF OpenCL_INCPATH is given use it and find for CL\/cl.h and OpenCL\/cl.h do not try to find default paths\n\tIF (DEFINED ENV{OpenCL_INCPATH})\n\t\tFIND_PATH(OPENCL_INCLUDE_DIRS CL\/cl.h OpenCL\/cl.h PATHS ENV OpenCL_INCPATH NO_DEFAULT_PATH)\n\t\tFIND_PATH(_OPENCL_CPP_INCLUDE_DIRS CL\/cl.hpp OpenCL\/cl.hpp PATHS ${OPENCL_INCLUDE_DIRS} NO_DEFAULT_PATH)\n\tELSE ()\n\t\tFIND_PATH(OPENCL_INCLUDE_DIRS OpenCL\/cl.h DOC \"Include for OpenCL on OSX\")\n\t\tFIND_PATH(_OPENCL_CPP_INCLUDE_DIRS OpenCL\/cl.hpp DOC \"Include for OpenCL CPP bindings on OSX\")\n\tENDIF ()\n\nELSE (APPLE)\n\n\tIF (WIN32)\n\n\t\t# Find OpenCL includes and libraries from environment variables provided by vendor\n\t\tSET(OPENCL_INCLUDE_SEARCH_PATHS)\n\t\tSET(OPENCL_LIBRARY_SEARCH_PATHS)\n\t\tSET(OPENCL_LIBRARY_64_SEARCH_PATHS)\n\n\t\t# Nvidia\n\t\tIF (DEFINED ENV{CUDA_PATH})\n\t\t\tSET(OPENCL_INCLUDE_SEARCH_PATHS ${OPENCL_INCLUDE_SEARCH_PATHS} $ENV{CUDA_PATH}\/include)\n\t\t\tSET(OPENCL_LIBRARY_64_SEARCH_PATHS ${OPENCL_LIBRARY_64_SEARCH_PATHS} $ENV{CUDA_PATH}\/lib\/x64)\n\t\t\tSET(OPENCL_LIBRARY_SEARCH_PATHS ${OPENCL_LIBRARY_SEARCH_PATHS} $ENV{CUDA_PATH}\/lib\/Win32)\n\t\tENDIF()\n\n\t\t# Intel SDK\n\t\tIF (DEFINED ENV{INTELOCLSDKROOT})\n\t\t\tSET(OPENCL_INCLUDE_SEARCH_PATHS ${OPENCL_INCLUDE_SEARCH_PATHS} $ENV{INTELOCLSDKROOT}\/include)\n\t\t\tSET(OPENCL_LIBRARY_64_SEARCH_PATHS ${OPENCL_LIBRARY_64_SEARCH_PATHS} $ENV{INTELOCLSDKROOT}\/lib\/x64)\n\t\t\tSET(OPENCL_LIBRARY_SEARCH_PATHS ${OPENCL_LIBRARY_SEARCH_PATHS} $ENV{INTELOCLSDKROOT}\/lib\/x86)\n\t\tENDIF()\n\n\t\t# AMD SDK\n\t\tIF (DEFINED ENV{AMDAPPSDKROOT})\n\t\t\tSET(OPENCL_INCLUDE_SEARCH_PATHS ${OPENCL_INCLUDE_SEARCH_PATHS} $ENV{AMDAPPSDKROOT}\/include)\n\t\t\tSET(OPENCL_LIBRARY_64_SEARCH_PATHS ${OPENCL_LIBRARY_64_SEARCH_PATHS} $ENV{AMDAPPSDKROOT}\/lib\/x86_64)\n\t\t\tSET(OPENCL_LIBRARY_SEARCH_PATHS ${OPENCL_LIBRARY_SEARCH_PATHS} $ENV{AMDAPPSDKROOT}\/lib\/x86)\n\t\tENDIF()\n\n\t\t# Override search paths with OpenCL_INCPATH env variable\n\t\tIF (DEFINED ENV{OpenCL_INCPATH})\n\t\t\tSET(OPENCL_INCLUDE_SEARCH_PATHS $ENV{OpenCL_INCPATH})\n\t\tENDIF ()\n\n\t\t# Override search paths with OpenCL_LIBPATH env variable\n\t\tIF (DEFINED ENV{OpenCL_INCPATH})\n\t\t\tSET(OPENCL_LIBRARY_SEARCH_PATHS $ENV{OpenCL_LIBPATH})\n\t\t\tSET(OPENCL_LIBRARY_64_SEARCH_PATHS $ENV{OpenCL_LIBPATH})\n\t\tENDIF ()\n\n\t\tFIND_PATH(OPENCL_INCLUDE_DIRS CL\/cl.h PATHS ${OPENCL_INCLUDE_SEARCH_PATHS})\n\t\tFIND_PATH(_OPENCL_CPP_INCLUDE_DIRS CL\/cl.hpp PATHS ${OPENCL_INCLUDE_SEARCH_PATHS})\n\n\t\tFIND_LIBRARY(_OPENCL_32_LIBRARIES OpenCL.lib HINTS ${OPENCL_LIBRARY_SEARCH_PATHS} PATHS ${OPENCL_LIB_DIR} ENV PATH)\n\t\tFIND_LIBRARY(_OPENCL_64_LIBRARIES OpenCL.lib HINTS ${OPENCL_LIBRARY_64_SEARCH_PATHS} PATHS ${OPENCL_LIB_DIR} ENV PATH)\n\n\t\t# Check if 64bit or 32bit versions links fine\n \t\tSET (_OPENCL_VERSION_SOURCE \"${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}\/openclversion.c\")\n \t\t#SET (_OPENCL_VERSION_SOURCE \"${CMAKE_BINARY_DIR}\/test.c\")\n\t\tFILE (WRITE \"${_OPENCL_VERSION_SOURCE}\"\n\t\t\t\"\n\t\t\t#if __APPLE__\n\t\t\t#include \n\t\t\t#else \/* !__APPLE__ *\/\n\t\t\t#include \n\t\t\t#endif \/* __APPLE__ *\/\n\t\t\tint main()\n\t\t\t{\n\t\t\t cl_int result;\n\t\t\t cl_platform_id id;\n\t\t\t result = clGetPlatformIDs(1, &id, NULL);\n\t\t\t return result != CL_SUCCESS;\n\t\t\t}\n\t\t\t\")\n\n \t\tTRY_COMPILE(_OPENCL_64_COMPILE_SUCCESS ${CMAKE_BINARY_DIR} \"${_OPENCL_VERSION_SOURCE}\"\n\t\t\tCMAKE_FLAGS\n\t\t\t\"-DINCLUDE_DIRECTORIES:STRING=${OPENCL_INCLUDE_DIRS}\"\n\t\t\tCMAKE_FLAGS\n\t\t\t\"-DLINK_LIBRARIES:STRING=${_OPENCL_64_LIBRARIES}\"\n \t\t)\n\n\t\tIF(_OPENCL_64_COMPILE_SUCCESS)\n\t\t\tmessage(STATUS \"OpenCL 64bit lib found.\")\n\t\t\tSET(OPENCL_LIBRARIES ${_OPENCL_64_LIBRARIES})\n \t\tELSE()\n\t \t\tTRY_COMPILE(_OPENCL_32_COMPILE_SUCCESS ${CMAKE_BINARY_DIR} \"${_OPENCL_VERSION_SOURCE}\"\n\t\t\t\tCMAKE_FLAGS\n\t\t\t\t\"-DINCLUDE_DIRECTORIES:STRING=${OPENCL_INCLUDE_DIRS}\"\n\t\t\t\tCMAKE_FLAGS\n\t\t\t\t\"-DLINK_LIBRARIES:STRING=${_OPENCL_32_LIBRARIES}\"\n\t \t\t)\n\t\t\tIF(_OPENCL_32_COMPILE_SUCCESS)\n\t\t\t\tmessage(STATUS \"OpenCL 32bit lib found.\")\n\t\t\t\tSET(OPENCL_LIBRARIES ${_OPENCL_32_LIBRARIES})\n\t\t\tELSE()\n\t\t\t\tmessage(STATUS \"Couldn't link opencl..\")\n\t\t\tENDIF()\n\t\tENDIF()\n\n\n\tELSE (WIN32)\n\n \t\tIF (CYGWIN)\n \t\tSET (CMAKE_FIND_LIBRARY_SUFFIXES .lib)\n \t\tSET (OCL_LIB_SUFFIX .lib)\n \t\tENDIF (CYGWIN)\n\n\t\t# Unix style platforms\n\t\tFIND_LIBRARY(OPENCL_LIBRARIES OpenCL${OCL_LIB_SUFFIX}\n PATHS ENV OpenCL_LIBPATH ENV LD_LIBRARY_PATH)\n\n\t\tGET_FILENAME_COMPONENT(OPENCL_LIB_DIR ${OPENCL_LIBRARIES} PATH)\n\t\tGET_FILENAME_COMPONENT(_OPENCL_INC_CAND ${OPENCL_LIB_DIR}\/..\/..\/include ABSOLUTE)\n\n\t\t# The AMD SDK currently does not place its headers\n\t\t# in \/usr\/include, therefore also search relative\n\t\t# to the library\n FIND_PATH(OPENCL_INCLUDE_DIRS CL\/cl.h PATHS ENV OpenCL_INCPATH ${_OPENCL_INC_CAND} \"\/usr\/local\/cuda\/include\" \"\/opt\/AMDAPP\/include\" NO_DEFAULT_PATH)\n FIND_PATH(_OPENCL_CPP_INCLUDE_DIRS CL\/cl.hpp PATHS ENV OpenCL_INCPATH ${_OPENCL_INC_CAND} \"\/usr\/local\/cuda\/include\" \"\/opt\/AMDAPP\/include\")\n\n\tENDIF (WIN32)\n\nENDIF (APPLE)\n\nFIND_PACKAGE_HANDLE_STANDARD_ARGS(OpenCL DEFAULT_MSG OPENCL_LIBRARIES OPENCL_INCLUDE_DIRS)\n\nIF(_OPENCL_CPP_INCLUDE_DIRS)\n\tSET( OPENCL_HAS_CPP_BINDINGS TRUE )\n\tLIST( APPEND OPENCL_INCLUDE_DIRS ${_OPENCL_CPP_INCLUDE_DIRS} )\n\t# This is often the same, so clean up\n\tLIST( REMOVE_DUPLICATES OPENCL_INCLUDE_DIRS )\nENDIF(_OPENCL_CPP_INCLUDE_DIRS)\n\nMARK_AS_ADVANCED(\n OPENCL_INCLUDE_DIRS\n)\n","avg_line_length":37.1676646707,"max_line_length":155,"alphanum_fraction":0.7657483486} +{"size":621,"ext":"cmake","lang":"CMake","max_stars_count":3.0,"content":"# The set of languages for which implicit dependencies are needed:\nset(CMAKE_DEPENDS_LANGUAGES\n \"C\"\n )\n# The set of files for implicit dependencies of each language:\nset(CMAKE_DEPENDS_CHECK_C\n \"D:\/Code\/git\/c-algorithms\/Sorting\/selection-sort\/main.c\" \"D:\/Code\/git\/c-algorithms\/Sorting\/selection-sort\/cmake-build-debug\/CMakeFiles\/selection_sort.dir\/main.c.obj\"\n )\nset(CMAKE_C_COMPILER_ID \"GNU\")\n\n# The include file search paths:\nset(CMAKE_C_TARGET_INCLUDE_PATH\n )\n\n# Targets to which this target links.\nset(CMAKE_TARGET_LINKED_INFO_FILES\n )\n\n# Fortran module output directory.\nset(CMAKE_Fortran_TARGET_MODULE_DIR \"\")\n","avg_line_length":29.5714285714,"max_line_length":167,"alphanum_fraction":0.7922705314} +{"size":56501,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":" ###############################################################\n #\n # Copyright 2011 Red Hat, Inc.\n #\n # Licensed under the Apache License, Version 2.0 (the \"License\"); you\n # may not use this file except in compliance with the License. You may\n # obtain a copy of the License at\n #\n # http:\/\/www.apache.org\/licenses\/LICENSE-2.0\n #\n # Unless required by applicable law or agreed to in writing, software\n # distributed under the License is distributed on an \"AS IS\" BASIS,\n # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n # See the License for the specific language governing permissions and\n # limitations under the License.\n #\n ###############################################################\n\n# OS pre mods\nif(${OS_NAME} STREQUAL \"DARWIN\")\n\t# All recent versions of Mac OS X are 64-bit, but 'uname -p'\n\t# (the source for SYS_ARCH) reports 'i386'.\n\t# Override that to set the actual architecture.\n\tset (SYS_ARCH \"X86_64\")\nelseif(${OS_NAME} MATCHES \"WIN\")\n\tcmake_minimum_required(VERSION 2.8.3)\n\tset(WINDOWS ON)\n\n\t# The following is necessary for sdk\/ddk version to compile against.\n\t# lowest common denominator is WinXP-SP3, except when building with vc9, then we can't count on sdk support.\n\tadd_definitions(-D_WIN32_WINNT=_WIN32_WINNT_WINXP)\n\tadd_definitions(-DWINVER=_WIN32_WINNT_WINXP)\n\tif (MSVC90)\n\t add_definitions(-DNTDDI_VERSION=NTDDI_WINXP)\n\telse()\n\t add_definitions(-DNTDDI_VERSION=NTDDI_WINXPSP3)\n\tendif()\n\tadd_definitions(-D_CRT_SECURE_NO_WARNINGS)\n\t\n\tif(NOT (MSVC_VERSION LESS 1700))\n\t\tset(PREFER_CPP11 TRUE)\n\tendif()\n\n\tset(CMD_TERM \\r\\n)\n\tset(C_WIN_BIN ${CONDOR_SOURCE_DIR}\/msconfig) #${CONDOR_SOURCE_DIR}\/build\/backstage\/win)\n\tset(BISON_SIMPLE ${C_WIN_BIN}\/bison.simple)\n\t#set(CMAKE_SUPPRESS_REGENERATION TRUE)\n\n\tset (HAVE_SNPRINTF 1)\n\tset (HAVE_WORKING_SNPRINTF 1)\n\n\tif(${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${CMAKE_CURRENT_BINARY_DIR})\n\t\tdprint(\"**** IN SOURCE BUILDING ON WINDOWS IS NOT ADVISED ****\")\n\telse()\n\t\tdprint(\"**** OUT OF SOURCE BUILDS ****\")\n\t\tfile (COPY ${CMAKE_CURRENT_SOURCE_DIR}\/msconfig DESTINATION ${CMAKE_CURRENT_BINARY_DIR})\n\tendif()\n \n\t# means user did not specify, so change the default.\n\tif ( ${CMAKE_INSTALL_PREFIX} MATCHES \"Program Files\" )\n\t\t# mimic *nix for consistency\n\t\tset( CMAKE_INSTALL_PREFIX \"${CMAKE_CURRENT_BINARY_DIR}\/release_dir\")\n\tendif()\n\n\t# when building x64 on Windows, cmake's SYS_ARCH value is wrong... so fix it here before we use it to brand the binaries.\n\tif ( ${CMAKE_SIZEOF_VOID_P} EQUAL 8 )\n\t\tset(SYS_ARCH \"X86_64\")\n\tendif()\n\n\tdprint(\"TODO FEATURE-> Z:TANNENBA:TJ:TSTCLAIR Update registry + paths to use this prefixed debug loc (test_install)\")\n\nendif()\n\n \nmessage(STATUS \"***********************************************************\")\nmessage(STATUS \"System(${HOSTNAME}): ${OS_NAME}(${OS_VER}) Arch=${SYS_ARCH} BitMode=${BIT_MODE} BUILDID:${BUILDID}\")\nmessage(STATUS \"install prefix:${CMAKE_INSTALL_PREFIX}\")\nmessage(STATUS \"********* BEGINNING CONFIGURATION *********\")\n\n##################################################\n##################################################\n\n# To find python in Windows we will use alternate technique\nif(NOT WINDOWS AND NOT CONDOR_PLATFORM MATCHES \"Fedora19\")\n\tif (DEFINED PYTHON_VERSION)\n\t\tset(Python_ADDITIONAL_VERSIONS ${PYTHON_VERSION})\n\tendif()\n\tinclude (FindPythonLibs)\n\tmessage(STATUS \"Got PYTHONLIBS_VERSION_STRING = ${PYTHONLIBS_VERSION_STRING}\")\n\t# As of cmake 2.8.8, the variable below is defined by FindPythonLibs.\n\t# This helps ensure we get the same version of the libraries and python\n\t# on systems with both python2 and python3.\n\tif (DEFINED PYTHONLIBS_VERSION_STRING)\n\t\tset(PythonInterp_FIND_VERSION \"${PYTHONLIBS_VERSION_STRING}\")\n\tendif()\n\tinclude (FindPythonInterp)\n\tmessage(STATUS \"Got PYTHON_VERSION_STRING = ${PYTHON_VERSION_STRING}\")\nelse()\n\tif(WINDOWS)\n\t\t#only for Visual Studio 2012\n\t\tif(NOT (MSVC_VERSION LESS 1700))\n\t\t\tmessage(STATUS \"=======================================================\")\n\t\t\tmessage(STATUS \"Searching for python installation\")\n\t\t\t#look at registry for 32-bit view of 64-bit registry first\n\t\t\tmessage(STATUS \" Looking in HKLM\\\\Software\\\\Wow3264Node\")\n\t\t\tget_filename_component(PYTHON_INSTALL_DIR \"[HKEY_LOCAL_MACHINE\\\\SOFTWARE\\\\Wow6432Node\\\\Python\\\\PythonCore\\\\2.7\\\\InstallPath;]\" REALPATH)\n\t\t\t#when registry reading fails cmake returns with c:\\registry\n\t\t\tmessage(STATUS \" Got ${PYTHON_INSTALL_DIR}\")\n\n\t\t\t#look at native registry if not found\n\t\t\tif(\"${PYTHON_INSTALL_DIR}\" MATCHES \"registry\" OR ( CMAKE_SIZEOF_VOID_P EQUAL 8 AND \"${PYTHON_INSTALL_DIR}\" MATCHES \"32\" ) )\n\t\t\t\tmessage(STATUS \" Looking in HKLM\\\\Software\")\n\t\t\t\tget_filename_component(PYTHON_INSTALL_DIR \"[HKEY_LOCAL_MACHINE\\\\SOFTWARE\\\\Python\\\\PythonCore\\\\2.7\\\\InstallPath;]\" REALPATH)\n\t\t\t\tmessage(STATUS \" Got ${PYTHON_INSTALL_DIR}\")\n\t\t\tendif()\n\t\t\n\t\t\tif(\"${PYTHON_INSTALL_DIR}\" MATCHES \"registry\")\n\t\t\t\tmessage(STATUS \"Suppored python installation not found on this system\")\n\t\t\t\tunset(PYTHONINTERP_FOUND)\n\t\t\telse()\n\t\t\t\tset(PYTHON_EXECUTABLE \"${PYTHON_INSTALL_DIR}\\\\python.exe\")\n\t\t\t\tmessage(STATUS \"PYTHON_EXECUTABLE=${PYTHON_EXECUTABLE}\")\n\t\t\t\tmessage(STATUS \"testing it for validity\")\n\t\t\t\tset(PYTHONINTERP_FOUND TRUE)\n\t\t\tendif()\n\n\n\t\t\tif(PYTHONINTERP_FOUND)\n\t\t\t\tset(PYTHON_QUERY_PART_01 \"from distutils import sysconfig as s;\")\n\t\t\t\tset(PYTHON_QUERY_PART_02 \"import sys;\")\n\t\t\t\tset(PYTHON_QUERY_PART_03 \"import struct;\")\n\t\t\t\tset(PYTHON_QUERY_PART_04 \"print('.'.join(str(v) for v in sys.version_info));\")\n\t\t\t\tset(PYTHON_QUERY_PART_05 \"print(sys.prefix);\")\n\t\t\t\tset(PYTHON_QUERY_PART_06 \"print(s.get_python_inc(plat_specific=True));\")\n\t\t\t\tset(PYTHON_QUERY_PART_07 \"print(s.get_python_lib(plat_specific=True));\")\n\t\t\t\tset(PYTHON_QUERY_PART_08 \"print(s.get_config_var('SO'));\")\n\t\t\t\tset(PYTHON_QUERY_PART_09 \"print(hasattr(sys, 'gettotalrefcount')+0);\")\n\t\t\t\tset(PYTHON_QUERY_PART_10 \"print(struct.calcsize('@P'));\")\n\t\t\t\tset(PYTHON_QUERY_PART_11 \"print(s.get_config_var('LDVERSION') or s.get_config_var('VERSION'));\")\n\t\t\t\t\n\t\t\t\tset(PYTHON_QUERY_COMMAND \"${PYTHON_QUERY_PART_01}${PYTHON_QUERY_PART_02}${PYTHON_QUERY_PART_03}${PYTHON_QUERY_PART_04}${PYTHON_QUERY_PART_05}${PYTHON_QUERY_PART_06}${PYTHON_QUERY_PART_07}${PYTHON_QUERY_PART_08}${PYTHON_QUERY_PART_09}${PYTHON_QUERY_PART_10}${PYTHON_QUERY_PART_11}\")\n\t\t\t\t\n\t\t\t\texecute_process(COMMAND \"${PYTHON_EXECUTABLE}\" \"-c\" \"${PYTHON_QUERY_COMMAND}\" \n\t\t\t\t\t\t\t\tRESULT_VARIABLE _PYTHON_SUCCESS\n\t\t\t\t\t\t\t\tOUTPUT_VARIABLE _PYTHON_VALUES\n\t\t\t\t\t\t\t\tERROR_VARIABLE _PYTHON_ERROR_VALUE\n\t\t\t\t\t\t\t\tOUTPUT_STRIP_TRAILING_WHITESPACE)\n\n\t\t\t\t# Convert the process output into a list\n\t\t\t\tstring(REGEX REPLACE \";\" \"\\\\\\\\;\" _PYTHON_VALUES ${_PYTHON_VALUES})\n\t\t\t\tstring(REGEX REPLACE \"\\n\" \";\" _PYTHON_VALUES ${_PYTHON_VALUES})\n\t\t\t\tlist(GET _PYTHON_VALUES 0 _PYTHON_VERSION_LIST)\n\t\t\t\tlist(GET _PYTHON_VALUES 1 PYTHON_PREFIX)\n\t\t\t\tlist(GET _PYTHON_VALUES 2 PYTHON_INCLUDE_DIR)\n\t\t\t\tlist(GET _PYTHON_VALUES 3 PYTHON_SITE_PACKAGES)\n\t\t\t\tlist(GET _PYTHON_VALUES 4 PYTHON_MODULE_EXTENSION)\n\t\t\t\tlist(GET _PYTHON_VALUES 5 PYTHON_IS_DEBUG)\n\t\t\t\tlist(GET _PYTHON_VALUES 6 PYTHON_SIZEOF_VOID_P)\n\t\t\t\tlist(GET _PYTHON_VALUES 7 PYTHON_LIBRARY_SUFFIX)\n\n\t\t\t\t#check version (only 2.7 works for now)\n\t\t\t\tif(NOT \"${PYTHON_LIBRARY_SUFFIX}\" STREQUAL \"27\")\n\t\t\t\t\tmessage(STATUS \"Wrong python library version detected. Only 2.7.x supported ${PYTHON_LIBRARY_SUFFIX} detected\")\n\t\t\t\t\tunset(PYTHONINTERP_FOUND)\n\t\t\t\telse()\n\t\t\t\t\t# Test for 32bit python by making sure that Python has the same pointer-size as the chosen compiler\n\t\t\t\t\tif(NOT \"${PYTHON_SIZEOF_VOID_P}\" STREQUAL \"${CMAKE_SIZEOF_VOID_P}\")\n\t\t\t\t\t\tmessage(STATUS \"Python bit version failure: Python is ${PYTHON_SIZEOF_VOID_P}-bit for size of void, chosen compiler is ${CMAKE_SIZEOF_VOID_P}-bit for size of void\")\n\t\t\t\t\t\tmessage(STATUS \"Only 32bit python supported. If multiple versions installed ensure they are in different locations\")\n\t\t\t\t\telse()\n\t\t\t\t\t\tmessage(STATUS \"Valid Python version and bitdepth detected\")\n\t\t\t\t\t\t#we build the path to the library by hand to not be confused in multipython installations\n\t\t\t\t\t\tset(PYTHON_LIBRARIES \"${PYTHON_PREFIX}\\\\libs\\\\python${PYTHON_LIBRARY_SUFFIX}.lib\")\n\t\t\t\t\t\tset(PYTHON_LIBRARY ${PYTHON_LIBRARIES})\n\t\t\t\t\t\tset(PYTHON_INCLUDE_PATH \"${PYTHON_INCLUDE_DIR}\")\n\t\t\t\t\t\tset(PYTHON_INCLUDE_DIRS \"${PYTHON_INCLUDE_DIR}\")\n\t\t\t\t\t\tmessage(STATUS \"PYTHON_LIBRARIES=${PYTHON_LIBRARIES}\")\n\t\t\t\t\t\tset(PYTHONLIBS_FOUND TRUE)\n\t\t\t\t\t\tset(PYTHONINTERP_FOUND TRUE)\n\t\t\t\t\tendif()\n\t\t\t\tendif()\n\t\t\tendif()\n\t\t\tmessage(STATUS \"=======================================================\")\n\t\tendif()\n\tendif(WINDOWS)\nendif()\ninclude (FindThreads)\ninclude (GlibcDetect)\nif (WINDOWS)\n\tmessage(STATUS \"OpenMP support will be disabled on Windows until we have a chance to fix the installer to support it\")\n\t# TJ: 8.5.8 disabling OpenMP on Windows because it adds a dependency on an additional merge module for VCOMP110.DLL\nelse()\n\tfind_package (OpenMP)\nendif()\n\nadd_definitions(-D${OS_NAME}=\"${OS_NAME}_${OS_VER}\")\nif (CONDOR_PLATFORM)\n add_definitions(-DPLATFORM=\"${CONDOR_PLATFORM}\")\nelseif(PLATFORM)\n add_definitions(-DPLATFORM=\"${PLATFORM}\")\nelseif(LINUX_NAME AND NOT ${LINUX_NAME} STREQUAL \"Unknown\")\n add_definitions(-DPLATFORM=\"${SYS_ARCH}-${LINUX_NAME}_${LINUX_VER}\")\nelse()\n add_definitions(-DPLATFORM=\"${SYS_ARCH}-${OS_NAME}_${OS_VER}\")\nendif()\n\nif(PRE_RELEASE)\n add_definitions( -DPRE_RELEASE_STR=\" ${PRE_RELEASE}\" )\nelse()\n add_definitions( -DPRE_RELEASE_STR=\"\" )\nendif(PRE_RELEASE)\nadd_definitions( -DCONDOR_VERSION=\"${VERSION}\" )\n\nif( NOT BUILD_DATE )\n GET_DATE( BUILD_DATE )\nendif()\nif(BUILD_DATE)\n add_definitions( -DBUILD_DATE=\"${BUILD_DATE}\" )\nendif()\n\nset( CONDOR_EXTERNAL_DIR ${CONDOR_SOURCE_DIR}\/externals )\n\n# set to true to enable printing of make actions\nset( CMAKE_VERBOSE_MAKEFILE FALSE )\n\n# set to true if we should build and use shared libraries where appropriate\nset( CONDOR_BUILD_SHARED_LIBS FALSE )\n\n# Windows is so different perform the check 1st and start setting the vars.\nif( NOT WINDOWS)\n\n\tset( CMD_TERM && )\n\n\tif (_DEBUG)\n\t set( CMAKE_BUILD_TYPE Debug )\n\telse()\n\t # Using -O2 crashes the compiler on ppc mac os x when compiling\n\t # condor_submit\n\t if ( ${OS_NAME} STREQUAL \"DARWIN\" AND ${SYS_ARCH} STREQUAL \"POWERPC\" )\n\t set( CMAKE_BUILD_TYPE Debug ) # = -g (package may strip the info)\n\t else()\n\n add_definitions(-D_FORTIFY_SOURCE=2)\n\t set( CMAKE_BUILD_TYPE RelWithDebInfo ) # = -O2 -g (package may strip the info)\n\t endif()\n\tendif()\n\n\tset( CMAKE_SUPPRESS_REGENERATION FALSE )\n\n\tset(HAVE_PTHREAD_H ${CMAKE_HAVE_PTHREAD_H})\n\n\tfind_path(HAVE_OPENSSL_SSL_H \"openssl\/ssl.h\")\n\n\tif ( ${OS_NAME} STREQUAL \"DARWIN\" )\n\t\t# Mac OS X includes the pcre library but not the header\n\t\t# file. Supply a copy ourselves.\n\t\tinclude_directories( ${CONDOR_EXTERNAL_DIR}\/bundles\/pcre\/7.6\/include-darwin )\n\t\tset( HAVE_PCRE_H \"${CONDOR_EXTERNAL_DIR}\/bundles\/pcre\/7.6\/include-darwin\" CACHE PATH \"Path to pcre header.\" )\n\telse()\n\t\tfind_path(HAVE_PCRE_H \"pcre.h\")\n\t\tfind_path(HAVE_PCRE_PCRE_H \"pcre\/pcre.h\" )\n\tendif()\n\n find_multiple( \"z\" ZLIB_FOUND)\n\tfind_multiple( \"expat\" EXPAT_FOUND )\n\tfind_multiple( \"uuid\" LIBUUID_FOUND )\n\tfind_path(HAVE_UUID_UUID_H \"uuid\/uuid.h\")\n\tfind_library( HAVE_DMTCP dmtcpaware HINTS \/usr\/local\/lib\/dmtcp )\n\tfind_multiple( \"resolv\" HAVE_LIBRESOLV )\n find_multiple (\"dl\" HAVE_LIBDL )\n\tfind_library( HAVE_LIBLTDL \"ltdl\" )\n\tfind_multiple( \"cares\" HAVE_LIBCARES )\n\t# On RedHat6, there's a libcares19 package, but no libcares\n\tfind_multiple( \"cares19\" HAVE_LIBCARES19 )\n\tfind_multiple( \"pam\" HAVE_LIBPAM )\n\tfind_program( BISON bison )\n\tfind_program( FLEX flex )\n\tfind_program( AUTOCONF autoconf )\n\tfind_program( AUTOMAKE automake )\n\tfind_program( LIBTOOLIZE libtoolize )\n\n\tcheck_library_exists(dl dlopen \"\" HAVE_DLOPEN)\n\tcheck_symbol_exists(res_init \"sys\/types.h;netinet\/in.h;arpa\/nameser.h;resolv.h\" HAVE_DECL_RES_INIT)\n\tcheck_symbol_exists(TCP_KEEPIDLE \"sys\/types.h;sys\/socket.h;netinet\/tcp.h\" HAVE_TCP_KEEPIDLE)\n\tcheck_symbol_exists(TCP_KEEPALIVE \"sys\/types.h;sys\/socket.h;netinet\/tcp.h\" HAVE_TCP_KEEPALIVE)\n\tcheck_symbol_exists(TCP_KEEPCNT \"sys\/types.h;sys\/socket.h;netinet\/tcp.h\" HAVE_TCP_KEEPCNT)\n\tcheck_symbol_exists(TCP_KEEPINTVL, \"sys\/types.h;sys\/socket.h;netinet\/tcp.h\" HAVE_TCP_KEEPINTVL)\n\tif(${OS_NAME} STREQUAL \"LINUX\")\n\t\tcheck_include_files(\"linux\/tcp.h\" HAVE_LINUX_TCP_H)\n\tendif()\n\tif( HAVE_LINUX_TCP_H )\n\t\tcheck_symbol_exists(TCP_USER_TIMEOUT, \"linux\/tcp.h;sys\/types.h;sys\/socket.h;netinet\/tcp.h\" HAVE_TCP_USER_TIMEOUT)\n\telse()\n\t\tcheck_symbol_exists(TCP_USER_TIMEOUT, \"sys\/types.h;sys\/socket.h;netinet\/tcp.h\" HAVE_TCP_USER_TIMEOUT)\n\tendif()\n\tcheck_symbol_exists(MS_PRIVATE \"sys\/mount.h\" HAVE_MS_PRIVATE)\n\tcheck_symbol_exists(MS_SHARED \"sys\/mount.h\" HAVE_MS_SHARED)\n\tcheck_symbol_exists(MS_SLAVE \"sys\/mount.h\" HAVE_MS_SLAVE)\n\tcheck_symbol_exists(MS_REC \"sys\/mount.h\" HAVE_MS_REC)\n\t# Python also defines HAVE_EPOLL; hence, we use non-standard 'CONDOR_HAVE_EPOLL' here.\n\tcheck_symbol_exists(epoll_create1 \"sys\/epoll.h\" CONDOR_HAVE_EPOLL)\n\tcheck_symbol_exists(poll \"sys\/poll.h\" CONDOR_HAVE_POLL)\n\tcheck_symbol_exists(fdatasync \"unistd.h\" HAVE_FDATASYNC)\n\t# OSX will pass the symbol_exists test, but it doesn't really have this function (sigh)\n\tif (NOT ${OS_NAME} STREQUAL \"DARWIN\")\n\t\tcheck_symbol_exists(_POSIX_MONOTONIC_CLOCK \"unistd.h\" HAVE_CLOCK_GETTIME)\n\t\tcheck_symbol_exists(CLOCK_MONOTONIC_RAW \"time.h\" HAVE_CLOCK_MONOTONIC_RAW)\n\t\tcheck_symbol_exists(CLOCK_REALTIME_COARSE \"time.h\" HAVE_CLOCK_REALTIME_COARSE)\n\tendif()\n\n\tcheck_function_exists(\"access\" HAVE_ACCESS)\n\tcheck_function_exists(\"clone\" HAVE_CLONE)\n\tcheck_function_exists(\"dirfd\" HAVE_DIRFD)\n\tcheck_function_exists(\"euidaccess\" HAVE_EUIDACCESS)\n\tcheck_function_exists(\"execl\" HAVE_EXECL)\n\tcheck_function_exists(\"fstat64\" HAVE_FSTAT64)\n\tcheck_function_exists(\"_fstati64\" HAVE__FSTATI64)\n\tcheck_function_exists(\"getdtablesize\" HAVE_GETDTABLESIZE)\n\tcheck_function_exists(\"getpagesize\" HAVE_GETPAGESIZE)\n\tcheck_function_exists(\"gettimeofday\" HAVE_GETTIMEOFDAY)\n\tcheck_function_exists(\"inet_ntoa\" HAS_INET_NTOA)\n\tcheck_function_exists(\"lchown\" HAVE_LCHOWN)\n\tcheck_function_exists(\"lstat\" HAVE_LSTAT)\n\tcheck_function_exists(\"lstat64\" HAVE_LSTAT64)\n\tcheck_function_exists(\"_lstati64\" HAVE__LSTATI64)\n\tcheck_function_exists(\"mkstemp\" HAVE_MKSTEMP)\n\tcheck_function_exists(\"setegid\" HAVE_SETEGID)\n\tcheck_function_exists(\"setenv\" HAVE_SETENV)\n\tcheck_function_exists(\"seteuid\" HAVE_SETEUID)\n\tcheck_function_exists(\"setlinebuf\" HAVE_SETLINEBUF)\n\tcheck_function_exists(\"snprintf\" HAVE_SNPRINTF)\n\tcheck_function_exists(\"snprintf\" HAVE_WORKING_SNPRINTF)\n\tcheck_include_files(\"sys\/eventfd.h\" HAVE_EVENTFD)\n check_function_exists(\"innetgr\" HAVE_INNETGR)\n check_function_exists(\"getgrnam\" HAVE_GETGRNAM)\n\n\tcheck_function_exists(\"stat64\" HAVE_STAT64)\n\tcheck_function_exists(\"_stati64\" HAVE__STATI64)\n\tcheck_function_exists(\"statfs\" HAVE_STATFS)\n\tcheck_function_exists(\"statvfs\" HAVE_STATVFS)\n\tcheck_function_exists(\"res_init\" HAVE_DECL_RES_INIT)\n\tcheck_function_exists(\"strcasestr\" HAVE_STRCASESTR)\n\tcheck_function_exists(\"strsignal\" HAVE_STRSIGNAL)\n\tcheck_function_exists(\"unsetenv\" HAVE_UNSETENV)\n\tcheck_function_exists(\"vasprintf\" HAVE_VASPRINTF)\n\tcheck_function_exists(\"getifaddrs\" HAVE_GETIFADDRS)\n\tcheck_function_exists(\"readdir64\" HAVE_READDIR64)\n\tcheck_function_exists(\"backtrace\" HAVE_BACKTRACE)\n\tcheck_function_exists(\"unshare\" HAVE_UNSHARE)\n\tcheck_function_exists(\"proc_pid_rusage\" HAVE_PROC_PID_RUSAGE)\n\n\t# we can likely put many of the checks below in here.\n\tcheck_include_files(\"dlfcn.h\" HAVE_DLFCN_H)\n\tcheck_include_files(\"inttypes.h\" HAVE_INTTYPES_H)\n\tcheck_include_files(\"ldap.h\" HAVE_LDAP_H)\n\tfind_multiple( \"ldap;lber\" LDAP_FOUND )\n\tcheck_include_files(\"net\/if.h\" HAVE_NET_IF_H)\n\tcheck_include_files(\"os_types.h\" HAVE_OS_TYPES_H)\n\tcheck_include_files(\"resolv.h\" HAVE_RESOLV_H)\n\tcheck_include_files(\"sys\/mount.h\" HAVE_SYS_MOUNT_H)\n\tcheck_include_files(\"sys\/param.h\" HAVE_SYS_PARAM_H)\n\tcheck_include_files(\"sys\/personality.h\" HAVE_SYS_PERSONALITY_H)\n\tcheck_include_files(\"sys\/syscall.h\" HAVE_SYS_SYSCALL_H)\n\tcheck_include_files(\"sys\/statfs.h\" HAVE_SYS_STATFS_H)\n\tcheck_include_files(\"sys\/statvfs.h\" HAVE_SYS_STATVFS_H)\n\tcheck_include_files(\"sys\/types.h\" HAVE_SYS_TYPES_H)\n\tcheck_include_files(\"sys\/vfs.h\" HAVE_SYS_VFS_H)\n\tcheck_include_files(\"stdint.h\" HAVE_STDINT_H)\n\tcheck_include_files(\"ustat.h\" HAVE_USTAT_H)\n\tcheck_include_files(\"valgrind.h\" HAVE_VALGRIND_H)\n\tcheck_include_files(\"procfs.h\" HAVE_PROCFS_H)\n\tcheck_include_files(\"sys\/procfs.h\" HAVE_SYS_PROCFS_H)\n\n\tcheck_type_exists(\"struct inotify_event\" \"sys\/inotify.h\" HAVE_INOTIFY)\n\tcheck_type_exists(\"struct ifconf\" \"sys\/socket.h;net\/if.h\" HAVE_STRUCT_IFCONF)\n\tcheck_type_exists(\"struct ifreq\" \"sys\/socket.h;net\/if.h\" HAVE_STRUCT_IFREQ)\n\tcheck_struct_has_member(\"struct ifreq\" ifr_hwaddr \"sys\/socket.h;net\/if.h\" HAVE_STRUCT_IFREQ_IFR_HWADDR)\n\n\tcheck_struct_has_member(\"struct sockaddr_in\" sin_len \"netinet\/in.h\" HAVE_STRUCT_SOCKADDR_IN_SIN_LEN)\n\n\tcheck_struct_has_member(\"struct statfs\" f_fstyp \"sys\/statfs.h\" HAVE_STRUCT_STATFS_F_FSTYP)\n\tif (NOT ${OS_NAME} STREQUAL \"DARWIN\")\n \t if( HAVE_SYS_STATFS_H )\n\t\tcheck_struct_has_member(\"struct statfs\" f_fstypename \"sys\/statfs.h\" HAVE_STRUCT_STATFS_F_FSTYPENAME )\n\t else()\n\t\tcheck_struct_has_member(\"struct statfs\" f_fstypename \"sys\/mount.h\" HAVE_STRUCT_STATFS_F_FSTYPENAME )\n\t endif()\n\tendif()\n\tcheck_struct_has_member(\"struct statfs\" f_type \"sys\/statfs.h\" HAVE_STRUCT_STATFS_F_TYPE)\n\tcheck_struct_has_member(\"struct statvfs\" f_basetype \"sys\/types.h;sys\/statvfs.h\" HAVE_STRUCT_STATVFS_F_BASETYPE)\n\n\t# the follow arg checks should be a posix check.\n\t# previously they were ~=check_cxx_source_compiles\n\tset(STATFS_ARGS \"2\")\n\tset(SIGWAIT_ARGS \"2\")\n\n\tcheck_cxx_source_compiles(\"\n\t\t#include \n\t\tint main() {\n\t\t\tcpu_set_t s;\n\t\t\tsched_setaffinity(0, 1024, &s);\n\t\t\treturn 0;\n\t\t}\n\t\t\" HAVE_SCHED_SETAFFINITY )\n\n\tcheck_cxx_source_compiles(\"\n\t\t#include \n\t\tint main() {\n\t\t\tcpu_set_t s;\n\t\t\tsched_setaffinity(0, &s);\n\t\t\treturn 0;\n\t\t}\n\t\t\" HAVE_SCHED_SETAFFINITY_2ARG )\n\n\tif(HAVE_SCHED_SETAFFINITY_2ARG)\n\t\tset(HAVE_SCHED_SETAFFINITY ON)\n\tendif()\n\n\tcheck_cxx_compiler_flag(-std=c++11 cxx_11)\n\tcheck_cxx_compiler_flag(-std=c++0x cxx_0x)\n\tif (cxx_11)\n\n\t\t# Some versions of Clang require an additional C++11 flag, as the default stdlib\n\t\t# is from an old GCC version.\n\t\tif ( ${OS_NAME} STREQUAL \"DARWIN\" AND \"${CMAKE_CXX_COMPILER_ID}\" STREQUAL \"Clang\" )\n\t\t\tset(CMAKE_CXX_FLAGS \"${CMAKE_CXX_FLAGS} -stdlib=libc++\")\n\t\tendif()\n\n\t\tset(CMAKE_CXX_FLAGS \"${CMAKE_CXX_FLAGS} -std=c++11\")\n\n\t\tcheck_cxx_source_compiles(\"\n\t\t#include \n\t\t#include \n\t\tint main() {\n\t\t\tstd::unordered_map ci;\n\t\t\tstd::shared_ptr foo;\n\t\t\treturn 0;\n\t\t}\n\t\t\" PREFER_CPP11 )\n\telseif(cxx_0x)\n\t\t# older g++s support some of c++11 with the c++0x flag\n\t\t# which we should try to enable, if they do not have\n\t\t# the c++11 flag. This at least gets us std::unique_ptr\n\n\t\tset(CMAKE_CXX_FLAGS \"${CMAKE_CXX_FLAGS} -std=c++0x\")\n\tendif()\n\n\tif (NOT PREFER_CPP11)\n\n\t # Some early 4.0 g++'s have unordered maps, but their iterators don't work\n\t check_cxx_source_compiles(\"\n\t\t#include \n\t\tint main() {\n\t\t\tstd::tr1::unordered_map::const_iterator ci;\n\t\t\treturn 0;\n\t\t}\n\t\t\" PREFER_TR1 )\n\n\tendif(NOT PREFER_CPP11)\n\t\n\t# note the following is fairly gcc specific, but *we* only check gcc version in std:u which it requires.\n\texec_program (${CMAKE_CXX_COMPILER}\n \t\tARGS ${CMAKE_CXX_COMPILER_ARG1} -dumpversion\n \t\tOUTPUT_VARIABLE CMAKE_CXX_COMPILER_VERSION )\n\n\texec_program (${CMAKE_C_COMPILER}\n \t\tARGS ${CMAKE_C_COMPILER_ARG1} -dumpversion\n \t\tOUTPUT_VARIABLE CMAKE_C_COMPILER_VERSION )\n\nendif()\n\nfind_program(HAVE_VMWARE vmware)\nfind_program(LN ln)\nfind_program(LATEX2HTML latex2html)\nfind_program(LATEX latex)\n\n# Check for the existense of and size of various types\ncheck_type_size(\"id_t\" ID_T)\ncheck_type_size(\"__int64\" __INT64)\ncheck_type_size(\"int64_t\" INT64_T)\ncheck_type_size(\"int\" INTEGER)\nset(SIZEOF_INT \"${INTEGER}\")\ncheck_type_size(\"long\" LONG_INTEGER)\nset(SIZEOF_LONG \"${LONG_INTEGER}\")\ncheck_type_size(\"long long\" LONG_LONG)\nif(HAVE_LONG_LONG)\n set(SIZEOF_LONG_LONG \"${LONG_LONG}\")\nendif()\ncheck_type_size(\"void *\" VOIDPTR)\nset(SIZEOF_VOIDPTR \"${VOIDPTR}\")\n\n\n##################################################\n##################################################\n# Now checking *nix OS based options\nset(HAS_FLOCK ON)\nset(DOES_SAVE_SIGSTATE OFF)\n\nif (${OS_NAME} STREQUAL \"SUNOS\")\n\tset(SOLARIS ON)\n\tset(NEEDS_64BIT_SYSCALLS ON)\n\tset(NEEDS_64BIT_STRUCTS ON)\n\tset(DOES_SAVE_SIGSTATE ON)\n\tset(HAS_FLOCK OFF)\n\tadd_definitions(-DSolaris)\n\tif (${OS_VER} STREQUAL \"5.9\")\n\t\tadd_definitions(-DSolaris29)\n\telseif(${OS_VER} STREQUAL \"5.10\")\n\t\tadd_definitions(-DSolaris10)\n\telseif(${OS_VER} STREQUAL \"5.11\")\n\t\tadd_definitions(-DSolaris11)\n\telse()\n\t\tmessage(FATAL_ERROR \"unknown version of Solaris\")\n\tendif()\n\tadd_definitions(-D_STRUCTURED_PROC)\n\tset(HAS_INET_NTOA ON)\n\tinclude_directories( \"\/usr\/include\/kerberosv5\" )\n\tset(CMAKE_EXE_LINKER_FLAGS \"${CMAKE_EXE_LINKER_FLAGS} -lkstat -lelf -lnsl -lsocket\")\n\n\t#update for solaris builds to use pre-reqs namely binutils in this case\n\t#set(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -B$ENV{PATH}\")\n\nelseif(${OS_NAME} STREQUAL \"LINUX\")\n\n\tset(LINUX ON)\n\tset( CONDOR_BUILD_SHARED_LIBS TRUE )\n\n\tfind_so_name(LIBLTDL_SO ${HAVE_LIBLTDL})\n\n\tset(DOES_SAVE_SIGSTATE ON)\n\tcheck_symbol_exists(SIOCETHTOOL \"linux\/sockios.h\" HAVE_DECL_SIOCETHTOOL)\n\tcheck_symbol_exists(SIOCGIFCONF \"linux\/sockios.h\" HAVE_DECL_SIOCGIFCONF)\n\tcheck_include_files(\"linux\/types.h\" HAVE_LINUX_TYPES_H)\n\tcheck_include_files(\"linux\/types.h;linux\/ethtool.h\" HAVE_LINUX_ETHTOOL_H)\n\tcheck_include_files(\"linux\/magic.h\" HAVE_LINUX_MAGIC_H)\n\tcheck_include_files(\"linux\/nfsd\/const.h\" HAVE_LINUX_NFSD_CONST_H)\n\tcheck_include_files(\"linux\/personality.h\" HAVE_LINUX_PERSONALITY_H)\n\tcheck_include_files(\"linux\/sockios.h\" HAVE_LINUX_SOCKIOS_H)\n\tcheck_include_files(\"X11\/Xlib.h\" HAVE_XLIB_H)\n\tcheck_include_files(\"X11\/extensions\/scrnsaver.h\" HAVE_XSS_H)\n\n\tif (HAVE_XLIB_H)\n\t find_library(HAVE_X11 X11)\n\tendif()\n\n if (HAVE_XSS_H)\n\t find_library(HAVE_XSS Xss)\n\t find_library(HAVE_XEXT Xext)\n\tendif()\n\n check_include_files(\"systemd\/sd-daemon.h\" HAVE_SD_DAEMON_H)\n if (HAVE_SD_DAEMON_H)\n\t\t# Since systemd-209, libsystemd-daemon.so has been deprecated\n\t\t# and the symbols in that library now are in libsystemd.so.\n\t\t# Since RHEL7 ships with systemd-219, it seems find for us to\n\t\t# always use libsystemd and not worry about libsystemd-daemon.\n find_library(LIBSYSTEMD_DAEMON_PATH systemd)\n find_so_name(LIBSYSTEMD_DAEMON_SO ${LIBSYSTEMD_DAEMON_PATH})\n endif()\n\n\tdprint(\"Threaded functionality only enabled in Linux, Windows, and Mac OS X > 10.6\")\n\tset(HAS_PTHREADS ${CMAKE_USE_PTHREADS_INIT})\n\tset(HAVE_PTHREADS ${CMAKE_USE_PTHREADS_INIT})\n\n\t# Even if the flavor of linux we are compiling on doesn't\n\t# have Pss in \/proc\/pid\/smaps, the binaries we generate\n\t# may run on some other version of linux that does, so\n\t# be optimistic here.\n\tset(HAVE_PSS ON)\n\n\t#The following checks are for std:u only.\n\tglibc_detect( GLIBC_VERSION )\n\n\tset(HAVE_GNU_LD ON)\n option(HAVE_HTTP_PUBLIC_FILES \"Support for public input file transfer via HTTP\" ON)\n\nelseif(${OS_NAME} STREQUAL \"AIX\")\n\tset(AIX ON)\n\tset(DOES_SAVE_SIGSTATE ON)\n\tset(NEEDS_64BIT_STRUCTS ON)\nelseif(${OS_NAME} STREQUAL \"DARWIN\")\n\tadd_definitions(-DDarwin)\n\tset(DARWIN ON)\n\tset( CONDOR_BUILD_SHARED_LIBS TRUE )\n\tcheck_struct_has_member(\"struct statfs\" f_fstypename \"sys\/param.h;sys\/mount.h\" HAVE_STRUCT_STATFS_F_FSTYPENAME)\n\tfind_library( IOKIT_FOUND IOKit )\n\tfind_library( COREFOUNDATION_FOUND CoreFoundation )\n\tset(CMAKE_STRIP ${CMAKE_SOURCE_DIR}\/src\/condor_scripts\/macosx_strip CACHE FILEPATH \"Command to remove sybols from binaries\" FORCE)\n\n\tdprint(\"Threaded functionality only enabled in Linux, Windows and Mac OS X > 10.6\")\n\n\tcheck_symbol_exists(PTHREAD_RECURSIVE_MUTEX_INITIALIZER \"pthread.h\" HAVE_DECL_PTHREAD_RECURSIVE_MUTEX_INITIALIZER)\n\tcheck_symbol_exists(PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP \"pthread.h\" HAVE_DECL_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP)\n\tif (HAVE_DECL_PTHREAD_RECURSIVE_MUTEX_INITIALIZER OR HAVE_DECL_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP)\n\t\tset(HAS_PTHREADS ${CMAKE_USE_PTHREADS_INIT})\n\t\tset(HAVE_PTHREADS ${CMAKE_USE_PTHREADS_INIT})\n\telse()\n\t\tset(HAS_PTHREADS FALSE)\n\t\tset(HAVE_PTHREADS FALSE)\n\tendif()\n\n\texec_program (sw_vers ARGS -productVersion OUTPUT_VARIABLE TEST_VER)\n\tif(${TEST_VER} MATCHES \"10.([67])\")\n\t\tset (HAVE_OLD_SCANDIR 1)\n\t\tdprint(\"Using old function signature for scandir()\")\n\telse()\n\t\tdprint(\"Using POSIX function signature for scandir()\")\n\tendif()\nendif()\n\n##################################################\n##################################################\n# compilation\/build options.\noption(UW_BUILD \"Variable to allow UW-esk builds.\" OFF)\noption(HAVE_HIBERNATION \"Support for condor controlled hibernation\" ON)\noption(WANT_LEASE_MANAGER \"Enable lease manager functionality\" ON)\noption(HAVE_JOB_HOOKS \"Enable job hook functionality\" ON)\noption(HAVE_BACKFILL \"Compiling support for any backfill system\" ON)\noption(HAVE_BOINC \"Compiling support for backfill with BOINC\" ON)\noption(SOFT_IS_HARD \"Enable strict checking for WITH_\" OFF)\noption(WANT_CONTRIB \"Enable building of contrib modules\" OFF)\noption(WANT_FULL_DEPLOYMENT \"Install condors deployment scripts, libs, and includes\" ON)\noption(WANT_GLEXEC \"Build and install condor glexec functionality\" ON)\noption(WANT_MAN_PAGES \"Generate man pages as part of the default build\" OFF)\noption(ENABLE_JAVA_TESTS \"Enable java tests\" ON)\noption(WITH_PYTHON_BINDINGS \"Support for HTCondor python bindings\" ON)\n\n#####################################\n# PROPER option\nif (UW_BUILD OR WINDOWS)\n option(PROPER \"Try to build using native env\" OFF)\n\n # so the clipped detection will try to match glibc vers and if it fails will disable\n if (LINUX)\n\toption(CLIPPED \"enable\/disable the standard universe\" OFF)\n else()\n\toption(CLIPPED \"enable\/disable the standard universe\" ON)\n endif()\n\n dprint(\"**TO UW: IF YOU WANT CUSTOM SETTINGS ADD THEM HERE**\")\n\nelse()\n option(PROPER \"Try to build using native env\" ON)\n option(CLIPPED \"disable the standard universe\" ON)\nendif()\n\nif (NOT CLIPPED AND NOT LINUX)\n\tmessage (FATAL_ERROR \"standard universe is *only* supported on Linux\")\nendif()\n\n#####################################\n# RPATH option\nif (LINUX AND NOT PROPER)\n\toption(CMAKE_SKIP_RPATH \"Skip RPATH on executables\" OFF)\nelse()\n\toption(CMAKE_SKIP_RPATH \"Skip RPATH on executables\" ON)\nendif()\n\nif ( NOT CMAKE_SKIP_RPATH )\n\tset( CMAKE_INSTALL_RPATH ${CONDOR_RPATH} )\n\tset( CMAKE_BUILD_WITH_INSTALL_RPATH TRUE )\nendif()\n\n#####################################\n# KBDD option\nif (NOT WINDOWS)\n if (HAVE_X11)\n if (NOT (${HAVE_X11} STREQUAL \"HAVE_X11-NOTFOUND\"))\n option(HAVE_KBDD \"Support for condor_kbdd\" ON)\n endif()\n endif()\nelse()\n option(HAVE_KBDD \"Support for condor_kbdd\" ON)\nendif()\n\n#####################################\n# Shared port option\noption(HAVE_SHARED_PORT \"Support for condor_shared_port\" ON)\nif (NOT WINDOWS)\n\tset (HAVE_SCM_RIGHTS_PASSFD ON)\nendif()\n\n\n#####################################\n# ssh_to_job option\nif (NOT WINDOWS) \n option(HAVE_SSH_TO_JOB \"Support for condor_ssh_to_job\" ON)\nendif()\nif ( HAVE_SSH_TO_JOB )\n if ( DARWIN )\n set( SFTP_SERVER \"\/usr\/libexec\/sftp-server\" )\n elseif ( DEB_SYSTEM_NAME )\n set( SFTP_SERVER \"\/usr\/lib\/openssh\/sftp-server\" )\n else()\n\tset( SFTP_SERVER \"\/usr\/libexec\/openssh\/sftp-server\" )\n endif()\nendif()\n\nif (BUILD_TESTING)\n\tset(TEST_TARGET_DIR ${CMAKE_BINARY_DIR}\/src\/condor_tests)\nendif(BUILD_TESTING)\n\n##################################################\n##################################################\n# setup for the externals, the variables defined here\n# are used in the construction of externals within\n# the condor build. The point of main interest is\n# how \"cacheing\" is performed.\n\nif (NOT PROPER)\n\tmessage(STATUS \"********* Building with UW externals *********\")\n\tcmake_minimum_required(VERSION 2.8)\nendif()\n\n# directory that externals are downloaded from. may be a local directory\n# http or https url.\nif (NOT EXTERNALS_SOURCE_URL)\n set (EXTERNALS_SOURCE_URL \"http:\/\/parrot.cs.wisc.edu\/externals\")\nendif()\n\noption(CACHED_EXTERNALS \"enable\/disable cached externals\" OFF)\nset (EXTERNAL_STAGE $ENV{CONDOR_BLD_EXTERNAL_STAGE})\nif (NOT EXTERNAL_STAGE)\n\tif (CACHED_EXTERNALS AND NOT WINDOWS)\n\t\tset( EXTERNAL_STAGE \"\/scratch\/condor_externals\")\n\telse()\n\t\tset (EXTERNAL_STAGE ${CMAKE_CURRENT_BINARY_DIR}\/bld_external)\n\tendif()\nendif()\n\nif (WINDOWS)\n\tstring (REPLACE \"\\\\\" \"\/\" EXTERNAL_STAGE \"${EXTERNAL_STAGE}\")\nendif()\n\ndprint(\"EXTERNAL_STAGE=${EXTERNAL_STAGE}\")\nif (NOT EXISTS ${EXTERNAL_STAGE})\n\tfile ( MAKE_DIRECTORY ${EXTERNAL_STAGE} )\nendif()\n\n# I'd like this to apply to classads build as well, so I put it\n# above the addition of the ...\/src\/classads subdir:\nif (LINUX\n AND PROPER \n AND (${CMAKE_CXX_COMPILER_ID} STREQUAL \"GNU\")\n AND NOT (${CMAKE_CXX_COMPILER_VERSION} VERSION_LESS 4.4.6))\n\n # I wrote a nice macro for testing linker flags, but it is useless\n # because at least some older versions of linker ignore all '-z'\n # args in the name of \"solaris compatibility\"\n # So instead I'm enabling for GNU toolchains on RHEL-6 and newer\n\n # note, I'm only turning these on for proper builds because\n # non-proper external builds don't receive the necessary flags\n # and it breaks the build\n\n # partial relro (for all libs)\n set(CMAKE_EXE_LINKER_FLAGS \"${CMAKE_EXE_LINKER_FLAGS} -Wl,-z,relro\")\n set(CMAKE_SHARED_LINKER_FLAGS \"${CMAKE_SHARED_LINKER_FLAGS} -Wl,-z,relro\")\n\n # full relro and pie get turned on for daemons:\n set(cxx_full_relro_and_pie 1)\n # I've seen a reference to '-z bind_now', but all the\n # versions I can find actually use just '-z now':\n set(cxx_full_relro_arg \"-Wl,-z,now\")\nendif()\n\nif (NOT WINDOWS)\n # compiling everything with -fPIC is needed to dynamically load libraries\n # linked against libstdc++\n set(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -fPIC\")\nendif()\n\n\n#####################################\n# Do we want to link in libssl and kerberos or dlopen() them at runtime?\nif (LINUX AND NOT PROPER)\n\tset( DLOPEN_SECURITY_LIBS TRUE )\nendif()\n\n################################################################################\n# Various externals rely on make, even if we're not using\n# Make. Ensure we have a usable, reasonable default for them.\nif(${CMAKE_GENERATOR} STREQUAL \"Unix Makefiles\")\n\tset( MAKE $(MAKE) )\nelse ()\n\tinclude (ProcessorCount)\n\tProcessorCount(NUM_PROCESSORS)\n\tset( MAKE make -j${NUM_PROCESSORS} )\nendif()\n\nif (WINDOWS)\n\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/gsoap\/2.7.10-p5)\n\n if(NOT (MSVC_VERSION LESS 1900))\n if (CMAKE_SIZEOF_VOID_P EQUAL 8 )\n set(BOOST_DOWNLOAD_WIN boost-1.64.0-VC15-Win64.tar.gz)\n else()\n set(BOOST_DOWNLOAD_WIN boost-1.64.0-VC15-Win32.tar.gz)\n endif()\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/boost\/1.64.0)\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/openssl\/1.0.2l)\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/pcre\/8.40)\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/krb5\/1.14.5)\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/curl\/7.54.1)\n elseif(NOT (MSVC_VERSION LESS 1700))\n\tif (MSVC11)\n if (CMAKE_SIZEOF_VOID_P EQUAL 8 )\n set(BOOST_DOWNLOAD_WIN boost-1.54.0-VC11-Win64_V4.tar.gz)\n else()\n set(BOOST_DOWNLOAD_WIN boost-1.54.0-VC11-Win32_V4.tar.gz)\n\t endif()\n\tendif()\n\tadd_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/boost\/1.54.0)\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/openssl\/1.0.1j)\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/pcre\/8.33)\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/krb5\/1.12)\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/curl\/7.33.0)\n else()\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/boost\/1.49.0)\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/openssl\/0.9.8h-p2)\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/pcre\/7.6)\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/krb5\/1.4.3-p1)\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/curl\/7.31.0-p1)\n endif()\n \n # DRMAA currently punted on Windows until we can figure out correct build\n #add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/drmaa\/1.6.2)\n add_subdirectory(${CONDOR_SOURCE_DIR}\/src\/classad)\nelse ()\n\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/drmaa\/1.6.2)\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/qpid\/0.8-RC3)\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/boost\/1.64.0)\n\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/curl\/7.31.0-p1 )\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/openssl\/1.0.1e)\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/pcre\/7.6)\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/krb5\/1.12)\n add_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/gsoap\/2.7.10-p5)\n add_subdirectory(${CONDOR_SOURCE_DIR}\/src\/classad)\n\tadd_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/coredumper\/2011.05.24-r31)\n\tadd_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/unicoregahp\/1.2.0)\n\tadd_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/libxml2\/2.7.3)\n\tadd_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/libvirt\/0.6.2)\n\tadd_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/libcgroup\/0.37)\n\n\t# globus is an odd *beast* which requires a bit more config.\n\tif (LINUX)\n\t\tadd_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/globus\/6.0)\n\telse()\n\t\tadd_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/globus\/5.2.5)\n\tendif()\n\tadd_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/blahp\/1.16.5.1)\n\tadd_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/voms\/2.0.13)\n\tadd_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/cream\/1.15.4)\n\tadd_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/wso2\/2.1.0)\n\tadd_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/boinc\/devel)\n\n if (LINUX)\n option(WITH_GANGLIA \"Compiling with support for GANGLIA\" ON)\n endif(LINUX)\n\n\t# the following logic if for standard universe *only*\n\tif (LINUX AND NOT CLIPPED AND GLIBC_VERSION)\n\n\t\tadd_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/zlib\/1.2.3)\n\t\tadd_subdirectory(${CONDOR_EXTERNAL_DIR}\/bundles\/glibc)\n\n\t\tif (EXT_GLIBC_FOUND)\n\t\t if (${BIT_MODE} STREQUAL \"32\")\n\t\t\t set (DOES_COMPRESS_CKPT ON) # this is total crap\n\t\t endif(${BIT_MODE} STREQUAL \"32\")\n\n\t\t if (DOES_SAVE_SIGSTATE)\n\t\t\t set(STD_U_C_FLAGS -DSAVE_SIGSTATE)\n\t\t endif(DOES_SAVE_SIGSTATE)\n\n\t\t set (STD_UNIVERSE ON)\n\n\t\t # seriously I've sold my soul doing this dirty work\n\t\t set (CONDOR_COMPILE ${CONDOR_SOURCE_DIR}\/src\/condor_scripts\/condor_compile)\n\t\t set (CONDOR_ARCH_LINK ${CONDOR_SOURCE_DIR}\/src\/condor_scripts\/condor_arch_link)\n\t\t set (STDU_LIB_LOC ${CMAKE_INSTALL_PREFIX}\/${C_LIB})\n\n\t\t include_directories( ${CONDOR_SOURCE_DIR}\/src\/condor_io.std )\n\n\t\t message( STATUS \"** Standard Universe Enabled **\")\n\n\t\telse()\n\t\t\tmessage( STATUS \"** Standard Universe Disabled **\")\n\t\tendif()\n\telse()\n\t\tmessage( STATUS \"** Standard Universe Disabled **\")\n\tendif()\n\nendif(WINDOWS)\n\nadd_subdirectory(${CONDOR_SOURCE_DIR}\/src\/safefile)\n\nif (DARWIN)\n\tinclude_directories( ${DARWIN_OPENSSL_INCLUDE} )\nendif()\n\n### addition of a single externals target which allows you to\nif (CONDOR_EXTERNALS)\nif (NOT WINDOWS)\n\tadd_custom_target( externals DEPENDS ${EXTERNAL_MOD_DEP} )\n\tadd_dependencies( externals ${CONDOR_EXTERNALS} )\nelse (NOT WINDOWS)\n\tadd_custom_target( ALL_EXTERN DEPENDS ${EXTERNAL_MOD_DEP} )\n\tadd_dependencies( ALL_EXTERN ${CONDOR_EXTERNALS} )\nendif (NOT WINDOWS)\t\nendif(CONDOR_EXTERNALS)\n\n######### special case for contrib\nif (WANT_CONTRIB AND WITH_MANAGEMENT)\n # global scoping external linkage var when options enable.\n if (WINDOWS)\n set (CONDOR_QMF condor_qmflib;${QPID_FOUND})\n endif()\n add_definitions( -DWANT_CONTRIB )\n add_definitions( -DWITH_MANAGEMENT )\nendif()\n\n#####################################\n# Do we want to link in the GSI libraries or dlopen() them at runtime?\nif (HAVE_EXT_GLOBUS AND LINUX AND NOT PROPER)\n\tset( DLOPEN_GSI_LIBS TRUE )\nendif()\n\nmessage(STATUS \"********* External configuration complete (dropping config.h) *********\")\ndprint(\"CONDOR_EXTERNALS=${CONDOR_EXTERNALS}\")\n\n########################################################\nconfigure_file(${CONDOR_SOURCE_DIR}\/src\/condor_includes\/config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}\/src\/condor_includes\/config.tmp)\n# only update config.h if it is necessary b\/c it causes massive rebuilding.\nexec_program ( ${CMAKE_COMMAND} ARGS -E copy_if_different ${CMAKE_CURRENT_BINARY_DIR}\/src\/condor_includes\/config.tmp ${CMAKE_CURRENT_BINARY_DIR}\/src\/condor_includes\/config.h )\nadd_definitions(-DHAVE_CONFIG_H)\n\n# We could run the safefile configure script each time with cmake - or we could just fix the one usage of configure.\nif (NOT WINDOWS)\n execute_process( COMMAND sed \"s|#undef id_t|#cmakedefine ID_T\\\\n#if !defined(ID_T)\\\\n#define id_t uid_t\\\\n#endif|\" ${CONDOR_SOURCE_DIR}\/src\/safefile\/safe_id_range_list.h.in OUTPUT_FILE ${CMAKE_CURRENT_BINARY_DIR}\/src\/safefile\/safe_id_range_list.h.in.tmp )\n configure_file( ${CONDOR_BINARY_DIR}\/src\/safefile\/safe_id_range_list.h.in.tmp ${CMAKE_CURRENT_BINARY_DIR}\/src\/safefile\/safe_id_range_list.h.tmp_out)\n exec_program ( ${CMAKE_COMMAND} ARGS -E copy_if_different ${CMAKE_CURRENT_BINARY_DIR}\/src\/safefile\/safe_id_range_list.h.tmp_out ${CMAKE_CURRENT_BINARY_DIR}\/src\/safefile\/safe_id_range_list.h )\nendif()\n\n###########################################\n# include and link locations\ninclude_directories( ${CONDOR_EXTERNAL_INCLUDE_DIRS} )\nlink_directories( ${CONDOR_EXTERNAL_LINK_DIRS} )\n\nif ( $ENV{JAVA_HOME} )\n\tinclude_directories($ENV{JAVA_HOME}\/include)\nendif()\n\ninclude_directories(${CONDOR_SOURCE_DIR}\/src\/condor_includes)\ninclude_directories(${CMAKE_CURRENT_BINARY_DIR}\/src\/condor_includes)\ninclude_directories(${CONDOR_SOURCE_DIR}\/src\/condor_utils)\ninclude_directories(${CMAKE_CURRENT_BINARY_DIR}\/src\/condor_utils)\nset (DAEMON_CORE ${CONDOR_SOURCE_DIR}\/src\/condor_daemon_core.V6) #referenced elsewhere primarily for soap gen stuff\ninclude_directories(${DAEMON_CORE})\ninclude_directories(${CONDOR_SOURCE_DIR}\/src\/condor_daemon_client)\ninclude_directories(${CONDOR_SOURCE_DIR}\/src\/ccb)\ninclude_directories(${CONDOR_SOURCE_DIR}\/src\/condor_io)\ninclude_directories(${CONDOR_SOURCE_DIR}\/src\/h)\ninclude_directories(${CMAKE_CURRENT_BINARY_DIR}\/src\/h)\ninclude_directories(${CMAKE_CURRENT_BINARY_DIR}\/src\/classad)\ninclude_directories(${CONDOR_SOURCE_DIR}\/src\/classad)\ninclude_directories(${CONDOR_SOURCE_DIR}\/src\/safefile)\ninclude_directories(${CMAKE_CURRENT_BINARY_DIR}\/src\/safefile)\nif (WANT_CONTRIB)\n include_directories(${CONDOR_SOURCE_DIR}\/src\/condor_contrib)\nendif(WANT_CONTRIB)\n# set these so contrib modules can add to their include path without being reliant on specific directory names.\nset (CONDOR_MASTER_SRC_DIR ${CONDOR_SOURCE_DIR}\/src\/condor_master.V6)\nset (CONDOR_COLLECTOR_SRC_DIR ${CONDOR_SOURCE_DIR}\/src\/condor_collector.V6)\nset (CONDOR_NEGOTIATOR_SRC_DIR ${CONDOR_SOURCE_DIR}\/src\/condor_negotiator.V6)\nset (CONDOR_SCHEDD_SRC_DIR ${CONDOR_SOURCE_DIR}\/src\/condor_schedd.V6)\nset (CONDOR_STARTD_SRC_DIR ${CONDOR_SOURCE_DIR}\/src\/condor_startd.V6)\n\n###########################################\n\n###########################################\n#extra build flags and link libs.\nif (HAVE_EXT_OPENSSL)\n\tadd_definitions(-DWITH_OPENSSL) # used only by SOAP\nendif(HAVE_EXT_OPENSSL)\n\nif (HAVE_SSH_TO_JOB AND NOT HAVE_EXT_OPENSSL)\n\tmessage (FATAL_ERROR \"HAVE_SSH_TO_JOB requires openssl (for condor_base64 functions)\")\nendif()\n\n###########################################\n# order of the below elements is important, do not touch unless you know what you are doing.\n# otherwise you will break due to stub collisions.\nif (DLOPEN_GSI_LIBS)\n\tset (SECURITY_LIBS \"\")\n\tset (SECURITY_LIBS_STATIC \"\")\nelse()\n\tset (SECURITY_LIBS \"${VOMS_FOUND};${GLOBUS_FOUND};${EXPAT_FOUND}\")\n\tset (SECURITY_LIBS_STATIC \"${VOMS_FOUND_STATIC};${GLOBUS_FOUND_STATIC};${EXPAT_FOUND}\")\nendif()\n\n###########################################\n# in order to use clock_gettime, you need to link the the rt library\nif (HAVE_CLOCK_GETTIME)\n set(RT_FOUND \"rt\")\nelse()\n set(RT_FOUND \"\")\nendif()\n\nset (CONDOR_LIBS_STATIC \"condor_utils_s;classads;${SECURITY_LIBS_STATIC};${RT_FOUND};${PCRE_FOUND};${OPENSSL_FOUND};${KRB5_FOUND};${POSTGRESQL_FOUND};${COREDUMPER_FOUND};${IOKIT_FOUND};${COREFOUNDATION_FOUND};${RT_FOUND}\")\nset (CONDOR_LIBS \"condor_utils;${RT_FOUND};${CLASSADS_FOUND};${SECURITY_LIBS};${PCRE_FOUND};${COREDUMPER_FOUND}\")\nset (CONDOR_TOOL_LIBS \"condor_utils;${RT_FOUND};${CLASSADS_FOUND};${SECURITY_LIBS};${PCRE_FOUND};${COREDUMPER_FOUND}\")\nset (CONDOR_SCRIPT_PERMS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)\nif (LINUX AND NOT PROPER)\n set (CONDOR_LIBS_FOR_SHADOW \"condor_utils_s;classads;${SECURITY_LIBS};${RT_FOUND};${PCRE_FOUND};${OPENSSL_FOUND};${KRB5_FOUND};${POSTGRESQL_FOUND};${COREDUMPER_FOUND};${IOKIT_FOUND};${COREFOUNDATION_FOUND}\")\nelse ()\n set (CONDOR_LIBS_FOR_SHADOW \"${CONDOR_LIBS}\")\nendif ()\n\nmessage(STATUS \"----- Begin compiler options\/flags check -----\")\n\nif (CONDOR_C_FLAGS)\n\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} ${CONDOR_C_FLAGS}\")\nendif()\nif (CONDOR_CXX_FLAGS)\n\tset(CMAKE_CXX_FLAGS \"${CMAKE_CXX_FLAGS} ${CONDOR_CXX_FLAGS}\")\nendif()\n\nif (OPENMP_FOUND)\n\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} ${OpenMP_C_FLAGS}\")\n\tset(CMAKE_CXX_FLAGS \"${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS}\")\n\tset(CMAKE_EXE_LINKER_FLAGS \"${CMAKE_EXE_LINKER_FLAGS} ${OpenMP_EXE_LINKER_FLAGS}\")\nendif()\n\nif(MSVC)\n\t#disable autolink settings \n\tadd_definitions(-DBOOST_ALL_NO_LIB)\n\n\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} \/FC\") # use full paths names in errors and warnings\n\tif(MSVC_ANALYZE)\n\t\t# turn on code analysis. \n\t\t# also disable 6211 (leak because of exception). we use new but not catch so this warning is just noise\n\t\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} \/analyze \/wd6211\") # turn on code analysis (level 6 warnings)\n\tendif(MSVC_ANALYZE)\n\n\t#set(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} \/wd4251\") #\n\t#set(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} \/wd4275\") #\n\t#set(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} \/wd4996\") # deprecation warnings\n\t#set(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} \/wd4273\") # inconsistent dll linkage\n\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} \/wd6334\") # inclusion warning from boost. \n\n\tset(CONDOR_WIN_LIBS \"crypt32.lib;mpr.lib;psapi.lib;mswsock.lib;netapi32.lib;imagehlp.lib;ws2_32.lib;powrprof.lib;iphlpapi.lib;userenv.lib;Pdh.lib\")\nelse(MSVC)\n\n\tif (GLIBC_VERSION)\n\t\tadd_definitions(-DGLIBC=GLIBC)\n\t\tadd_definitions(-DGLIBC${GLIBC_VERSION}=GLIBC${GLIBC_VERSION})\n\t\tset(GLIBC${GLIBC_VERSION} ON)\n\tendif(GLIBC_VERSION)\n\n\tcheck_c_compiler_flag(-Wall c_Wall)\n\tif (c_Wall)\n\t\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -Wall\")\n\tendif(c_Wall)\n\n\t# Added to help make resulting libcondor_utils smaller.\n\t#check_c_compiler_flag(-fno-exceptions no_exceptions)\n\t#if (no_exceptions)\n\t#\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -fno-exceptions\")\n\t#\tset(CMAKE_SHARED_LINKER_FLAGS \"${CMAKE_SHARED_LINKER_FLAGS} -fno-exceptions\")\n\t#endif(no_exceptions)\n\t#check_c_compiler_flag(-Os c_Os)\n\t#if (c_Os)\n\t#\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -Os\")\n\t#\tset(CMAKE_SHARED_LINKER_FLAGS \"${CMAKE_SHARED_LINKER_FLAGS} -Os\")\n\t#endif(c_Os)\n\n\tdprint(\"TSTCLAIR - DISABLING -flto b\/c of gcc failure in koji try again later\")\n\t#if (CMAKE_C_COMPILER_VERSION STRGREATER \"4.7.0\" OR CMAKE_C_COMPILER_VERSION STREQUAL \"4.7.0\")\n\t# \n\t# check_c_compiler_flag(-flto c_lto)\n\t# if (c_lto)\n\t#\t set(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -flto\")\n\t#\t set(CMAKE_SHARED_LINKER_FLAGS \"${CMAKE_SHARED_LINKER_FLAGS} -flto\")\n\t# endif(c_lto)\n\t#else()\n\t# dprint(\"skipping c_lto flag check\")\n\t#endif()\n\n\tcheck_c_compiler_flag(-W c_W)\n\tif (c_W)\n\t\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -W\")\n\tendif(c_W)\n\n\tcheck_c_compiler_flag(-Wextra c_Wextra)\n\tif (c_Wextra)\n\t\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -Wextra\")\n\tendif(c_Wextra)\n\n\tcheck_c_compiler_flag(-Wfloat-equal c_Wfloat_equal)\n\tif (c_Wfloat_equal)\n\t\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -Wfloat-equal\")\n\tendif(c_Wfloat_equal)\n\n\t#check_c_compiler_flag(-Wshadow c_Wshadow)\n\t#if (c_Wshadow)\n\t#\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -Wshadow\")\n\t#endif(c_Wshadow)\n\n\t# someone else can enable this, as it overshadows all other warnings and can be wrong.\n\t# check_c_compiler_flag(-Wunreachable-code c_Wunreachable_code)\n\t# if (c_Wunreachable_code)\n\t#\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -Wunreachable-code\")\n\t# endif(c_Wunreachable_code)\n\n\tcheck_c_compiler_flag(-Wendif-labels c_Wendif_labels)\n\tif (c_Wendif_labels)\n\t\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -Wendif-labels\")\n\tendif(c_Wendif_labels)\n\n\tcheck_c_compiler_flag(-Wpointer-arith c_Wpointer_arith)\n\tif (c_Wpointer_arith)\n\t\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -Wpointer-arith\")\n\tendif(c_Wpointer_arith)\n\n\tcheck_c_compiler_flag(-Wcast-qual c_Wcast_qual)\n\tif (c_Wcast_qual)\n\t\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -Wcast-qual\")\n\tendif(c_Wcast_qual)\n\n\tcheck_c_compiler_flag(-Wcast-align c_Wcast_align)\n\tif (c_Wcast_align)\n\t\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -Wcast-align\")\n\tendif(c_Wcast_align)\n\n\tcheck_c_compiler_flag(-Wvolatile-register-var c_Wvolatile_register_var)\n\tif (c_Wvolatile_register_var)\n\t\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -Wvolatile-register-var\")\n\tendif(c_Wvolatile_register_var)\n\n\tcheck_c_compiler_flag(-Wunused-local-typedefs c_Wunused_local_typedefs)\n\tif (c_Wunused_local_typedefs AND NOT \"${CMAKE_C_COMPILER_ID}\" STREQUAL \"Clang\" )\n\t\t# we don't ever want the 'unused local typedefs' warning treated as an error.\n\t\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -Wno-error=unused-local-typedefs\")\n\tendif(c_Wunused_local_typedefs AND NOT \"${CMAKE_C_COMPILER_ID}\" STREQUAL \"Clang\")\n\n\t# check compiler flag not working for this flag. \n\tif (NOT CMAKE_C_COMPILER_VERSION VERSION_LESS \"4.8\")\n\tcheck_c_compiler_flag(-Wdeprecated-declarations c_Wdeprecated_declarations)\n\tif (c_Wdeprecated_declarations)\n\t\t# we use deprecated declarations ourselves during refactoring,\n\t\t# so we always want them treated as warnings and not errors\n\t\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -Wdeprecated-declarations -Wno-error=deprecated-declarations\")\n\tendif(c_Wdeprecated_declarations)\n\tendif()\n\n\tcheck_c_compiler_flag(-Wnonnull-compare c_Wnonnull_compare)\n\tif (c_Wnonnull_compare)\n\t\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -Wno-nonnull-compare -Wno-error=nonnull-compare\")\n\tendif(c_Wnonnull_compare)\n\n\t# gcc on our AIX machines recognizes -fstack-protector, but lacks\n\t# the requisite library.\n\tif (NOT AIX)\n\t\tcheck_c_compiler_flag(-fstack-protector c_fstack_protector)\n\t\tif (c_fstack_protector)\n\t\t\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -fstack-protector\")\n\t\tendif(c_fstack_protector)\n\tendif(NOT AIX)\n\n\t# Clang on Mac OS X doesn't support -rdynamic, but the\n\t# check below claims it does. This is probably because the compiler\n\t# just prints a warning, rather than failing.\n\tif ( NOT \"${CMAKE_C_COMPILER_ID}\" STREQUAL \"Clang\" )\n\t\tcheck_c_compiler_flag(-rdynamic c_rdynamic)\n\t\tif (c_rdynamic)\n\t\t\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -rdynamic\")\n\t\tendif(c_rdynamic)\n\tendif()\n\n\tif (LINUX)\n\t\tset(CMAKE_EXE_LINKER_FLAGS \"${CMAKE_EXE_LINKER_FLAGS} -Wl,--warn-once -Wl,--warn-common\")\n\t\tif ( \"${LINUX_NAME}\" STREQUAL \"Ubuntu\" )\n\t\t\tset(CMAKE_EXE_LINKER_FLAGS \"${CMAKE_EXE_LINKER_FLAGS} -Wl,--no-as-needed\")\n\t\tendif()\n\t\t# Link RedHat 5 binaries with both hash styles (GNU and SYSV)\n\t\t# so that binaries are usable on old distros such as SUSE Linux Enterprise Server 10\n\t\tif ( ${SYSTEM_NAME} MATCHES \"rhel5\" )\n\t\t\tset(CMAKE_EXE_LINKER_FLAGS \"${CMAKE_EXE_LINKER_FLAGS} -Wl,--hash-style=both\")\n\t\tendif()\n\tendif(LINUX)\n\n\tif( HAVE_LIBDL AND NOT BSD_UNIX )\n\t\tset(CMAKE_EXE_LINKER_FLAGS \"${CMAKE_EXE_LINKER_FLAGS} -ldl\")\n\tendif()\n\n\tif (AIX)\n\t\t# specifically ask for the C++ libraries to be statically linked\n\t\tset(CMAKE_EXE_LINKER_FLAGS \"${CMAKE_EXE_LINKER_FLAGS} -Wl,-berok -Wl,-bstatic -lstdc++ -Wl,-bdynamic -lcfg -lodm -static-libgcc\")\n\tendif(AIX)\n\n\tif ( NOT PROPER AND HAVE_LIBRESOLV )\n\t\tset(CMAKE_EXE_LINKER_FLAGS \"${CMAKE_EXE_LINKER_FLAGS} -lresolv\")\n\tendif()\n\n\tif (HAVE_PTHREADS AND NOT \"${CMAKE_CXX_COMPILER_ID}\" STREQUAL \"Clang\")\n\t\tset(CMAKE_EXE_LINKER_FLAGS \"${CMAKE_EXE_LINKER_FLAGS} -pthread\")\n\tendif(HAVE_PTHREADS AND NOT \"${CMAKE_CXX_COMPILER_ID}\" STREQUAL \"Clang\")\n\n\tcheck_cxx_compiler_flag(-shared HAVE_CC_SHARED)\n\n\tif ( NOT CLIPPED AND ${SYS_ARCH} MATCHES \"86\")\n\n\t\tif (NOT ${SYS_ARCH} MATCHES \"64\" )\n\t\t\tadd_definitions( -DI386=${SYS_ARCH} )\n\t\tendif()\n\n\t\t# set for maximum binary compatibility based on current machine arch.\n\t\tcheck_c_compiler_flag(-mtune=generic c_mtune)\n\t\tif (c_mtune)\n\t\t\tset(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -mtune=generic\")\n\t\tendif(c_mtune)\n\n\tendif()\n\n\tadd_definitions(-D${SYS_ARCH}=${SYS_ARCH})\n\n\t# Append C flags list to C++ flags list.\n\t# Currently, there are no flags that are only valid for C files.\n\tset(CMAKE_CXX_FLAGS \"${CMAKE_CXX_FLAGS} ${CMAKE_C_FLAGS}\")\n\nendif(MSVC)\n\nmessage(STATUS \"----- End compiler options\/flags check -----\")\nmessage(STATUS \"----- Begin CMake Var DUMP -----\")\nmessage(STATUS \"CMAKE_STRIP: ${CMAKE_STRIP}\")\nmessage(STATUS \"LN: ${LN}\")\nmessage(STATUS \"LATEX: ${LATEX}\")\nmessage(STATUS \"LATEX2HTML: ${LATEX2HTML}\")\n\n# if you are building in-source, this is the same as CMAKE_SOURCE_DIR, otherwise\n# this is the top level directory of your build tree\ndprint ( \"CMAKE_BINARY_DIR: ${CMAKE_BINARY_DIR}\" )\n\n# if you are building in-source, this is the same as CMAKE_CURRENT_SOURCE_DIR, otherwise this\n# is the directory where the compiled or generated files from the current CMakeLists.txt will go to\ndprint ( \"CMAKE_CURRENT_BINARY_DIR: ${CMAKE_CURRENT_BINARY_DIR}\" )\n\n# this is the directory, from which cmake was started, i.e. the top level source directory\ndprint ( \"CMAKE_SOURCE_DIR: ${CMAKE_SOURCE_DIR}\" )\n\n# this is the directory where the currently processed CMakeLists.txt is located in\ndprint ( \"CMAKE_CURRENT_SOURCE_DIR: ${CMAKE_CURRENT_SOURCE_DIR}\" )\n\n# contains the full path to the top level directory of your build tree\ndprint ( \"PROJECT_BINARY_DIR: ${PROJECT_BINARY_DIR}\" )\n\n# contains the full path to the root of your project source directory,\n# i.e. to the nearest directory where CMakeLists.txt contains the PROJECT() command\ndprint ( \"PROJECT_SOURCE_DIR: ${PROJECT_SOURCE_DIR}\" )\n\n# set this variable to specify a common place where CMake should put all executable files\n# (instead of CMAKE_CURRENT_BINARY_DIR)\ndprint ( \"EXECUTABLE_OUTPUT_PATH: ${EXECUTABLE_OUTPUT_PATH}\" )\n\n# set this variable to specify a common place where CMake should put all libraries\n# (instead of CMAKE_CURRENT_BINARY_DIR)\ndprint ( \"LIBRARY_OUTPUT_PATH: ${LIBRARY_OUTPUT_PATH}\" )\n\n# tell CMake to search first in directories listed in CMAKE_MODULE_PATH\n# when you use FIND_PACKAGE() or INCLUDE()\ndprint ( \"CMAKE_MODULE_PATH: ${CMAKE_MODULE_PATH}\" )\n\n# print out where we are installing to.\ndprint ( \"CMAKE_INSTALL_PREFIX: ${CMAKE_INSTALL_PREFIX}\" )\n\n# this is the complete path of the cmake which runs currently (e.g. \/usr\/local\/bin\/cmake)\ndprint ( \"CMAKE_COMMAND: ${CMAKE_COMMAND}\" )\n\n# this is the CMake installation directory\ndprint ( \"CMAKE_ROOT: ${CMAKE_ROOT}\" )\n\n# this is the filename including the complete path of the file where this variable is used.\ndprint ( \"CMAKE_CURRENT_LIST_FILE: ${CMAKE_CURRENT_LIST_FILE}\" )\n\n# this is linenumber where the variable is used\ndprint ( \"CMAKE_CURRENT_LIST_LINE: ${CMAKE_CURRENT_LIST_LINE}\" )\n\n# this is used when searching for include files e.g. using the FIND_PATH() command.\ndprint ( \"CMAKE_INCLUDE_PATH: ${CMAKE_INCLUDE_PATH}\" )\n\n# this is used when searching for libraries e.g. using the FIND_LIBRARY() command.\ndprint ( \"CMAKE_LIBRARY_PATH: ${CMAKE_LIBRARY_PATH}\" )\n\n# the complete system name, e.g. \"Linux-2.4.22\", \"FreeBSD-5.4-RELEASE\" or \"Windows 5.1\"\ndprint ( \"CMAKE_SYSTEM: ${CMAKE_SYSTEM}\" )\n\n# the short system name, e.g. \"Linux\", \"FreeBSD\" or \"Windows\"\ndprint ( \"CMAKE_SYSTEM_NAME: ${CMAKE_SYSTEM_NAME}\" )\n\n# only the version part of CMAKE_SYSTEM\ndprint ( \"CMAKE_SYSTEM_VERSION: ${CMAKE_SYSTEM_VERSION}\" )\n\n# the processor name (e.g. \"Intel(R) Pentium(R) M processor 2.00GHz\")\ndprint ( \"CMAKE_SYSTEM_PROCESSOR: ${CMAKE_SYSTEM_PROCESSOR}\" )\n\n# the Condor src directory\ndprint ( \"CONDOR_SOURCE_DIR: ${CONDOR_SOURCE_DIR}\" )\ndprint ( \"CONDOR_EXTERNAL_DIR: ${CONDOR_EXTERNAL_DIR}\" )\ndprint ( \"TEST_TARGET_DIR: ${TEST_TARGET_DIR}\" )\n\n# the Condor version string being used\ndprint ( \"CONDOR_VERSION: ${CONDOR_VERSION}\" )\n\n# the build id\ndprint ( \"BUILDID: ${BUILDID}\" )\n\n# the build date & time\ndprint ( \"BUILD_TIMEDATE: ${BUILD_TIMEDATE}\" )\ndprint ( \"BUILD_DATE: ${BUILD_DATE}\" )\n\n# the pre-release string\ndprint ( \"PRE_RELEASE: ${PRE_RELEASE}\" )\n\n# the platform specified\ndprint ( \"PLATFORM: ${PLATFORM}\" )\n\n# the Condor platform specified\ndprint ( \"CONDOR_PLATFORM: ${CONDOR_PLATFORM}\" )\n\n# the system name (used for generated tarballs)\ndprint ( \"SYSTEM_NAME: ${SYSTEM_NAME}\" )\n\n# the RPM system name (used for generated tarballs)\ndprint ( \"RPM_SYSTEM_NAME: ${RPM_SYSTEM_NAME}\" )\n\n# the Condor package name\ndprint ( \"CONDOR_PACKAGE_NAME: ${CONDOR_PACKAGE_NAME}\" )\n\n# is TRUE on all UNIX-like OS's, including Apple OS X and CygWin\ndprint ( \"UNIX: ${UNIX}\" )\n\n# is TRUE on all BSD-derived UNIXen\ndprint ( \"BSD_UNIX: ${BSD_UNIX}\" )\n\n# is TRUE on all UNIX-like OS's, including Apple OS X and CygWin\ndprint ( \"Linux: ${LINUX_NAME}\" )\n\n# Print FreeBSD info\ndprint ( \"FreeBSD: ${FREEBSD_MAJOR}.${FREEBSD_MINOR}\" )\n\n# is TRUE on Windows, including CygWin\ndprint ( \"WIN32: ${WIN32}\" )\n\n# is TRUE on Apple OS X\ndprint ( \"APPLE: ${APPLE}\" )\n\n# is TRUE when using the MinGW compiler in Windows\ndprint ( \"MINGW: ${MINGW}\" )\n\n# is TRUE on Windows when using the CygWin version of cmake\ndprint ( \"CYGWIN: ${CYGWIN}\" )\n\n# is TRUE on Windows when using a Borland compiler\ndprint ( \"BORLAND: ${BORLAND}\" )\n\nif (WINDOWS)\n\tdprint ( \"MSVC: ${MSVC}\" )\n\tdprint ( \"MSVC_VERSION: ${MSVC_VERSION}\" )\n\tdprint ( \"MSVC_IDE: ${MSVC_IDE}\" )\nendif(WINDOWS)\n\n# set this to true if you don't want to rebuild the object files if the rules have changed,\n# but not the actual source files or headers (e.g. if you changed the some compiler switches)\ndprint ( \"CMAKE_SKIP_RULE_DEPENDENCY: ${CMAKE_SKIP_RULE_DEPENDENCY}\" )\n\n# since CMake 2.1 the install rule depends on all, i.e. everything will be built before installing.\n# If you don't like this, set this one to true.\ndprint ( \"CMAKE_SKIP_INSTALL_ALL_DEPENDENCY: ${CMAKE_SKIP_INSTALL_ALL_DEPENDENCY}\" )\n\n# If set, runtime paths are not added when using shared libraries. Default it is set to OFF\ndprint ( \"CMAKE_SKIP_RPATH: ${CMAKE_SKIP_RPATH}\" )\ndprint ( \"CMAKE_INSTALL_RPATH: ${CMAKE_INSTALL_RPATH}\")\ndprint ( \"CMAKE_BUILD_WITH_INSTALL_RPATH: ${CMAKE_BUILD_WITH_INSTALL_RPATH}\")\n\n# set this to true if you are using makefiles and want to see the full compile and link\n# commands instead of only the shortened ones\ndprint ( \"CMAKE_VERBOSE_MAKEFILE: ${CMAKE_VERBOSE_MAKEFILE}\" )\n\n# this will cause CMake to not put in the rules that re-run CMake. This might be useful if\n# you want to use the generated build files on another machine.\ndprint ( \"CMAKE_SUPPRESS_REGENERATION: ${CMAKE_SUPPRESS_REGENERATION}\" )\n\n# A simple way to get switches to the compiler is to use ADD_DEFINITIONS().\n# But there are also two variables exactly for this purpose:\n\n# output what the linker flags are\ndprint ( \"CMAKE_EXE_LINKER_FLAGS: ${CMAKE_EXE_LINKER_FLAGS}\" )\n\n# the compiler flags for compiling C sources\ndprint ( \"CMAKE_C_FLAGS: ${CMAKE_C_FLAGS}\" )\n\n# the compiler flags for compiling C++ sources\ndprint ( \"CMAKE_CXX_FLAGS: ${CMAKE_CXX_FLAGS}\" )\n\n# Choose the type of build. Example: SET(CMAKE_BUILD_TYPE Debug)\ndprint ( \"CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}\" )\n\n# if this is set to ON, then all libraries are built as shared libraries by default.\ndprint ( \"BUILD_SHARED_LIBS: ${BUILD_SHARED_LIBS}\" )\n\n# the compiler used for C files\ndprint ( \"CMAKE_C_COMPILER: ${CMAKE_C_COMPILER}\" )\n\n# version information about the compiler\ndprint ( \"CMAKE_C_COMPILER_VERSION: ${CMAKE_C_COMPILER_VERSION}\" )\n\n# the compiler used for C++ files\ndprint ( \"CMAKE_CXX_COMPILER: ${CMAKE_CXX_COMPILER}\" )\n\n# version information about the compiler\ndprint ( \"CMAKE_CXX_COMPILER_VERSION: ${CMAKE_CXX_COMPILER_VERSION}\" )\n\n# if the compiler is a variant of gcc, this should be set to 1\ndprint ( \"CMAKE_COMPILER_IS_GNUCC: ${CMAKE_COMPILER_IS_GNUCC}\" )\n\n# if the compiler is a variant of g++, this should be set to 1\ndprint ( \"CMAKE_COMPILER_IS_GNUCXX : ${CMAKE_COMPILER_IS_GNUCXX}\" )\n\n# the tools for creating libraries\ndprint ( \"CMAKE_AR: ${CMAKE_AR}\" )\ndprint ( \"CMAKE_RANLIB: ${CMAKE_RANLIB}\" )\n\nmessage(STATUS \"----- Begin CMake Var DUMP -----\")\n\nmessage(STATUS \"********* ENDING CONFIGURATION *********\")\n","avg_line_length":39.2368055556,"max_line_length":285,"alphanum_fraction":0.7461814835} +{"size":604,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# The set of languages for which implicit dependencies are needed:\nset(CMAKE_DEPENDS_LANGUAGES\n \"CXX\"\n )\n# The set of files for implicit dependencies of each language:\nset(CMAKE_DEPENDS_CHECK_CXX\n \"\/Term2_stuff\/Term3\/PathPlanner-Term3\/src\/main.cpp\" \"\/Term2_stuff\/Term3\/PathPlanner-Term3\/build\/CMakeFiles\/path_planning.dir\/src\/main.cpp.o\"\n )\nset(CMAKE_CXX_COMPILER_ID \"GNU\")\n\n# The include file search paths:\nset(CMAKE_CXX_TARGET_INCLUDE_PATH\n )\n\n# Targets to which this target links.\nset(CMAKE_TARGET_LINKED_INFO_FILES\n )\n\n# Fortran module output directory.\nset(CMAKE_Fortran_TARGET_MODULE_DIR \"\")\n","avg_line_length":28.7619047619,"max_line_length":142,"alphanum_fraction":0.7996688742} +{"size":2028,"ext":"cmake","lang":"CMake","max_stars_count":2.0,"content":"set(PLPLOT_VERSION 5.13.0)\r\n\r\nvcpkg_from_sourceforge(\r\n OUT_SOURCE_PATH SOURCE_PATH\r\n REPO plplot\/plplot\r\n REF ${PLPLOT_VERSION}%20Source\r\n FILENAME \"plplot-${PLPLOT_VERSION}.tar.gz\"\r\n SHA512 1d5cb5da17d4bde6d675585bff1f8dcb581719249a0b2687867e767703f8dab0870e7ea44b9549a497f4ac0141a3cabf6761c49520c0e2b26ffe581468512cbb\r\n PATCHES\r\n 0001-findwxwidgets-fixes.patch\r\n 0002-wxwidgets-dev-fixes.patch\r\n install-interface-include-directories.patch\r\n use-math-h-nan.patch\r\n fix_utils.patch\r\n)\r\n\r\nset(BUILD_with_wxwidgets OFF)\r\nif(\"wxwidgets\" IN_LIST FEATURES)\r\n set(BUILD_with_wxwidgets ON)\r\nendif()\r\n\r\nvcpkg_configure_cmake(\r\n SOURCE_PATH ${SOURCE_PATH}\r\n PREFER_NINJA\r\n OPTIONS\r\n -DENABLE_tcl=OFF\r\n -DPL_HAVE_QHULL=OFF\r\n -DENABLE_qt=OFF\r\n -DPLPLOT_USE_QT5=OFF\r\n -DENABLE_ocaml=OFF\r\n -DPL_DOUBLE=ON\r\n -DPLD_wxwidgets=${BUILD_with_wxwidgets}\r\n -DENABLE_DYNDRIVERS=OFF\r\n -DDATA_DIR=${CURRENT_PACKAGES_DIR}\/share\/plplot\r\n OPTIONS_DEBUG\r\n -DDRV_DIR=${CURRENT_PACKAGES_DIR}\/debug\/bin\r\n OPTIONS_RELEASE\r\n -DDRV_DIR=${CURRENT_PACKAGES_DIR}\/bin\r\n)\r\n\r\nvcpkg_install_cmake()\r\n\r\nvcpkg_copy_pdbs()\r\n\r\nvcpkg_fixup_cmake_targets(CONFIG_PATH lib\/cmake\/plplot)\r\n\r\n# Remove unnecessary tool\r\nfile(REMOVE\r\n ${CURRENT_PACKAGES_DIR}\/debug\/bin\/pltek.exe\r\n ${CURRENT_PACKAGES_DIR}\/bin\/pltek.exe\r\n ${CURRENT_PACKAGES_DIR}\/debug\/bin\/wxPLViewer.exe\r\n ${CURRENT_PACKAGES_DIR}\/bin\/wxPLViewer.exe\r\n)\r\n\r\nif(VCPKG_LIBRARY_LINKAGE STREQUAL \"static\")\r\n message(STATUS \"Static build: Removing the full bin directory.\")\r\n file(REMOVE_RECURSE\r\n ${CURRENT_PACKAGES_DIR}\/debug\/bin\r\n ${CURRENT_PACKAGES_DIR}\/bin\r\n )\r\nendif()\r\n\r\n# Remove unwanted and duplicate directories\r\nfile(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}\/debug\/include)\r\nfile(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}\/debug\/share)\r\n\r\nfile(INSTALL ${SOURCE_PATH}\/Copyright DESTINATION ${CURRENT_PACKAGES_DIR}\/share\/${PORT} RENAME copyright)\r\n","avg_line_length":29.8235294118,"max_line_length":140,"alphanum_fraction":0.7258382643} +{"size":355,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# CMake generated Testfile for \n# Source directory: \/home\/einar\/px4_firmware\/src\/Firmware\/src\/modules\/commander\n# Build directory: \/home\/einar\/px4_firmware\/src\/Firmware\/build_px4fmu-v2_default\/src\/modules\/commander\n# \n# This file includes the relevant testing commands required for \n# testing this directory and lists subdirectories to be tested as well.\n","avg_line_length":50.7142857143,"max_line_length":102,"alphanum_fraction":0.814084507} +{"size":439,"ext":"cmake","lang":"CMake","max_stars_count":7.0,"content":"add_definitions(\n -std=c++11\n -D_GLIBCXX_PERMIT_BACKWARD_HASH\n -DNDEBUG\n -Wall\n -Wno-sign-compare\n -Wno-unused-local-typedefs\n -fno-builtin-malloc\n -fno-builtin-calloc\n -fno-builtin-realloc\n -fno-builtin-free\n)\n\n# Enable optimization\nadd_definitions(\n -O2\n)\n\n# We want to link libgcc and libstdc++ statically, so that debugging will be easier\nSET(CMAKE_EXE_LINKER_FLAGS \"-static-libgcc -static-libstdc++\")\n","avg_line_length":20.9047619048,"max_line_length":83,"alphanum_fraction":0.708428246} +{"size":19753,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# Copyright 2019 Google LLC\n#\n# Licensed under the Apache License, Version 2.0 (the \"License\");\n# you may not use this file except in compliance with the License.\n# You may obtain a copy of the License at\n#\n# https:\/\/www.apache.org\/licenses\/LICENSE-2.0\n#\n# Unless required by applicable law or agreed to in writing, software\n# distributed under the License is distributed on an \"AS IS\" BASIS,\n# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n# See the License for the specific language governing permissions and\n# limitations under the License.\n\n#-------------------------------------------------------------------------------\n# Abseil configuration\n#-------------------------------------------------------------------------------\n\ninclude(AbseilConfigureCopts)\n\n# By default Abseil strips string literals on mobile platforms, which means\n# we cannot run IREE binaries via command-line with proper options. Turn off\n# the stripping.\n# TODO(#3814): remove ABSL flags.\nif(ANDROID)\n add_definitions(-DABSL_FLAGS_STRIP_NAMES=0)\nendif()\n\n#-------------------------------------------------------------------------------\n# C\/C++ options as used within IREE\n#-------------------------------------------------------------------------------\n#\n# \u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588\n# \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588 \u2588\u2588 \u2588\u2588\n# \u2588\u2588 \u2588 \u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\n# \u2588\u2588 \u2588\u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588\n# \u2588\u2588\u2588 \u2588\u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588 \u2588\u2588 \u2588\u2588 \u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588\u2588\n#\n# Everything here is added to *every* iree_cc_library\/iree_cc_binary\/etc.\n# That includes both runtime and compiler components, and these may propagate\n# out to user code interacting with either (such as custom modules).\n#\n# Be extremely judicious in the use of these flags.\n#\n# - Need to disable a warning?\n# Usually these are encountered in compiler-specific code and can be disabled\n# in a compiler-specific way. Only add global warning disables when it's clear\n# that we never want them or that they'll show up in a lot of places.\n#\n# See: https:\/\/stackoverflow.com\/questions\/3378560\/how-to-disable-gcc-warnings-for-a-few-lines-of-code\n#\n# - Need to add a linker dependency?\n# First figure out if you *really* need it. If it's only required on specific\n# platforms and in very specific files clang or msvc are used prefer\n# autolinking. GCC is stubborn and doesn't have autolinking so additional\n# flags may be required there.\n#\n# See: https:\/\/en.wikipedia.org\/wiki\/Auto-linking\n#\n# - Need to tweak a compilation mode setting (debug\/asserts\/etc)?\n# Don't do that here, and in general *don't do that at all* unless it's behind\n# a very specific IREE-prefixed cmake flag (like IREE_SIZE_OPTIMIZED).\n# There's no one-size solution when we are dealing with cross-project and\n# cross-compiled binaries - there's no safe way to set global options that\n# won't cause someone to break, and you probably don't really need to do\n# change that setting anyway. Follow the rule of least surprise: if the user\n# has CMake's Debug configuration active then don't force things into release\n# mode, etc.\n#\n# - Need to add an include directory?\n# Don't do that here. Always prefer to fully-specify the path from the IREE\n# workspace root when it's known that the compilation will be occuring using\n# the files within the IREE checkout; for example, instead of adding a global\n# include path to third_party\/foo\/ and #include 'ing, just\n# #include \"third_party\/foo\/foo.h\". This reduces build configuration, makes it\n# easier for readers to find the files, etc.\n#\n# - Still think you need to add an include directory? (system includes, etc)\n# Don't do that here, either. It's highly doubtful that every single target in\n# all of IREE (both compiler and runtime) on all platforms (both host and\n# cross-compilation targets) needs your special include directory. Add it on\n# the COPTS of the target you are using it in and, ideally, private to that\n# target (used in .c\/cc files, not in a .h that leaks the include path\n# requirements to all consumers of the API).\n\nset(IREE_CXX_STANDARD ${CMAKE_CXX_STANDARD})\n\n# TODO(benvanik): fix these names (or remove entirely).\nset(IREE_ROOT_DIR ${CMAKE_CURRENT_SOURCE_DIR})\nset(IREE_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})\nset(IREE_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR})\n\niree_select_compiler_opts(IREE_DEFAULT_COPTS\n CLANG\n # Set clang diagnostics. These largely match the set of warnings used within\n # Google. They have not been audited super carefully by the IREE team but\n # are generally thought to be a good set and consistency with those used\n # internally is very useful when importing. If you feel that some of these\n # should be different, please raise an issue!\n\n # Please keep these in sync with build_tools\/bazel\/iree.bazelrc\n\n \"-Wall\"\n\n # Disable warnings we don't care about or that generally have a low\n # signal\/noise ratio.\n \"-Wno-ambiguous-member-template\"\n \"-Wno-char-subscripts\"\n \"-Wno-error=deprecated-declarations\"\n \"-Wno-extern-c-compat\" # Matches upstream. Cannot impact due to extern C inclusion method.\n \"-Wno-gnu-alignof-expression\"\n \"-Wno-gnu-variable-sized-type-not-at-end\"\n \"-Wno-ignored-optimization-argument\"\n \"-Wno-invalid-offsetof\" # Technically UB but needed for intrusive ptrs\n \"-Wno-invalid-source-encoding\"\n \"-Wno-mismatched-tags\"\n \"-Wno-pointer-sign\"\n \"-Wno-reserved-user-defined-literal\"\n \"-Wno-return-type-c-linkage\"\n \"-Wno-self-assign-overloaded\"\n \"-Wno-sign-compare\"\n \"-Wno-signed-unsigned-wchar\"\n \"-Wno-strict-overflow\"\n \"-Wno-trigraphs\"\n \"-Wno-unknown-pragmas\"\n \"-Wno-unknown-warning-option\"\n \"-Wno-unused-command-line-argument\"\n \"-Wno-unused-const-variable\"\n \"-Wno-unused-function\"\n \"-Wno-unused-local-typedef\"\n \"-Wno-unused-private-field\"\n \"-Wno-user-defined-warnings\"\n # Explicitly enable some additional warnings.\n # Some of these aren't on by default, or under -Wall, or are subsets of\n # warnings turned off above.\n \"-Wno-ambiguous-member-template\"\n \"-Wctad-maybe-unsupported\"\n \"-Wfloat-overflow-conversion\"\n \"-Wfloat-zero-conversion\"\n \"-Wfor-loop-analysis\"\n \"-Wformat-security\"\n \"-Wgnu-redeclared-enum\"\n \"-Wimplicit-fallthrough\"\n \"-Winfinite-recursion\"\n \"-Wliteral-conversion\"\n \"-Wnon-virtual-dtor\"\n \"-Woverloaded-virtual\"\n \"-Wself-assign\"\n \"-Wstring-conversion\"\n \"-Wtautological-overlap-compare\"\n \"-Wthread-safety\"\n \"-Wthread-safety-beta\"\n \"-Wunused-comparison\"\n \"-Wvla\"\n\n # Turn off some additional warnings (CMake only)\n \"-Wno-strict-prototypes\"\n \"-Wno-shadow-uncaptured-local\"\n \"-Wno-gnu-zero-variadic-macro-arguments\"\n \"-Wno-shadow-field-in-constructor\"\n \"-Wno-unreachable-code-return\"\n \"-Wno-missing-variable-declarations\"\n \"-Wno-gnu-label-as-value\"\n CLANG_OR_GCC\n \"-Wno-unused-parameter\"\n \"-Wno-unused-variable\"\n \"-Wno-undef\"\n \"-fvisibility=hidden\"\n # NOTE: The RTTI setting must match what LLVM was compiled with (defaults\n # to RTTI disabled).\n \"$<$:-fno-rtti>\"\n \"$<$:-fno-exceptions>\"\n\n MSVC_OR_CLANG_CL\n # Exclude a bunch of rarely-used APIs, such as crypto\/DDE\/shell.\n # https:\/\/docs.microsoft.com\/en-us\/windows\/win32\/winprog\/using-the-windows-headers\n # NOTE: this is not really required anymore for build performance but does\n # work around some issues that crop up with header version compatibility\n # (abseil has issues with winsock versions).\n \"\/DWIN32_LEAN_AND_MEAN\"\n\n # Don't allow windows.h to define MIN and MAX and conflict with the STL.\n # There's no legit use for these macros as any code we are writing ourselves\n # that we want a MIN\/MAX in should be using an IREE-prefixed version\n # instead: iree_min iree_max\n # https:\/\/stackoverflow.com\/a\/4914108\n \"\/DNOMINMAX\"\n\n # Adds M_PI and other constants to \/ (to match non-windows).\n # https:\/\/docs.microsoft.com\/en-us\/cpp\/c-runtime-library\/math-constants\n \"\/D_USE_MATH_DEFINES\"\n\n # Disable the \"deprecation\" warnings about CRT functions like strcpy.\n # Though the secure versions *are* better, they aren't portable and as such\n # just make cross-platform code annoying. One solution is to reimplement\n # them in a portable fashion and use those - and that's what we try to do\n # in certain places where we can get away with it. Other uses, like getenv,\n # are fine as these are not intended for use in core runtime code that needs\n # to be secure (friends don't let friends ship entire compiler stacks\n # embedded inside security sensitive applications anyway :).\n # https:\/\/docs.microsoft.com\/en-us\/cpp\/c-runtime-library\/security-features-in-the-crt\n \"\/D_CRT_SECURE_NO_WARNINGS\"\n\n # With the above said about the \"deprecated\" functions; this useful flag\n # will at least try to use them when possible without any change to user\n # code. Note however because the new versions use templates they won't be\n # activated in C code; that's fine.\n # https:\/\/docs.microsoft.com\/en-us\/cpp\/c-runtime-library\/secure-template-overloads\n \"\/D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES\"\n\n # Configure RTTI generation.\n # - \/GR - Enable generation of RTTI (default)\n # - \/GR- - Disables generation of RTTI\n # https:\/\/docs.microsoft.com\/en-us\/cpp\/build\/reference\/gr-enable-run-time-type-information?view=msvc-160\n \"\/GR-\"\n\n # Default max section count is 64k, which is woefully inadequate for some of\n # the insanely bloated tablegen outputs LLVM\/MLIR produces. This cranks it\n # up to 2^32. It's not great that we have to generate\/link files like that\n # but it's better to not get spurious failures during LTCG.\n # https:\/\/docs.microsoft.com\/en-us\/cpp\/build\/reference\/bigobj-increase-number-of-sections-in-dot-obj-file\n \"\/bigobj\"\n\n # \"nonstandard extension used : zero-sized array in struct\/union\"\n # This happens with unsized or zero-length arrays at the end of structs,\n # which is completely valid in C where we do it and get this warning. Shut\n # it up and rely on the better warnings from clang to catch if we try to\n # use it where it really matters (on a class that has copy\/move ctors, etc).\n # https:\/\/docs.microsoft.com\/en-us\/cpp\/error-messages\/compiler-warnings\/compiler-warning-levels-2-and-4-c4200\n \"\/wd4200\"\n\n # \"signed\/unsigned mismatch in comparison\"\n # This is along the lines of a generic implicit conversion warning but tends\n # to crop up in code that implicitly treats unsigned size_t values as if\n # they were signed values instead of properly using ssize_t. In certain\n # cases where the comparison being performed may be guarding access to\n # memory this can cause unexpected behavior (\"-1ull < 512ull, great let's\n # dereference buffer[-1ull]!\").\n # https:\/\/docs.microsoft.com\/en-us\/cpp\/error-messages\/compiler-warnings\/compiler-warning-level-3-c4018\n #\n # TODO(#3844): remove this (or make it per-file to iree\/compiler, as LLVM\n # tends to not care about these kind of things and it crops up there a lot).\n \"\/wd4018\"\n\n # Also common in LLVM is mismatching signed\/unsigned math. That's even more\n # dangerous than C4018: almost always these crop up in doing something with\n # a size_t and a non-size_t value (usually int or something like it) and do\n # you want out-of-bounds access exploits? Because that's how you get\n # out-of-bounds access exploits. Before fuzzers took over finding code and\n # trying to compile it with this warning forced to be an error was a way to\n # narrow down the places to look for attack vectors. I lived through the\n # Microsoft SAL\/safe-int code red, and once you get used to using the safe\n # buffer offset\/size manipulation functions it eliminates all kinds of\n # annoying bugs - as well as potential security issues.\n #\n # TODO(#3844): work to remove this class of errors from our code. It's\n # almost entirely in LLVM related stuff so per-file iree\/compiler\/... would\n # be fine.\n \"\/wd4146\" # operator applied to unsigned type, result still unsigned\n \"\/wd4244\" # possible loss of data\n \"\/wd4267\" # initializing: possible loss of data\n\n # Misc tweaks to better match reasonable clang\/gcc behavior:\n \"\/wd4005\" # allow: macro redefinition\n \"\/wd4065\" # allow: switch statement contains 'default' but no 'case' labels\n \"\/wd4141\" # allow: inline used more than once\n \"\/wd4624\" # allow: destructor was implicitly defined as deleted\n\n # TODO(benvanik): confirm these are all still required and document:\n \"\/wd4146\" # operator applied to unsigned type, result still unsigned\n \"\/wd4244\" # possible loss of data\n \"\/wd4267\" # initializing: possible loss of data\n \"\/wd5105\" # allow: macro expansion producing 'defined' has undefined behavior\n)\n\nif(NOT ANDROID)\n iree_select_compiler_opts(_IREE_PTHREADS_LINKOPTS\n CLANG_OR_GCC\n \"-lpthread\"\n )\nelse()\n # Android provides its own pthreads support with no linking required.\nendif()\n\niree_select_compiler_opts(IREE_DEFAULT_LINKOPTS\n ALL\n # TODO(benvanik): remove the ABSL usage here; we aren't abseil.\n \"${ABSL_DEFAULT_LINKOPTS}\"\n CLANG_OR_GCC\n # Required by all modern software, effectively:\n \"-ldl\"\n ${_IREE_PTHREADS_LINKOPTS}\n)\n\n# Add to LINKOPTS on a binary to configure it for X\/Wayland\/Windows\/etc\n# depending on the target cross-compilation platform.\nif(${CMAKE_SYSTEM_NAME} STREQUAL \"Windows\")\n set(IREE_TARGET_GUI_LINKOPTS \"-SUBSYSTEM:WINDOWS\")\nelse()\n set(IREE_TARGET_GUI_LINKOPTS \"\")\nendif()\n\n# TODO(benvanik): remove the ABSL usage here; we aren't abseil.\nset(IREE_TEST_COPTS \"${ABSL_TEST_COPTS}\")\n\n#-------------------------------------------------------------------------------\n# Size-optimized build flags\n#-------------------------------------------------------------------------------\n\n # TODO(#898): add a dedicated size-constrained configuration.\nif(${IREE_SIZE_OPTIMIZED})\n iree_select_compiler_opts(IREE_SIZE_OPTIMIZED_DEFAULT_COPTS\n MSVC_OR_CLANG_CL\n \"\/GS-\"\n \"\/GL\"\n \"\/Gw\"\n \"\/Gy\"\n \"\/DNDEBUG\"\n \"\/DIREE_STATUS_MODE=0\"\n )\n iree_select_compiler_opts(IREE_SIZE_OPTIMIZED_DEFAULT_LINKOPTS\n MSVC_OR_CLANG_CL\n \"\/LTCG\"\n \"\/opt:ref,icf\"\n )\n # TODO(#898): make this only impact the runtime (IREE_RUNTIME_DEFAULT_...).\n set(IREE_DEFAULT_COPTS\n \"${IREE_DEFAULT_COPTS}\"\n \"${IREE_SIZE_OPTIMIZED_DEFAULT_COPTS}\")\n set(IREE_DEFAULT_LINKOPTS\n \"${IREE_DEFAULT_LINKOPTS}\"\n \"${IREE_SIZE_OPTIMIZED_DEFAULT_LINKOPTS}\")\nendif()\n\n#-------------------------------------------------------------------------------\n# Compiler: Clang\/LLVM\n#-------------------------------------------------------------------------------\n\n# TODO(benvanik): Clang\/LLVM options.\n\n#-------------------------------------------------------------------------------\n# Compiler: GCC\n#-------------------------------------------------------------------------------\n\n# TODO(benvanik): GCC options.\n\n#-------------------------------------------------------------------------------\n# Compiler: MSVC\n#-------------------------------------------------------------------------------\n\n# TODO(benvanik): MSVC options.\n\n#-------------------------------------------------------------------------------\n# Third party: benchmark\n#-------------------------------------------------------------------------------\n\nset(BENCHMARK_ENABLE_TESTING OFF CACHE BOOL \"\" FORCE)\nset(BENCHMARK_ENABLE_INSTALL OFF CACHE BOOL \"\" FORCE)\n\n#-------------------------------------------------------------------------------\n# Third party: cpuinfo\n#-------------------------------------------------------------------------------\n\nset(CPUINFO_BUILD_TOOLS ON CACHE BOOL \"\" FORCE)\n\nset(CPUINFO_BUILD_BENCHMARKS OFF CACHE BOOL \"\" FORCE)\nset(CPUINFO_BUILD_UNIT_TESTS OFF CACHE BOOL \"\" FORCE)\nset(CPUINFO_BUILD_MOCK_TESTS OFF CACHE BOOL \"\" FORCE)\n\n#-------------------------------------------------------------------------------\n# Third party: flatbuffers\n#-------------------------------------------------------------------------------\n\nset(FLATBUFFERS_BUILD_TESTS OFF CACHE BOOL \"\" FORCE)\nset(FLATBUFFERS_BUILD_FLATHASH OFF CACHE BOOL \"\" FORCE)\nset(FLATBUFFERS_BUILD_GRPCTEST OFF CACHE BOOL \"\" FORCE)\nset(FLATBUFFERS_INSTALL OFF CACHE BOOL \"\" FORCE)\nset(FLATBUFFERS_INCLUDE_DIRS\n \"${CMAKE_CURRENT_SOURCE_DIR}\/third_party\/flatbuffers\/include\/\"\n)\n\nif(CMAKE_CROSSCOMPILING)\n set(FLATBUFFERS_BUILD_FLATC OFF CACHE BOOL \"\" FORCE)\nelse()\n set(FLATBUFFERS_BUILD_FLATC ON CACHE BOOL \"\" FORCE)\nendif()\n\n#-------------------------------------------------------------------------------\n# Third party: flatcc\n#-------------------------------------------------------------------------------\n\nset(FLATCC_TEST OFF CACHE BOOL \"\" FORCE)\nset(FLATCC_CXX_TEST OFF CACHE BOOL \"\" FORCE)\nset(FLATCC_REFLECTION OFF CACHE BOOL \"\" FORCE)\nset(FLATCC_ALLOW_WERROR OFF CACHE BOOL \"\" FORCE)\n\nif(CMAKE_CROSSCOMPILING)\n set(FLATCC_RTONLY ON CACHE BOOL \"\" FORCE)\nelse()\n set(FLATCC_RTONLY OFF CACHE BOOL \"\" FORCE)\nendif()\n\n#-------------------------------------------------------------------------------\n# Third party: gtest\n#-------------------------------------------------------------------------------\n\nset(INSTALL_GTEST OFF CACHE BOOL \"\" FORCE)\nset(gtest_force_shared_crt ON CACHE BOOL \"\" FORCE)\n\n#-------------------------------------------------------------------------------\n# Third party: llvm\/mlir\n#-------------------------------------------------------------------------------\n\nset(LLVM_INCLUDE_EXAMPLES OFF CACHE BOOL \"\" FORCE)\nset(LLVM_INCLUDE_TESTS OFF CACHE BOOL \"\" FORCE)\nset(LLVM_INCLUDE_BENCHMARKS OFF CACHE BOOL \"\" FORCE)\nset(LLVM_APPEND_VC_REV OFF CACHE BOOL \"\" FORCE)\nset(LLVM_ENABLE_IDE ON CACHE BOOL \"\" FORCE)\n\n# TODO(ataei): Use optional build time targets selection for LLVMAOT.\nset(LLVM_TARGETS_TO_BUILD \"WebAssembly;X86;ARM;AArch64;RISCV\" CACHE STRING \"\" FORCE)\n\nset(LLVM_ENABLE_PROJECTS \"mlir\" CACHE STRING \"\" FORCE)\nset(LLVM_ENABLE_BINDINGS OFF CACHE BOOL \"\" FORCE)\n\nif(IREE_USE_LINKER)\n set(LLVM_USE_LINKER ${IREE_USE_LINKER} CACHE STRING \"\" FORCE)\nendif()\n\nset(MLIR_TABLEGEN_EXE mlir-tblgen)\n# iree-tblgen is not defined using the add_tablegen mechanism as other TableGen\n# tools in LLVM.\niree_get_executable_path(IREE_TABLEGEN_EXE iree-tblgen)\n\n#-------------------------------------------------------------------------------\n# Third party: mlir-emitc\n#-------------------------------------------------------------------------------\n\nif(IREE_ENABLE_EMITC)\n set(EMITC_BUILD_EMBEDDED ON)\n set(EMITC_ENABLE_HLO OFF)\n set(EMITC_INCLUDE_TESTS OFF)\n\n add_definitions(-DIREE_HAVE_EMITC_DIALECT)\nendif()\n\n#-------------------------------------------------------------------------------\n# Third party: SPIRV-Cross\n#-------------------------------------------------------------------------------\n\nif(${IREE_TARGET_BACKEND_METAL-SPIRV})\n set(SPIRV_CROSS_ENABLE_MSL ON CACHE BOOL \"\" FORCE)\n set(SPIRV_CROSS_ENABLE_GLSL ON CACHE BOOL \"\" FORCE) # Required to enable MSL\n\n set(SPIRV_CROSS_EXCEPTIONS_TO_ASSERTIONS OFF CACHE BOOL \"\" FORCE)\n set(SPIRV_CROSS_CLI OFF CACHE BOOL \"\" FORCE)\n set(SPIRV_CROSS_ENABLE_TESTS OFF CACHE BOOL \"\" FORCE)\n set(SPIRV_CROSS_SKIP_INSTALL ON CACHE BOOL \"\" FORCE)\n\n set(SPIRV_CROSS_ENABLE_HLSL OFF CACHE BOOL \"\" FORCE)\n set(SPIRV_CROSS_ENABLE_CPP OFF CACHE BOOL \"\" FORCE)\n set(SPIRV_CROSS_ENABLE_REFLECT OFF CACHE BOOL \"\" FORCE)\n set(SPIRV_CROSS_ENABLE_C_API OFF CACHE BOOL \"\" FORCE)\n set(SPIRV_CROSS_ENABLE_UTIL OFF CACHE BOOL \"\" FORCE)\nendif()\n","avg_line_length":42.3884120172,"max_line_length":113,"alphanum_fraction":0.6373715385} +{"size":1482,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# Install script for directory: D:\/Codes\/awesome-courses\/json-tutorial-master\/tutorial06_answer\n\n# Set the install prefix\nif(NOT DEFINED CMAKE_INSTALL_PREFIX)\n set(CMAKE_INSTALL_PREFIX \"C:\/Program Files (x86)\/leptjson_test\")\nendif()\nstring(REGEX REPLACE \"\/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")\n\n# Set the install configuration name.\nif(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n if(BUILD_TYPE)\n string(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\n CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\n else()\n set(CMAKE_INSTALL_CONFIG_NAME \"Debug\")\n endif()\n message(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\nendif()\n\n# Set the component getting installed.\nif(NOT CMAKE_INSTALL_COMPONENT)\n if(COMPONENT)\n message(STATUS \"Install component: \\\"${COMPONENT}\\\"\")\n set(CMAKE_INSTALL_COMPONENT \"${COMPONENT}\")\n else()\n set(CMAKE_INSTALL_COMPONENT)\n endif()\nendif()\n\n# Is this installation the result of a crosscompile?\nif(NOT DEFINED CMAKE_CROSSCOMPILING)\n set(CMAKE_CROSSCOMPILING \"FALSE\")\nendif()\n\nif(CMAKE_INSTALL_COMPONENT)\n set(CMAKE_INSTALL_MANIFEST \"install_manifest_${CMAKE_INSTALL_COMPONENT}.txt\")\nelse()\n set(CMAKE_INSTALL_MANIFEST \"install_manifest.txt\")\nendif()\n\nstring(REPLACE \";\" \"\\n\" CMAKE_INSTALL_MANIFEST_CONTENT\n \"${CMAKE_INSTALL_MANIFEST_FILES}\")\nfile(WRITE \"D:\/Codes\/awesome-courses\/json-tutorial-master\/tutorial06_answer\/cmake-build-debug\/${CMAKE_INSTALL_MANIFEST}\"\n \"${CMAKE_INSTALL_MANIFEST_CONTENT}\")\n","avg_line_length":32.9333333333,"max_line_length":120,"alphanum_fraction":0.7618083671} +{"size":23806,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# -----------------------------------------------------------------------------------------------------\n# Copyright (c) 2006-2019, Knut Reinert & Freie Universit\u00e4t Berlin\n# Copyright (c) 2016-2019, Knut Reinert & MPI f\u00fcr molekulare Genetik\n# This file may be used, modified and\/or redistributed under the terms of the 3-clause BSD-License\n# shipped with this file and also available at: https:\/\/github.com\/seqan\/seqan3\/blob\/master\/LICENSE.md\n# -----------------------------------------------------------------------------------------------------\n#\n# This CMake module will try to find SeqAn and its dependencies. You can use\n# it the same way you would use any other CMake module.\n#\n# find_package (SeqAn3 [REQUIRED] ...)\n#\n# Since this makes a difference for CMAKE, pay attention to the case\n# (\"SeqAn3\", \"SEQAN3\" and \"seqan3\" are all valid, but other names not).\n#\n# SeqAn has the following platform requirements:\n#\n# C++17\n# C++ Concepts (either via Concepts TS or C++20)\n# C++ Filesystem (part of C++17 but needs extra linking on some platforms)\n# pthread\n#\n# SeqAn requires the following libraries:\n#\n# SDSL -- the succinct data structure library\n# Range-V3 -- Ranges Library by Eric Niebler\n#\n# SeqAn has the following optional dependencies:\n#\n# ZLIB -- zlib compression library\n# BZip2 -- libbz2 compression library\n# Cereal -- Serialisation library\n# Lemon -- Graph library\n#\n# If you don't wish for these to be detected (and used), you may define SEQAN3_NO_ZLIB,\n# SEQAN3_NO_BZIP2, SEQAN3_NO_CEREAL and SEQAN3_NO_LEMON respectively.\n#\n# If you wish to require the presence of ZLIB or BZip2, just check for the module before\n# finding SeqAn3, e.g. \"find_package (ZLIB REQUIRED)\".\n# If you wish to require the presence of CEREAL, you may define SEQAN3_CEREAL.\n# If you wish to require the presence of LEMON, you may define SEQAN3_LEMON.\n#\n# Once the search has been performed, the following variables will be set.\n#\n# SEQAN3_FOUND -- Indicate whether SeqAn was found and requirements met.\n#\n# SEQAN3_VERSION -- The version as string, e.g. \"3.0.0\"\n# SEQAN3_VERSION_MAJOR -- e.g. 3\n# SEQAN3_VERSION_MINOR -- e.g. 0\n# SEQAN3_VERSION_PATCH -- e.g. 0\n#\n# SEQAN3_INCLUDE_DIRS -- to be passed to include_directories ()\n# SEQAN3_LIBRARIES -- to be passed to target_link_libraries ()\n# SEQAN3_DEFINITIONS -- to be passed to add_definitions ()\n# SEQAN3_CXX_FLAGS -- to be added to CMAKE_CXX_FLAGS\n#\n# Additionally, the following [IMPORTED][IMPORTED] targets are defined:\n#\n# seqan3::seqan3 -- interface target where\n# target_link_libraries(target seqan3::seqan3)\n# automatically sets\n# target_include_directories(target $SEQAN3_INCLUDE_DIRS),\n# target_link_libraries(target $SEQAN3_LIBRARIES),\n# target_compile_definitions(target $SEQAN3_DEFINITIONS) and\n# target_compile_options(target $SEQAN3_CXX_FLAGS)\n# for a target.\n#\n# [IMPORTED]: https:\/\/cmake.org\/cmake\/help\/v3.10\/prop_tgt\/IMPORTED.html#prop_tgt:IMPORTED\n#\n# ============================================================================\n\ncmake_minimum_required (VERSION 3.4...3.12)\n\n# ----------------------------------------------------------------------------\n# Set initial variables\n# ----------------------------------------------------------------------------\n\n# ----------------------------------------------------------------------------\n# Greeter\n# ----------------------------------------------------------------------------\n\nstring (ASCII 27 Esc)\nset (ColourBold \"${Esc}[1m\")\nset (ColourReset \"${Esc}[m\")\n\nif (NOT ${CMAKE_FIND_PACKAGE_NAME}_FIND_QUIETLY)\n message (STATUS \"${ColourBold}Finding SeqAn3 and checking requirements:${ColourReset}\")\nendif ()\n\n# ----------------------------------------------------------------------------\n# Includes\n# ----------------------------------------------------------------------------\n\ninclude (FindPackageMessage)\ninclude (CheckIncludeFileCXX)\ninclude (CheckCXXSourceCompiles)\ninclude (FindPackageHandleStandardArgs)\n\n# ----------------------------------------------------------------------------\n# Pretty printing and error handling\n# ----------------------------------------------------------------------------\n\nmacro (seqan3_config_print text)\n if (NOT ${CMAKE_FIND_PACKAGE_NAME}_FIND_QUIETLY)\n message (STATUS \" ${text}\")\n endif ()\nendmacro ()\n\nmacro (seqan3_config_error text)\n if (${CMAKE_FIND_PACKAGE_NAME}_FIND_REQUIRED)\n message (FATAL_ERROR ${text})\n else ()\n if (NOT ${CMAKE_FIND_PACKAGE_NAME}_FIND_QUIETLY)\n message (WARNING ${text})\n endif ()\n return ()\n endif ()\nendmacro ()\n\n# ----------------------------------------------------------------------------\n# Find SeqAn3 include path\n# ----------------------------------------------------------------------------\n\n# Note that seqan3-config.cmake can be standalone and thus SEQAN3_CLONE_DIR might be empty.\n# * `SEQAN3_CLONE_DIR` was already found in seqan3-config-version.cmake\n# * `SEQAN3_INCLUDE_DIR` was already found in seqan3-config-version.cmake\nfind_path (SEQAN3_SUBMODULES_DIR NAMES submodules\/sdsl-lite HINTS \"${SEQAN3_CLONE_DIR}\" \"${SEQAN3_INCLUDE_DIR}\/seqan3\")\n\nif (SEQAN3_INCLUDE_DIR)\n seqan3_config_print (\"SeqAn3 include dir found: ${SEQAN3_INCLUDE_DIR}\")\nelse ()\n seqan3_config_error (\"SeqAn3 include directory could not be found (SEQAN3_INCLUDE_DIR: '${SEQAN3_INCLUDE_DIR}')\")\nendif ()\n\n# ----------------------------------------------------------------------------\n# Detect if we are a clone of repository and if yes auto-add submodules\n# ----------------------------------------------------------------------------\n\nif (SEQAN3_CLONE_DIR)\n seqan3_config_print (\"Detected as running from a repository checkout\u2026\")\nendif ()\n\nif (SEQAN3_SUBMODULES_DIR)\n file (GLOB submodules ${SEQAN3_SUBMODULES_DIR}\/submodules\/*\/include)\n foreach (submodule ${submodules})\n if (IS_DIRECTORY ${submodule})\n seqan3_config_print (\" \u2026adding submodule include: ${submodule}\")\n set (SEQAN3_DEPENDENCY_INCLUDE_DIRS ${submodule} ${SEQAN3_DEPENDENCY_INCLUDE_DIRS})\n endif ()\n endforeach ()\nendif ()\n\n# ----------------------------------------------------------------------------\n# Options for CheckCXXSourceCompiles\n# ----------------------------------------------------------------------------\n\n# deactivate messages in check_*\nset (CMAKE_REQUIRED_QUIET 1)\n# use global variables in Check* calls\nset (CMAKE_REQUIRED_INCLUDES ${CMAKE_INCLUDE_PATH} ${SEQAN3_INCLUDE_DIR} ${SEQAN3_DEPENDENCY_INCLUDE_DIRS})\nset (CMAKE_REQUIRED_FLAGS ${CMAKE_CXX_FLAGS})\n\n# ----------------------------------------------------------------------------\n# Force-deactivate optional dependencies\n# ----------------------------------------------------------------------------\n\n# Cereal is auto-detected by default, i.e. used if found, not used if not found.\n# You can optionally set a hard requirement so a build fails without cereal,\n# or you can force-disable cereal even if present on the system.\noption (SEQAN3_CEREAL \"Require cereal and fail if not present.\" OFF)\noption (SEQAN3_NO_CEREAL \"Don't use cereal, even if present.\" OFF)\n\nif (SEQAN3_CEREAL AND SEQAN3_NO_CEREAL)\n # this is always a user error, therefore we always error-out, even if SeqAn is not required\n message (FATAL_ERROR \"You may not specify SEQAN3_CEREAL and SEQAN3_NO_CEREAL at the same time.\\n\\\n You can specify neither (use auto-detection), or specify either to force on\/off.\")\n return ()\nendif ()\n\nif (SEQAN3_CEREAL)\n set (SEQAN3_DEFINITIONS ${SEQAN3_DEFINITIONS} \"-DSEQAN3_WITH_CEREAL=1\")\nelseif (SEQAN3_NO_CEREAL)\n set (SEQAN3_DEFINITIONS ${SEQAN3_DEFINITIONS} \"-DSEQAN3_WITH_CEREAL=0\")\nendif ()\n\n# Lemon is auto-detected by default, i.e. used if found, not used if not found.\n# You can optionally set a hard requirement so a build fails without Lemon,\n# or you can force-disable Lemon even if present on the system.\noption (SEQAN3_LEMON \"Require Lemon and fail if not present.\" OFF)\noption (SEQAN3_NO_LEMON \"Don't use Lemon, even if present.\" OFF)\n\nif (SEQAN3_LEMON AND SEQAN3_NO_LEMON)\n # this is always a user error, therefore we always error-out, even if SeqAn is not required\n message (FATAL_ERROR \"You may not specify SEQAN3_LEMON and SEQAN3_NO_LEMON at the same time.\\n\\\n You can specify neither (use auto-detection), or specify either to force on\/off.\")\n return ()\nendif ()\n\nif (SEQAN3_LEMON)\n set (SEQAN3_DEFINITIONS ${SEQAN3_DEFINITIONS} \"-DSEQAN3_WITH_LEMON=1\")\nelseif (SEQAN3_NO_LEMON)\n set (SEQAN3_DEFINITIONS ${SEQAN3_DEFINITIONS} \"-DSEQAN3_WITH_LEMON=0\")\nendif ()\n\n# These two are \"opt-in\", because detected by CMake\n# If you want to force-require these, just do find_package (zlib REQUIRED) before find_package (seqan3)\noption (SEQAN3_NO_ZLIB \"Don't use ZLIB, even if present.\" OFF)\noption (SEQAN3_NO_BZIP2 \"Don't use BZip2, even if present.\" OFF)\n\n# ----------------------------------------------------------------------------\n# Require C++17\n# ----------------------------------------------------------------------------\n\nset (CMAKE_REQUIRED_FLAGS_ORIGINAL ${CMAKE_REQUIRED_FLAGS})\n\nset (CXXSTD_TEST_SOURCE\n \"#if !defined (__cplusplus) || (__cplusplus < 201703L)\n #error NOCXX17\n #endif\n int main() {}\")\n\ncheck_cxx_source_compiles (\"${CXXSTD_TEST_SOURCE}\" CXX17_BUILTIN)\n\nif (CXX17_BUILTIN)\n seqan3_config_print (\"C++ Standard-17 support: builtin\")\nelse ()\n set (CMAKE_REQUIRED_FLAGS \"${CMAKE_REQUIRED_FLAGS_ORIGINAL} -std=c++17\")\n\n check_cxx_source_compiles (\"${CXXSTD_TEST_SOURCE}\" CXX17_FLAG)\n\n if (CXX17_FLAG)\n seqan3_config_print (\"C++ Standard-17 support: via -std=c++17\")\n else ()\n seqan3_config_error (\"SeqAn3 requires C++17, but your compiler does not support it.\")\n endif ()\n\n set (SEQAN3_CXX_FLAGS \"${SEQAN3_CXX_FLAGS} -std=c++17\")\nendif ()\n\n# ----------------------------------------------------------------------------\n# Require C++ Concepts\n# ----------------------------------------------------------------------------\n\nset (CMAKE_REQUIRED_FLAGS_ORIGINAL ${CMAKE_REQUIRED_FLAGS})\n\nset (CXXSTD_TEST_SOURCE\n \"static_assert (__cpp_concepts >= 201507);\n int main() {}\")\n\ncheck_cxx_source_compiles (\"${CXXSTD_TEST_SOURCE}\" CONCEPTS_BUILTIN)\n\nif (CONCEPTS_BUILTIN)\n seqan3_config_print (\"C++ Concepts support: builtin\")\nelse ()\n set (CONCEPTS_FLAG \"\")\n\n foreach (_FLAG -std=c++20 -std=c++2a -fconcepts)\n set (CMAKE_REQUIRED_FLAGS \"${CMAKE_REQUIRED_FLAGS_ORIGINAL} ${_FLAG}\")\n\n check_cxx_source_compiles (\"${CXXSTD_TEST_SOURCE}\" CONCEPTS_FLAG${_FLAG})\n\n if (CONCEPTS_FLAG${_FLAG})\n set (SEQAN3_CXX_FLAGS \"${SEQAN3_CXX_FLAGS} ${_FLAG}\")\n set (CONCEPTS_FLAG ${_FLAG})\n break ()\n endif ()\n endforeach ()\n\n if (CONCEPTS_FLAG)\n seqan3_config_print (\"C++ Concepts support: via ${CONCEPTS_FLAG}\")\n else ()\n seqan3_config_error (\"SeqAn3 requires C++ Concepts, but your compiler does not support them.\")\n endif ()\nendif ()\n\n# ----------------------------------------------------------------------------\n# Require C++ Filesystem\n# ----------------------------------------------------------------------------\n\n# find the correct header\ncheck_include_file_cxx (filesystem _SEQAN3_HAVE_FILESYSTEM)\ncheck_include_file_cxx (experimental\/filesystem _SEQAN3_HAVE_EXP_FILESYSTEM)\n\nif (_SEQAN3_HAVE_FILESYSTEM)\n seqan3_config_print (\"C++ Filesystem header: \")\n\n set (CXXSTD_TEST_SOURCE\n \"#include \n int main()\n {\n std::filesystem::path p{\\\"\\tmp\/\\\"};\n throw std::filesystem::filesystem_error(\\\"Empty file name!\\\", std::make_error_code(std::errc::invalid_argument));\n }\")\nelseif (_SEQAN3_HAVE_EXP_FILESYSTEM)\n seqan3_config_print (\"C++ Filesystem header: \")\n\n set (CXXSTD_TEST_SOURCE\n \"#include \n int main()\n {\n std::experimental::filesystem::path p{\\\"\/tmp\/\\\"};\n throw std::experimental::filesystem::filesystem_error(\\\"Empty file name!\\\", std::make_error_code(std::errc::invalid_argument));\n }\")\nelse ()\n seqan3_config_error (\"SeqAn3 requires C++17 filesystem support, but the filesystem header was not found.\")\nendif ()\n\n# check if library is required\nset (CMAKE_REQUIRED_LIBRARIES_ORIGINAL ${CMAKE_REQUIRED_LIBRARIES})\n\ncheck_cxx_source_compiles (\"${CXXSTD_TEST_SOURCE}\" C++17FS_BUILTIN)\n\nif (C++17FS_BUILTIN)\n seqan3_config_print (\"C++ Filesystem library: builtin\")\nelse ()\n set (C++17FS_LIB \"\")\n\n foreach (_LIB stdc++fs)\n set (CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES_ORIGINAL} ${_LIB})\n\n check_cxx_source_compiles (\"${CXXSTD_TEST_SOURCE}\" C++17FS_LIB-l${_LIB})\n\n if (C++17FS_LIB-l${_LIB})\n set (SEQAN3_LIBRARIES ${SEQAN3_LIBRARIES} ${_LIB})\n set (C++17FS_LIB ${_LIB})\n break ()\n endif ()\n set (CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES_ORIGINAL})\n endforeach ()\n\n if (C++17FS_LIB)\n seqan3_config_print (\"C++ Filesystem library: via -l${C++17FS_LIB}\")\n else ()\n seqan3_config_error (\"SeqAn3 requires C++17 filesystem support, but your compiler does not offer it.\")\n endif ()\nendif ()\n\n# ----------------------------------------------------------------------------\n# thread support (pthread, windows threads)\n# ----------------------------------------------------------------------------\n\nset (THREADS_PREFER_PTHREAD_FLAG TRUE)\nfind_package (Threads QUIET)\n\nif (Threads_FOUND)\n set (SEQAN3_LIBRARIES ${SEQAN3_LIBRARIES} Threads::Threads)\n if (\"${CMAKE_THREAD_LIBS_INIT}\" STREQUAL \"\")\n seqan3_config_print (\"Thread support: builtin.\")\n else ()\n seqan3_config_print (\"Thread support: via ${CMAKE_THREAD_LIBS_INIT}\")\n endif ()\nelse ()\n seqan3_config_print (\"Thread support: not found.\")\nendif ()\n\n# ----------------------------------------------------------------------------\n# Require Ranges and SDSL\n# ----------------------------------------------------------------------------\n\ncheck_include_file_cxx (range\/v3\/version.hpp _SEQAN3_HAVE_RANGEV3)\n\nif (_SEQAN3_HAVE_RANGEV3)\n seqan3_config_print (\"Required dependency: Range-V3 found.\")\nelse ()\n seqan3_config_error (\"The range-v3 library is required, but wasn't found. Get it from https:\/\/github.com\/ericniebler\/range-v3\/\")\nendif ()\n\ncheck_include_file_cxx (sdsl\/version.hpp _SEQAN3_HAVE_SDSL)\n\nif (_SEQAN3_HAVE_SDSL)\n seqan3_config_print (\"Required dependency: SDSL found.\")\nelse ()\n seqan3_config_error (\"The SDSL library is required, but wasn't found. Get it from https:\/\/github.com\/xxsds\/sdsl-lite\")\nendif ()\n\n# ----------------------------------------------------------------------------\n# Cereal dependency is optional, but may set as required\n# ----------------------------------------------------------------------------\n\nif (NOT SEQAN3_NO_CEREAL)\n check_include_file_cxx (cereal\/cereal.hpp _SEQAN3_HAVE_CEREAL)\n\n if (_SEQAN3_HAVE_CEREAL)\n if (SEQAN3_CEREAL)\n seqan3_config_print (\"Required dependency: Cereal found.\")\n else ()\n seqan3_config_print (\"Optional dependency: Cereal found.\")\n endif ()\n else ()\n if (SEQAN3_CEREAL)\n seqan3_config_error (\"The (optional) cereal library was marked as required, but wasn't found.\")\n else ()\n seqan3_config_print (\"Optional dependency: Cereal not found.\")\n endif ()\n endif ()\nendif ()\n\n# ----------------------------------------------------------------------------\n# Lemon dependency is optional, but may set as required\n# ----------------------------------------------------------------------------\n\nif (NOT SEQAN3_NO_LEMON)\n check_include_file_cxx (lemon\/config.h _SEQAN3_HAVE_LEMON)\n\n if (_SEQAN3_HAVE_LEMON)\n if (SEQAN3_LEMON)\n seqan3_config_print (\"Required dependency: Lemon found.\")\n else ()\n seqan3_config_print (\"Optional dependency: Lemon found.\")\n endif ()\n else ()\n if (SEQAN3_LEMON)\n seqan3_config_error (\"The (optional) Lemon library was marked as required, but wasn't found.\")\n else ()\n seqan3_config_print (\"Optional dependency: Lemon not found.\")\n endif ()\n endif ()\nendif ()\n\n# ----------------------------------------------------------------------------\n# ZLIB dependency\n# ----------------------------------------------------------------------------\n\nif (NOT SEQAN3_NO_ZLIB)\n find_package (ZLIB QUIET)\nendif ()\n\nif (ZLIB_FOUND)\n set (SEQAN3_LIBRARIES ${SEQAN3_LIBRARIES} ${ZLIB_LIBRARIES})\n set (SEQAN3_DEPENDENCY_INCLUDE_DIRS ${SEQAN3_DEPENDENCY_INCLUDE_DIRS} ${ZLIB_INCLUDE_DIRS})\n set (SEQAN3_DEFINITIONS ${SEQAN3_DEFINITIONS} \"-DSEQAN3_HAS_ZLIB=1\")\n seqan3_config_print (\"Optional dependency: ZLIB-${ZLIB_VERSION_STRING} found.\")\nelse ()\n seqan3_config_print (\"Optional dependency: ZLIB not found.\")\nendif ()\n\n# ----------------------------------------------------------------------------\n# BZip2 dependency\n# ----------------------------------------------------------------------------\n\nif (NOT SEQAN3_NO_BZIP2)\n find_package (BZip2 QUIET)\nendif ()\n\nif (NOT ZLIB_FOUND AND BZIP2_FOUND)\n # NOTE (marehr): iostream_bzip2 uses the type `uInt`, which is defined by\n # `zlib`. Therefore, `bzip2` will cause a ton of errors without `zlib`.\n message (AUTHOR_WARNING \"Disabling BZip2 [which was successfully found], \"\n \"because ZLIB was not found. BZip2 depends on ZLIB.\")\n unset (BZIP2_FOUND)\nendif ()\n\nif (BZIP2_FOUND)\n set (SEQAN3_LIBRARIES ${SEQAN3_LIBRARIES} ${BZIP2_LIBRARIES})\n set (SEQAN3_DEPENDENCY_INCLUDE_DIRS ${SEQAN3_DEPENDENCY_INCLUDE_DIRS} ${BZIP2_INCLUDE_DIRS})\n set (SEQAN3_DEFINITIONS ${SEQAN3_DEFINITIONS} \"-DSEQAN3_HAS_BZIP2=1\")\n seqan3_config_print (\"Optional dependency: BZip2-${BZIP2_VERSION_STRING} found.\")\nelse ()\n seqan3_config_print (\"Optional dependency: BZip2 not found.\")\nendif ()\n\n# ----------------------------------------------------------------------------\n# System dependencies\n# ----------------------------------------------------------------------------\n\n# librt\nif ((${CMAKE_SYSTEM_NAME} STREQUAL \"Linux\") OR\n (${CMAKE_SYSTEM_NAME} STREQUAL \"kFreeBSD\") OR\n (${CMAKE_SYSTEM_NAME} STREQUAL \"GNU\"))\n set (SEQAN3_LIBRARIES ${SEQAN3_LIBRARIES} rt)\nendif ()\n\n# libexecinfo -- implicit\ncheck_include_file_cxx (execinfo.h _SEQAN3_HAVE_EXECINFO)\nmark_as_advanced (_SEQAN3_HAVE_EXECINFO)\nif (_SEQAN3_HAVE_EXECINFO)\n seqan3_config_print (\"Optional dependency: libexecinfo found.\")\n if ((${CMAKE_SYSTEM_NAME} STREQUAL \"FreeBSD\") OR (${CMAKE_SYSTEM_NAME} STREQUAL \"OpenBSD\"))\n set (SEQAN3_LIBRARIES ${SEQAN3_LIBRARIES} execinfo elf)\n endif ()\nelse ()\n seqan3_config_print (\"Optional dependency: libexecinfo not found.\")\nendif ()\n\n# ----------------------------------------------------------------------------\n# Perform compilability test of platform.hpp (tests some requirements)\n# ----------------------------------------------------------------------------\n\nset (CXXSTD_TEST_SOURCE\n \"#include \n int main() {}\")\n\n# using try_compile instead of check_cxx_source_compiles to capture output in case of failure\nfile (WRITE \"${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}\/CMakeTmp\/src.cxx\" \"${CXXSTD_TEST_SOURCE}\\n\")\n\ntry_compile (SEQAN3_PLATFORM_TEST\n ${CMAKE_BINARY_DIR}\n ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}\/CMakeTmp\/src.cxx\n CMAKE_FLAGS \"-DCOMPILE_DEFINITIONS:STRING=${CMAKE_CXX_FLAGS} ${SEQAN3_CXX_FLAGS}\"\n \"-DINCLUDE_DIRECTORIES:STRING=${CMAKE_INCLUDE_PATH};${SEQAN3_INCLUDE_DIR};${SEQAN3_DEPENDENCY_INCLUDE_DIRS}\"\n COMPILE_DEFINITIONS ${SEQAN3_DEFINITIONS}\n LINK_LIBRARIES ${SEQAN3_LIBRARIES}\n OUTPUT_VARIABLE SEQAN3_PLATFORM_TEST_OUTPUT)\n\nif (SEQAN3_PLATFORM_TEST)\n seqan3_config_print (\"SeqAn3 platform.hpp build: passed.\")\nelse ()\n seqan3_config_error (\"SeqAn3 platform.hpp build: failed!\\n\\\n ${SEQAN3_PLATFORM_TEST_OUTPUT}\")\nendif ()\n\n# ----------------------------------------------------------------------------\n# Export targets\n# ----------------------------------------------------------------------------\n\nseparate_arguments (SEQAN3_CXX_FLAGS_LIST UNIX_COMMAND \"${SEQAN3_CXX_FLAGS}\")\n\nadd_library (seqan3_seqan3 INTERFACE)\ntarget_compile_definitions (seqan3_seqan3 INTERFACE ${SEQAN3_DEFINITIONS})\ntarget_compile_options (seqan3_seqan3 INTERFACE ${SEQAN3_CXX_FLAGS_LIST})\ntarget_link_libraries (seqan3_seqan3 INTERFACE \"${SEQAN3_LIBRARIES}\")\n# include seqan3\/include\/ as -I, because seqan3 should never produce warnings.\ntarget_include_directories (seqan3_seqan3 INTERFACE \"${SEQAN3_INCLUDE_DIR}\")\n# include everything except seqan3\/include\/ as -isystem, i.e.\n# a system header which suppresses warnings of external libraries.\ntarget_include_directories (seqan3_seqan3 SYSTEM INTERFACE \"${SEQAN3_DEPENDENCY_INCLUDE_DIRS}\")\nadd_library (seqan3::seqan3 ALIAS seqan3_seqan3)\n\n# propagate SEQAN3_INCLUDE_DIR into SEQAN3_INCLUDE_DIRS\nset (SEQAN3_INCLUDE_DIRS ${SEQAN3_INCLUDE_DIR} ${SEQAN3_DEPENDENCY_INCLUDE_DIRS})\n\n# ----------------------------------------------------------------------------\n# Finish find_package call\n# ----------------------------------------------------------------------------\n\nfind_package_handle_standard_args (${CMAKE_FIND_PACKAGE_NAME} REQUIRED_VARS SEQAN3_INCLUDE_DIR)\n\n# Set SEQAN3_* variables with the content of ${CMAKE_FIND_PACKAGE_NAME}_(FOUND|...|VERSION)\n# This needs to be done, because `find_package(SeqAn3)` might be called in any case-sensitive way and we want to\n# guarantee that SEQAN3_* are always set.\nforeach (package_var FOUND DIR ROOT CONFIG VERSION VERSION_MAJOR VERSION_MINOR VERSION_PATCH VERSION_TWEAK VERSION_COUNT)\n set (SEQAN3_${package_var} \"${${CMAKE_FIND_PACKAGE_NAME}_${package_var}}\")\nendforeach ()\n\nif (SEQAN3_FIND_DEBUG)\n message (\"Result for ${CMAKE_CURRENT_SOURCE_DIR}\/CMakeLists.txt\")\n message (\"\")\n message (\" CMAKE_BUILD_TYPE ${CMAKE_BUILD_TYPE}\")\n message (\" CMAKE_SOURCE_DIR ${CMAKE_SOURCE_DIR}\")\n message (\" CMAKE_INCLUDE_PATH ${CMAKE_INCLUDE_PATH}\")\n message (\" SEQAN3_INCLUDE_DIR ${SEQAN3_INCLUDE_DIR}\")\n message (\"\")\n message (\" ${CMAKE_FIND_PACKAGE_NAME}_FOUND ${${CMAKE_FIND_PACKAGE_NAME}_FOUND}\")\n message (\" SEQAN3_HAS_ZLIB ${ZLIB_FOUND}\")\n message (\" SEQAN3_HAS_BZIP2 ${BZIP2_FOUND}\")\n message (\"\")\n message (\" SEQAN3_INCLUDE_DIRS ${SEQAN3_INCLUDE_DIRS}\")\n message (\" SEQAN3_LIBRARIES ${SEQAN3_LIBRARIES}\")\n message (\" SEQAN3_DEFINITIONS ${SEQAN3_DEFINITIONS}\")\n message (\" SEQAN3_CXX_FLAGS ${SEQAN3_CXX_FLAGS}\")\n message (\"\")\n message (\" SEQAN3_VERSION ${SEQAN3_VERSION}\")\n message (\" SEQAN3_VERSION_MAJOR ${SEQAN3_VERSION_MAJOR}\")\n message (\" SEQAN3_VERSION_MINORG ${SEQAN3_VERSION_MINOR}\")\n message (\" SEQAN3_VERSION_PATCH ${SEQAN3_VERSION_PATCH}\")\nendif ()\n","avg_line_length":41.9858906526,"max_line_length":141,"alphanum_fraction":0.5935058389} +{"size":411,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"file(REMOVE_RECURSE\n \"CMakeFiles\/sensor_range.dir\/sensor\/sensor_range\/rangesensor.cpp.o\"\n \"CMakeFiles\/sensor_range.dir\/sensor\/sensor_range\/rangereading.cpp.o\"\n \"\/workspace\/devel\/lib\/libsensor_range.pdb\"\n \"\/workspace\/devel\/lib\/libsensor_range.so\"\n)\n\n# Per-language clean rules from dependency scanning.\nforeach(lang CXX)\n include(CMakeFiles\/sensor_range.dir\/cmake_clean_${lang}.cmake OPTIONAL)\nendforeach()\n","avg_line_length":34.25,"max_line_length":73,"alphanum_fraction":0.8077858881} +{"size":1614,"ext":"cmake","lang":"CMake","max_stars_count":6.0,"content":"if(CLUSTER STREQUAL \"\")\n ERROR(\"No target cluster given!\")\n\nelseif(${CLUSTER} STREQUAL \"iDataCool\")\n set(PROVIDER.NULL ON)\n set(PROVIDER.SELF ON)\n set(PROVIDER.CMA ON)\n set(PROVIDER.VERBS ON)\n set(ALLREDUCE.RECURSIVE.DOUBLING ON)\n\nelseif(${CLUSTER} STREQUAL \"MPI\")\n set(PROVIDER.MPI ON)\n set(ALLREDUCE.MPI ON)\n\nelseif(${CLUSTER} STREQUAL \"QPACE2\")\n set(PROVIDER.NULL ON)\n set(PROVIDER.SELF ON)\n set(PROVIDER.SCIF ON)\n set(PROVIDER.VERBS ON)\n set(VERBS.MTU 2048 CACHE STRING \"Set MTU size.\")\n set(VERBS.INLINE 256 CACHE STRING \"Set max inline data size.\")\n set(ALLREDUCE.RECURSIVE.DOUBLING ON)\n set(RECURSIVE.DOUBLING.BLOCKING 4 CACHE STRING \"Set Recursive Doubling blocking factor.\")\n set(RECURSIVE.DOUBLING.FBT ON CACHE BOOL \"Enable optimization for 1D FBT with four blocks.\")\n if(QPACE2.WARN.TOPOLOGY)\n add_definitions(-DQPACE2_WARN_TOPOLOGY)\n endif()\n\nelseif(${CLUSTER} STREQUAL \"QPACE3\")\n set(PROVIDER.NULL ON)\n set(PROVIDER.SELF ON)\n set(PROVIDER.CMA ON)\n if(QPACE3.PSM2)\n add_definitions(-DQPACE3_PSM2)\n set(PROVIDER.PSM2 ON)\n else()\n set(PROVIDER.OFI ON)\n endif()\n set(ALLREDUCE.RECURSIVE.DOUBLING ON)\n\nelseif(${CLUSTER} STREQUAL \"QPACEB\")\n set(PROVIDER.NULL ON)\n set(PROVIDER.SELF ON)\n set(PROVIDER.VERBS ON)\n set(ALLREDUCE.RECURSIVE.DOUBLING ON)\n\nelseif(${CLUSTER} STREQUAL \"SHM\")\n set(PROVIDER.NULL ON)\n set(PROVIDER.SELF ON)\n set(PROVIDER.CMA ON)\n set(ALLREDUCE.RECURSIVE.DOUBLING ON)\n\nelse()\n ERROR(\"Unknown target cluster given!\")\nendif()\n\nINFO(\"Cluster: ${CLUSTER}\")\n","avg_line_length":27.8275862069,"max_line_length":96,"alphanum_fraction":0.6871127633} +{"size":1165,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# Install script for directory: \/usr\/src\/gmock\n\n# Set the install prefix\nif(NOT DEFINED CMAKE_INSTALL_PREFIX)\n set(CMAKE_INSTALL_PREFIX \"\/home\/nvidia\/catkin_ws\/install\")\nendif()\nstring(REGEX REPLACE \"\/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")\n\n# Set the install configuration name.\nif(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n if(BUILD_TYPE)\n string(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\n CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\n else()\n set(CMAKE_INSTALL_CONFIG_NAME \"Debug\")\n endif()\n message(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\nendif()\n\n# Set the component getting installed.\nif(NOT CMAKE_INSTALL_COMPONENT)\n if(COMPONENT)\n message(STATUS \"Install component: \\\"${COMPONENT}\\\"\")\n set(CMAKE_INSTALL_COMPONENT \"${COMPONENT}\")\n else()\n set(CMAKE_INSTALL_COMPONENT)\n endif()\nendif()\n\n# Install shared libraries without execute permission?\nif(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)\n set(CMAKE_INSTALL_SO_NO_EXE \"1\")\nendif()\n\nif(NOT CMAKE_INSTALL_LOCAL_ONLY)\n # Include the install script for each subdirectory.\n include(\"\/home\/nvidia\/catkin_ws\/build\/gtest\/gtest\/cmake_install.cmake\")\n\nendif()\n\n","avg_line_length":28.4146341463,"max_line_length":76,"alphanum_fraction":0.7502145923} +{"size":449,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# CMake generated Testfile for \n# Source directory: \/home\/zhangj0o\/Documents\/codefiles\/CS272-Geometrci-Processing-Curvature-Estimation\/src\/OpenMesh\/Apps\/mconvert\n# Build directory: \/home\/zhangj0o\/Documents\/codefiles\/CS272-Geometrci-Processing-Curvature-Estimation\/cmake-build-debug\/src\/OpenMesh\/Apps\/mconvert\n# \n# This file includes the relevant testing commands required for \n# testing this directory and lists subdirectories to be tested as well.\n","avg_line_length":64.1428571429,"max_line_length":146,"alphanum_fraction":0.8285077951} +{"size":238,"ext":"cmake","lang":"CMake","max_stars_count":1.0,"content":"file(REMOVE_RECURSE\n \"CMakeFiles\/check-llvm-debuginfo-aarch64\"\n)\n\n# Per-language clean rules from dependency scanning.\nforeach(lang )\n include(CMakeFiles\/check-llvm-debuginfo-aarch64.dir\/cmake_clean_${lang}.cmake OPTIONAL)\nendforeach()\n","avg_line_length":26.4444444444,"max_line_length":89,"alphanum_fraction":0.8025210084} +{"size":1208,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# Install script for directory: \/media\/min\/d84b4767-6283-4b67-89ca-ed3fc4849fd5\/azurekinect\/Azure-Kinect-Sensor-SDK\/tests\/Transformation\n\n# Set the install prefix\nif(NOT DEFINED CMAKE_INSTALL_PREFIX)\n set(CMAKE_INSTALL_PREFIX \"\/usr\/local\")\nendif()\nstring(REGEX REPLACE \"\/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")\n\n# Set the install configuration name.\nif(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n if(BUILD_TYPE)\n string(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\n CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\n else()\n set(CMAKE_INSTALL_CONFIG_NAME \"RelWithDebInfo\")\n endif()\n message(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\nendif()\n\n# Set the component getting installed.\nif(NOT CMAKE_INSTALL_COMPONENT)\n if(COMPONENT)\n message(STATUS \"Install component: \\\"${COMPONENT}\\\"\")\n set(CMAKE_INSTALL_COMPONENT \"${COMPONENT}\")\n else()\n set(CMAKE_INSTALL_COMPONENT)\n endif()\nendif()\n\n# Install shared libraries without execute permission?\nif(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)\n set(CMAKE_INSTALL_SO_NO_EXE \"1\")\nendif()\n\n# Is this installation the result of a crosscompile?\nif(NOT DEFINED CMAKE_CROSSCOMPILING)\n set(CMAKE_CROSSCOMPILING \"FALSE\")\nendif()\n\n","avg_line_length":30.2,"max_line_length":136,"alphanum_fraction":0.7582781457} +{"size":7181,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# CMAKE generated file: DO NOT EDIT!\r\n# Generated by \"MSYS Makefiles\" Generator, CMake Version 3.19\r\n\r\n# The generator used is:\r\nset(CMAKE_DEPENDS_GENERATOR \"MSYS Makefiles\")\r\n\r\n# The top level Makefile was generated from the following files:\r\nset(CMAKE_MAKEFILE_DEPENDS\r\n \"CMakeCache.txt\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeCXXCompiler.cmake.in\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeCXXCompilerABI.cpp\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeCXXInformation.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeCommonLanguageInclude.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeCompilerIdDetection.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeDetermineCXXCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeDetermineCompileFeatures.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeDetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeDetermineCompilerABI.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeDetermineCompilerId.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeDetermineRCCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeDetermineSystem.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeFindBinUtils.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeGenericSystem.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeInitializeConfigs.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeLanguageInformation.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeMSYSFindMake.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeParseImplicitIncludeInfo.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeParseImplicitLinkInfo.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeRCCompiler.cmake.in\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeRCInformation.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeSystem.cmake.in\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeSystemSpecificInformation.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeSystemSpecificInitialize.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeTestCXXCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeTestCompilerCommon.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/CMakeTestRCCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/ADSP-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/ARMCC-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/ARMClang-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/AppleClang-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/Borland-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/CMakeCommonCompilerMacros.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/Clang-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/Clang-DetermineCompilerInternal.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/Comeau-CXX-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/Compaq-CXX-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/Cray-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/Embarcadero-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/Fujitsu-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/GHS-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/GNU-CXX-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/GNU-CXX.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/GNU-FindBinUtils.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/GNU.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/HP-CXX-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/IAR-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/IBMCPP-CXX-DetermineVersionInternal.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/Intel-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/MSVC-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/NVIDIA-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/OpenWatcom-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/PGI-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/PathScale-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/SCO-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/SunPro-CXX-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/TI-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/VisualAge-CXX-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/Watcom-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/XL-CXX-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/XLClang-CXX-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Compiler\/zOS-CXX-DetermineCompiler.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Internal\/FeatureTesting.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Platform\/Windows-Determine-CXX.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Platform\/Windows-GNU-CXX-ABI.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Platform\/Windows-GNU-CXX.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Platform\/Windows-GNU.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Platform\/Windows-windres.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Platform\/Windows.cmake\"\r\n \"C:\/Program Files\/CMake\/share\/cmake-3.19\/Modules\/Platform\/WindowsPaths.cmake\"\r\n \"CMakeFiles\/3.19.2\/CMakeCXXCompiler.cmake\"\r\n \"CMakeFiles\/3.19.2\/CMakeRCCompiler.cmake\"\r\n \"CMakeFiles\/3.19.2\/CMakeSystem.cmake\"\r\n \"CMakeLists.txt\"\r\n )\r\n\r\n# The corresponding makefile is:\r\nset(CMAKE_MAKEFILE_OUTPUTS\r\n \"Makefile\"\r\n \"CMakeFiles\/cmake.check_cache\"\r\n )\r\n\r\n# Byproducts of CMake generate step:\r\nset(CMAKE_MAKEFILE_PRODUCTS\r\n \"CMakeFiles\/3.19.2\/CMakeSystem.cmake\"\r\n \"CMakeFiles\/3.19.2\/CMakeCXXCompiler.cmake\"\r\n \"CMakeFiles\/3.19.2\/CMakeRCCompiler.cmake\"\r\n \"CMakeFiles\/3.19.2\/CMakeCXXCompiler.cmake\"\r\n \"CMakeFiles\/CMakeDirectoryInformation.cmake\"\r\n )\r\n\r\n# Dependency information for all targets:\r\nset(CMAKE_DEPEND_INFO_FILES\r\n \"CMakeFiles\/hello-world.dir\/DependInfo.cmake\"\r\n \"CMakeFiles\/test_hello-world.dir\/DependInfo.cmake\"\r\n )\r\n","avg_line_length":67.7452830189,"max_line_length":103,"alphanum_fraction":0.7845703941} +{"size":346,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"set(DRIVER_NAME trackball)\nadd_library(${DRIVER_NAME} INTERFACE)\n\ntarget_sources(${DRIVER_NAME} INTERFACE\n ${CMAKE_CURRENT_LIST_DIR}\/${DRIVER_NAME}.cpp)\n\ntarget_include_directories(${DRIVER_NAME} INTERFACE ${CMAKE_CURRENT_LIST_DIR})\n\n# Pull in pico libraries that we need\ntarget_link_libraries(${DRIVER_NAME} INTERFACE pico_stdlib hardware_i2c)\n","avg_line_length":31.4545454545,"max_line_length":78,"alphanum_fraction":0.823699422} +{"size":187,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"file(GENERATE OUTPUT \"${CMAKE_CURRENT_BINARY_DIR}\/output-sourcepermission3.txt\"\n INPUT \"${CMAKE_CURRENT_SOURCE_DIR}\/input.txt\"\n USE_SOURCE_PERMISSIONS\n FILE_PERMISSIONS OWNER_READ\n )\n","avg_line_length":31.1666666667,"max_line_length":79,"alphanum_fraction":0.8181818182} +{"size":832,"ext":"cmake","lang":"CMake","max_stars_count":143.0,"content":"# Module to configure Irep2 precompiled headers\n# This is required by MSVC\n\nif(CMAKE_CXX_COMPILER_ID STREQUAL \"GNU\")\n\tmessage(AUTHOR_WARNING \"GCC-9 throws a Segmentation fault. We should report this or try newer versions\")\n\treturn()\nendif()\n\nif(${CMAKE_VERSION} VERSION_LESS \"3.16.0\")\n message(AUTHOR_WARNING \"This optimization is available only for CMake 3.16+\")\n return()\nendif()\n\ntarget_precompile_headers(util_esbmc PRIVATE ${CMAKE_SOURCE_DIR}\/src\/util\/irep2.h ${CMAKE_SOURCE_DIR}\/src\/util\/irep2_expr.h)\ntarget_precompile_headers(clangcfrontend_stuff REUSE_FROM util_esbmc)\ntarget_precompile_headers(clangcppfrontend REUSE_FROM util_esbmc)\ntarget_precompile_headers(gotoprograms REUSE_FROM util_esbmc)\ntarget_precompile_headers(symex REUSE_FROM util_esbmc)\ntarget_precompile_headers(pointeranalysis REUSE_FROM util_esbmc)\n","avg_line_length":41.6,"max_line_length":124,"alphanum_fraction":0.8329326923} +{"size":20,"ext":"cmake","lang":"CMake","max_stars_count":2.0,"content":"set(VERSION 0.3.1.2)","avg_line_length":20.0,"max_line_length":20,"alphanum_fraction":0.7} +{"size":1149,"ext":"cmake","lang":"CMake","max_stars_count":1.0,"content":"# Install script for directory: \/home\/ar\/homework\/aditya\/repos\/primary\/AI-Test-Project\/main\n\n# Set the install prefix\nif(NOT DEFINED CMAKE_INSTALL_PREFIX)\n set(CMAKE_INSTALL_PREFIX \"\/usr\/local\")\nendif()\nstring(REGEX REPLACE \"\/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")\n\n# Set the install configuration name.\nif(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n if(BUILD_TYPE)\n string(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\n CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\n else()\n set(CMAKE_INSTALL_CONFIG_NAME \"\")\n endif()\n message(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\nendif()\n\n# Set the component getting installed.\nif(NOT CMAKE_INSTALL_COMPONENT)\n if(COMPONENT)\n message(STATUS \"Install component: \\\"${COMPONENT}\\\"\")\n set(CMAKE_INSTALL_COMPONENT \"${COMPONENT}\")\n else()\n set(CMAKE_INSTALL_COMPONENT)\n endif()\nendif()\n\n# Install shared libraries without execute permission?\nif(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)\n set(CMAKE_INSTALL_SO_NO_EXE \"1\")\nendif()\n\n# Is this installation the result of a crosscompile?\nif(NOT DEFINED CMAKE_CROSSCOMPILING)\n set(CMAKE_CROSSCOMPILING \"FALSE\")\nendif()\n\n","avg_line_length":28.725,"max_line_length":91,"alphanum_fraction":0.7493472585} +{"size":1499,"ext":"cmake","lang":"CMake","max_stars_count":null,"content":"# Install script for directory: \/home\/uddhav\/Desktop\/UpdateChecker2\/dynamic-resourceUpdateCheck\/app\n\n# Set the install prefix\nif(NOT DEFINED CMAKE_INSTALL_PREFIX)\n set(CMAKE_INSTALL_PREFIX \"\/usr\/local\")\nendif()\nstring(REGEX REPLACE \"\/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")\n\n# Set the install configuration name.\nif(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n if(BUILD_TYPE)\n string(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\n CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\n else()\n set(CMAKE_INSTALL_CONFIG_NAME \"Release\")\n endif()\n message(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\nendif()\n\n# Set the component getting installed.\nif(NOT CMAKE_INSTALL_COMPONENT)\n if(COMPONENT)\n message(STATUS \"Install component: \\\"${COMPONENT}\\\"\")\n set(CMAKE_INSTALL_COMPONENT \"${COMPONENT}\")\n else()\n set(CMAKE_INSTALL_COMPONENT)\n endif()\nendif()\n\n# Install shared libraries without execute permission?\nif(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)\n set(CMAKE_INSTALL_SO_NO_EXE \"1\")\nendif()\n\nif(CMAKE_INSTALL_COMPONENT)\n set(CMAKE_INSTALL_MANIFEST \"install_manifest_${CMAKE_INSTALL_COMPONENT}.txt\")\nelse()\n set(CMAKE_INSTALL_MANIFEST \"install_manifest.txt\")\nendif()\n\nstring(REPLACE \";\" \"\\n\" CMAKE_INSTALL_MANIFEST_CONTENT\n \"${CMAKE_INSTALL_MANIFEST_FILES}\")\nfile(WRITE \"\/home\/uddhav\/Desktop\/UpdateChecker2\/dynamic-resourceUpdateCheck\/app\/.externalNativeBuild\/cmake\/release\/armeabi-v7a\/${CMAKE_INSTALL_MANIFEST}\"\n \"${CMAKE_INSTALL_MANIFEST_CONTENT}\")\n","avg_line_length":33.3111111111,"max_line_length":153,"alphanum_fraction":0.7685123416} +{"size":680,"ext":"cmake","lang":"CMake","max_stars_count":1.0,"content":"# CMAKE generated file: DO NOT EDIT!\n# Generated by \"Unix Makefiles\" Generator, CMake Version 3.16\n\n# Relative path conversion top directories.\nset(CMAKE_RELATIVE_PATH_TOP_SOURCE \"\/home\/owuraku\/Documents\/CodeFiles\/ROS\/catkin_ws\/src\")\nset(CMAKE_RELATIVE_PATH_TOP_BINARY \"\/home\/owuraku\/Documents\/CodeFiles\/ROS\/catkin_ws\/build\")\n\n# Force unix paths in dependencies.\nset(CMAKE_FORCE_UNIX_PATHS 1)\n\n\n# The C and CXX include file regular expressions for this directory.\nset(CMAKE_C_INCLUDE_REGEX_SCAN \"^.*$\")\nset(CMAKE_C_INCLUDE_REGEX_COMPLAIN \"^$\")\nset(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})\nset(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})\n","avg_line_length":40.0,"max_line_length":91,"alphanum_fraction":0.8235294118} +{"size":5606,"ext":"cmake","lang":"CMake","max_stars_count":27.0,"content":"# Install script for directory: \/home\/falthiel\/Downloads\/g2o\/g2o\/solvers\/csparse\n\n# Set the install prefix\nIF(NOT DEFINED CMAKE_INSTALL_PREFIX)\n SET(CMAKE_INSTALL_PREFIX \"\/home\/falthiel\/Downloads\/android-toolchain\/user\")\nENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)\nSTRING(REGEX REPLACE \"\/$\" \"\" CMAKE_INSTALL_PREFIX \"${CMAKE_INSTALL_PREFIX}\")\n\n# Set the install configuration name.\nIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n IF(BUILD_TYPE)\n STRING(REGEX REPLACE \"^[^A-Za-z0-9_]+\" \"\"\n CMAKE_INSTALL_CONFIG_NAME \"${BUILD_TYPE}\")\n ELSE(BUILD_TYPE)\n SET(CMAKE_INSTALL_CONFIG_NAME \"Release\")\n ENDIF(BUILD_TYPE)\n MESSAGE(STATUS \"Install configuration: \\\"${CMAKE_INSTALL_CONFIG_NAME}\\\"\")\nENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)\n\n# Set the component getting installed.\nIF(NOT CMAKE_INSTALL_COMPONENT)\n IF(COMPONENT)\n MESSAGE(STATUS \"Install component: \\\"${COMPONENT}\\\"\")\n SET(CMAKE_INSTALL_COMPONENT \"${COMPONENT}\")\n ELSE(COMPONENT)\n SET(CMAKE_INSTALL_COMPONENT)\n ENDIF(COMPONENT)\nENDIF(NOT CMAKE_INSTALL_COMPONENT)\n\n# Install shared libraries without execute permission?\nIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)\n SET(CMAKE_INSTALL_SO_NO_EXE \"1\")\nENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)\n\nIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES\n \"\/home\/falthiel\/Downloads\/android-toolchain\/user\/lib\/libg2o_solver_csparse.so\")\n IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)\n message(WARNING \"ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}\")\n ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)\n IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)\n message(FATAL_ERROR \"ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}\")\n ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)\nFILE(INSTALL DESTINATION \"\/home\/falthiel\/Downloads\/android-toolchain\/user\/lib\" TYPE SHARED_LIBRARY FILES \"\/home\/falthiel\/Downloads\/g2o\/androidbuild\/g2o\/solvers\/csparse\/CMakeFiles\/CMakeRelink.dir\/libg2o_solver_csparse.so\")\n IF(EXISTS \"$ENV{DESTDIR}\/home\/falthiel\/Downloads\/android-toolchain\/user\/lib\/libg2o_solver_csparse.so\" AND\n NOT IS_SYMLINK \"$ENV{DESTDIR}\/home\/falthiel\/Downloads\/android-toolchain\/user\/lib\/libg2o_solver_csparse.so\")\n IF(CMAKE_INSTALL_DO_STRIP)\n EXECUTE_PROCESS(COMMAND \"\/home\/falthiel\/Downloads\/android-toolchain\/bin\/arm-linux-androideabi-strip\" \"$ENV{DESTDIR}\/home\/falthiel\/Downloads\/android-toolchain\/user\/lib\/libg2o_solver_csparse.so\")\n ENDIF(CMAKE_INSTALL_DO_STRIP)\n ENDIF()\nENDIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n\nIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES\n \"\/home\/falthiel\/Downloads\/android-toolchain\/user\/lib\/libg2o_csparse_extension.so\")\n IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)\n message(WARNING \"ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}\")\n ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)\n IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)\n message(FATAL_ERROR \"ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}\")\n ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)\nFILE(INSTALL DESTINATION \"\/home\/falthiel\/Downloads\/android-toolchain\/user\/lib\" TYPE SHARED_LIBRARY FILES \"\/home\/falthiel\/Downloads\/g2o\/androidbuild\/g2o\/solvers\/csparse\/CMakeFiles\/CMakeRelink.dir\/libg2o_csparse_extension.so\")\n IF(EXISTS \"$ENV{DESTDIR}\/home\/falthiel\/Downloads\/android-toolchain\/user\/lib\/libg2o_csparse_extension.so\" AND\n NOT IS_SYMLINK \"$ENV{DESTDIR}\/home\/falthiel\/Downloads\/android-toolchain\/user\/lib\/libg2o_csparse_extension.so\")\n IF(CMAKE_INSTALL_DO_STRIP)\n EXECUTE_PROCESS(COMMAND \"\/home\/falthiel\/Downloads\/android-toolchain\/bin\/arm-linux-androideabi-strip\" \"$ENV{DESTDIR}\/home\/falthiel\/Downloads\/android-toolchain\/user\/lib\/libg2o_csparse_extension.so\")\n ENDIF(CMAKE_INSTALL_DO_STRIP)\n ENDIF()\nENDIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n\nIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES\n \"\/home\/falthiel\/Downloads\/android-toolchain\/user\/include\/g2o\/solvers\/csparse\/linear_solver_csparse.h;\/home\/falthiel\/Downloads\/android-toolchain\/user\/include\/g2o\/solvers\/csparse\/g2o_csparse_api.h;\/home\/falthiel\/Downloads\/android-toolchain\/user\/include\/g2o\/solvers\/csparse\/g2o_csparse_extension_api.h;\/home\/falthiel\/Downloads\/android-toolchain\/user\/include\/g2o\/solvers\/csparse\/csparse_helper.h\")\n IF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)\n message(WARNING \"ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}\")\n ENDIF (CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)\n IF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)\n message(FATAL_ERROR \"ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}\")\n ENDIF (CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)\nFILE(INSTALL DESTINATION \"\/home\/falthiel\/Downloads\/android-toolchain\/user\/include\/g2o\/solvers\/csparse\" TYPE FILE FILES\n \"\/home\/falthiel\/Downloads\/g2o\/g2o\/solvers\/csparse\/linear_solver_csparse.h\"\n \"\/home\/falthiel\/Downloads\/g2o\/g2o\/solvers\/csparse\/g2o_csparse_api.h\"\n \"\/home\/falthiel\/Downloads\/g2o\/g2o\/solvers\/csparse\/g2o_csparse_extension_api.h\"\n \"\/home\/falthiel\/Downloads\/g2o\/g2o\/solvers\/csparse\/csparse_helper.h\"\n )\nENDIF(NOT CMAKE_INSTALL_COMPONENT OR \"${CMAKE_INSTALL_COMPONENT}\" STREQUAL \"Unspecified\")\n\n","avg_line_length":63.7045454545,"max_line_length":396,"alphanum_fraction":0.818587228}