Rodrigo Arias
ddbb7dd9f4
Adds forwards declarations in headers and includes all headers in sources, even if they are found by transitive includes.
14 lines
330 B
CMake
14 lines
330 B
CMake
# Copyright (c) 2022-2023 Barcelona Supercomputing Center (BSC)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
function(test_emu)
|
|
ovni_test(${ARGN})
|
|
target_link_libraries("${OVNI_TEST_NAME}"
|
|
PRIVATE instr-static)
|
|
endfunction()
|
|
|
|
add_subdirectory(common)
|
|
add_subdirectory(ovni)
|
|
add_subdirectory(nosv)
|
|
add_subdirectory(nanos6)
|