mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
0f6b6e00bd
Add a new `revng` command that allows to initialize a resume directory.
14 lines
310 B
CMake
14 lines
310 B
CMake
#
|
|
# This file is distributed under the MIT License. See LICENSE.md for details.
|
|
#
|
|
|
|
revng_add_executable(pipeline Main.cpp)
|
|
|
|
target_link_libraries(pipeline revngPipeline revngPipes)
|
|
|
|
add_subdirectory(invalidate)
|
|
add_subdirectory(artifact)
|
|
add_subdirectory(analyze)
|
|
add_subdirectory(pipe)
|
|
add_subdirectory(init)
|