Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 5dfcd18a authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

take into account mathieu's remarks

parent 4f2ab2fc
No related branches found
No related tags found
No related merge requests found
### ###
# #
# @copyright 2017-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # @copyright 2017-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
# Univ. Bordeaux. All rights reserved. # Univ. Bordeaux. All rights reserved.
# @copyright 2020 Inria. All rights reserved.
# #
# @version 0.1.0 # @version 0.1.0
# @author Mathieu Faverge # @author Mathieu Faverge
......
### ###
# #
# @copyright (c) 2012-2017 Inria. All rights reserved. # @copyright (c) 2012-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
# #
### ###
# #
......
### ###
# #
# @copyright 2017-2019 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # @copyright 2017-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
# Univ. Bordeaux. All rights reserved. # Univ. Bordeaux. All rights reserved.
# @copyright 2020 Inria. All rights reserved.
# #
# @version 0.1.0 # @version 0.1.0
# @author Mathieu Faverge # @author Mathieu Faverge
...@@ -18,6 +17,7 @@ set(HEADER_LIST ...@@ -18,6 +17,7 @@ set(HEADER_LIST
${HQR_SOURCE_DIR}/include/libhqr_internal.h ${HQR_SOURCE_DIR}/include/libhqr_internal.h
${HQR_SOURCE_DIR}/include/libhqr_queue.h ${HQR_SOURCE_DIR}/include/libhqr_queue.h
) )
set(SOURCE_LIST set(SOURCE_LIST
# Low level tree functions # Low level tree functions
low_flat.c low_flat.c
......
...@@ -8,13 +8,5 @@ set_and_check(HQR_LIB_DIR "@PACKAGE_LIB_INSTALL_DIR@") ...@@ -8,13 +8,5 @@ set_and_check(HQR_LIB_DIR "@PACKAGE_LIB_INSTALL_DIR@")
check_required_components(HQR) check_required_components(HQR)
# This commented material could be useful later
#include(CMakeFindDependencyMacro)
# Same syntax as find_package
#find_dependency(MYDEP REQUIRED)
# Any extra setup
# Add the targets file # Add the targets file
include("${CMAKE_CURRENT_LIST_DIR}/HQRTargets.cmake") include("${CMAKE_CURRENT_LIST_DIR}/HQRTargets.cmake")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment