Files
revng-revng/lib/Model/Pass/CMakeLists.txt
Pietro Fezzardi 7f65b1117a New AddPrimitiveTypesPipe
This pipe is executed during the Lift step and populates the model with
all the required primitive types.
2022-04-12 16:40:27 +02:00

17 lines
383 B
CMake

#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
revng_add_library_internal(
revngModelPasses
SHARED
AddPrimitiveTypes.cpp
ConvertFunctionTypes.cpp
DeduplicateEquivalentTypes.cpp
OptionCategory.cpp
PromoteOriginalName.cpp
PurgeUnnamedAndUnreachableTypes.cpp
Verify.cpp)
target_link_libraries(revngModelPasses revngABI revngModel)