mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
8d664c1588
This commit replicates the structure of the install directory into the build directory in order to simplify the management of RPATHs. This commit also drop `QEMU_INSTALL_PATH`.
14 lines
332 B
CMake
14 lines
332 B
CMake
#
|
|
# This file is distributed under the MIT License. See LICENSE.md for details.
|
|
#
|
|
|
|
revng_add_library_internal(revngUnitTestHelpers
|
|
STATIC
|
|
DotGraphObject.cpp)
|
|
|
|
target_link_libraries(revngUnitTestHelpers
|
|
revngSupport ${LLVM_LIBRARIES})
|
|
|
|
target_include_directories(revngUnitTestHelpers
|
|
INTERFACE $<INSTALL_INTERFACE:include/>)
|