Files
revng-revng/lib/FunctionCallIdentification/CMakeLists.txt
Alessandro Di Federico 2b55d1df22 Adopt cmake-format
2022-03-17 18:52:18 +01:00

11 lines
319 B
CMake

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