Files
revng-revng/tools/model/import/dwarf/CMakeLists.txt
Alessandro Di Federico 3980ee3fad Introduce model tools
2022-01-31 16:28:14 +01:00

13 lines
226 B
CMake

#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
revng_add_executable(revng-model-import-dwarf
Main.cpp
)
target_link_libraries(revng-model-import-dwarf
revngModel
revngDwarfImporter
)