Files
revng-revng/lib/FunctionCallIdentification/CMakeLists.txt
T
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

12 lines
277 B
CMake

#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
revng_add_library_internal(revngFunctionCallIdentification
STATIC
FunctionCallIdentification.cpp)
target_link_libraries(revngFunctionCallIdentification
revngSupport
revngBasicAnalyses)