Files
revng-revng/lib/UnitTestHelpers/CMakeLists.txt
Alessandro Di Federico 8d664c1588 Fix RPATHs
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`.
2019-09-04 11:52:07 +02:00

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