mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
17c128c59b
Before now the dependency was the other way around
18 lines
405 B
CMake
18 lines
405 B
CMake
#
|
|
# This file is distributed under the MIT License. See LICENSE.md for details.
|
|
#
|
|
|
|
revng_add_library_internal(
|
|
revngModelPasses
|
|
SHARED
|
|
AddPrimitiveTypes.cpp
|
|
AddPrimitiveTypesAnalysis.cpp
|
|
DeduplicateEquivalentTypes.cpp
|
|
FixModel.cpp
|
|
OptionCategory.cpp
|
|
PromoteOriginalName.cpp
|
|
PurgeUnnamedAndUnreachableTypes.cpp
|
|
Verify.cpp)
|
|
|
|
target_link_libraries(revngModelPasses revngModel revngPipes)
|