diff --git a/.gitignore b/.gitignore index c517d339..f94c0ecd 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,6 @@ doc/xml/ *.suo *.tlog *.unsuccessfulbuild -*.vcxproj \ No newline at end of file +*.vcxproj +build/ + diff --git a/build/MathGeoLibConfig.cmake b/build/MathGeoLibConfig.cmake deleted file mode 100644 index 1244173b..00000000 --- a/build/MathGeoLibConfig.cmake +++ /dev/null @@ -1,13 +0,0 @@ -# - Config file for the MathGeoLib package - -# Compute paths -get_filename_component(MATHGEOLIB_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) -set(MATHGEOLIB_INCLUDE_DIRS "/home/aurelien/dev/lib/MathGeoLib;/home/aurelien/dev/lib/MathGeoLib/build") - -# Our library dependencies (contains definitions for IMPORTED targets) -if(NOT TARGET MathGeoLib) - include("${MATHGEOLIB_CMAKE_DIR}/MathGeoLibTargets.cmake") -endif() - -# These are IMPORTED targets created by MathGeoLibTargets.cmake -set(MATHGEOLIB_LIBRARIES MathGeoLib) diff --git a/build/MathGeoLibConfigVersion.cmake b/build/MathGeoLibConfigVersion.cmake deleted file mode 100644 index 58449c82..00000000 --- a/build/MathGeoLibConfigVersion.cmake +++ /dev/null @@ -1,11 +0,0 @@ -set(PACKAGE_VERSION "1.5.0") - -# Check whether the requested PACKAGE_FIND_VERSION is compatible -if("${PACKAGE_VERSION}" VERSION_LESS "${PACKAGE_FIND_VERSION}") - set(PACKAGE_VERSION_COMPATIBLE FALSE) -else() - set(PACKAGE_VERSION_COMPATIBLE TRUE) - if ("${PACKAGE_VERSION}" VERSION_EQUAL "${PACKAGE_FIND_VERSION}") - set(PACKAGE_VERSION_EXACT TRUE) - endif() -endif() diff --git a/build/MathGeoLibTargets.cmake b/build/MathGeoLibTargets.cmake deleted file mode 100644 index 5088b3ef..00000000 --- a/build/MathGeoLibTargets.cmake +++ /dev/null @@ -1,60 +0,0 @@ -# Generated by CMake - -if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5) - message(FATAL_ERROR "CMake >= 2.6.0 required") -endif() -cmake_policy(PUSH) -cmake_policy(VERSION 2.6) -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Protect against multiple inclusion, which would fail when already imported targets are added once more. -set(_targetsDefined) -set(_targetsNotDefined) -set(_expectedTargets) -foreach(_expectedTarget MathGeoLib) - list(APPEND _expectedTargets ${_expectedTarget}) - if(NOT TARGET ${_expectedTarget}) - list(APPEND _targetsNotDefined ${_expectedTarget}) - endif() - if(TARGET ${_expectedTarget}) - list(APPEND _targetsDefined ${_expectedTarget}) - endif() -endforeach() -if("${_targetsDefined}" STREQUAL "${_expectedTargets}") - unset(_targetsDefined) - unset(_targetsNotDefined) - unset(_expectedTargets) - set(CMAKE_IMPORT_FILE_VERSION) - cmake_policy(POP) - return() -endif() -if(NOT "${_targetsDefined}" STREQUAL "") - message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n") -endif() -unset(_targetsDefined) -unset(_targetsNotDefined) -unset(_expectedTargets) - - -# Create imported target MathGeoLib -add_library(MathGeoLib STATIC IMPORTED) - -# Import target "MathGeoLib" for configuration "" -set_property(TARGET MathGeoLib APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) -set_target_properties(MathGeoLib PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C;CXX" - IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "rt" - IMPORTED_LOCATION_NOCONFIG "/home/aurelien/dev/lib/MathGeoLib/build/libMathGeoLib.a" - ) - -# This file does not depend on other imported targets which have -# been exported from the same project but in a separate export set. - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) -cmake_policy(POP) diff --git a/build/cmake_install.cmake b/build/cmake_install.cmake deleted file mode 100644 index 2231f1fb..00000000 --- a/build/cmake_install.cmake +++ /dev/null @@ -1,106 +0,0 @@ -# Install script for directory: /home/aurelien/dev/lib/MathGeoLib - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/aurelien/dev/lib/MathGeoLib/build/libMathGeoLib.a") -endif() - -if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/MathGeoLib" TYPE DIRECTORY FILES "/home/aurelien/dev/lib/MathGeoLib/src/" FILES_MATCHING REGEX "/[^/]*\\.h$") -endif() - -if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/MathGeoLib" TYPE DIRECTORY FILES "/home/aurelien/dev/lib/MathGeoLib/src/" FILES_MATCHING REGEX "/[^/]*\\.inl$") -endif() - -if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "dev" OR NOT CMAKE_INSTALL_COMPONENT) - list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES - "/usr/local/lib/cmake/MathGeoLib/MathGeoLibConfig.cmake;/usr/local/lib/cmake/MathGeoLib/MathGeoLibConfigVersion.cmake") - if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) - message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") - endif() - if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) - message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") - endif() -file(INSTALL DESTINATION "/usr/local/lib/cmake/MathGeoLib" TYPE FILE FILES - "/home/aurelien/dev/lib/MathGeoLib/build/CMakeFiles/MathGeoLibConfig.cmake" - "/home/aurelien/dev/lib/MathGeoLib/build/MathGeoLibConfigVersion.cmake" - ) -endif() - -if("${CMAKE_INSTALL_COMPONENT}" STREQUAL "dev" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}/usr/local/lib/cmake/MathGeoLib/MathGeoLibTargets.cmake") - file(DIFFERENT EXPORT_FILE_CHANGED FILES - "$ENV{DESTDIR}/usr/local/lib/cmake/MathGeoLib/MathGeoLibTargets.cmake" - "/home/aurelien/dev/lib/MathGeoLib/build/CMakeFiles/Export/_usr/local/lib/cmake/MathGeoLib/MathGeoLibTargets.cmake") - if(EXPORT_FILE_CHANGED) - file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}/usr/local/lib/cmake/MathGeoLib/MathGeoLibTargets-*.cmake") - if(OLD_CONFIG_FILES) - message(STATUS "Old export file \"$ENV{DESTDIR}/usr/local/lib/cmake/MathGeoLib/MathGeoLibTargets.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") - file(REMOVE ${OLD_CONFIG_FILES}) - endif() - endif() - endif() - list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES - "/usr/local/lib/cmake/MathGeoLib/MathGeoLibTargets.cmake") - if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) - message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") - endif() - if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) - message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") - endif() -file(INSTALL DESTINATION "/usr/local/lib/cmake/MathGeoLib" TYPE FILE FILES "/home/aurelien/dev/lib/MathGeoLib/build/CMakeFiles/Export/_usr/local/lib/cmake/MathGeoLib/MathGeoLibTargets.cmake") - if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$") - list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES - "/usr/local/lib/cmake/MathGeoLib/MathGeoLibTargets-noconfig.cmake") - if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) - message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") - endif() - if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) - message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") - endif() -file(INSTALL DESTINATION "/usr/local/lib/cmake/MathGeoLib" TYPE FILE FILES "/home/aurelien/dev/lib/MathGeoLib/build/CMakeFiles/Export/_usr/local/lib/cmake/MathGeoLib/MathGeoLibTargets-noconfig.cmake") - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT) - set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") -else() - set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -file(WRITE "/home/aurelien/dev/lib/MathGeoLib/build/${CMAKE_INSTALL_MANIFEST}" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/build/libMathGeoLib.a b/build/libMathGeoLib.a deleted file mode 100644 index 6972efb3..00000000 Binary files a/build/libMathGeoLib.a and /dev/null differ