Rodrigo Arias
cd2e844066
Some systems will define the library path as lib64. Also update other install commands to use the values discovered by the GNUInstallDirs module.
7 lines
221 B
CMake
7 lines
221 B
CMake
# Copyright (c) 2021-2023 Barcelona Supercomputing Center (BSC)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
|
|
|
install(FILES ovni.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
|