Rodrigo Arias
5404cc5e83
The public includes are now in include/ and in internal includes in src/include/. The ovni* tools are moved to emu/ovni*.c and liked with the emu static library.
7 lines
201 B
CMake
7 lines
201 B
CMake
# Copyright (c) 2021-2022 Barcelona Supercomputing Center (BSC)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
|
|
|
install(FILES ovni.h DESTINATION include)
|