ovni/include/CMakeLists.txt
Rodrigo Arias cd2e844066 Use the installation directories provided by cmake
Some systems will define the library path as lib64. Also update other
install commands to use the values discovered by the GNUInstallDirs
module.
2023-07-05 12:52:56 +02:00

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})