Files
revng-revng/cmake/revngConfig.cmake
2022-04-20 09:55:18 +02:00

8 lines
242 B
CMake

#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
get_filename_component(revng_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
include("${revng_CMAKE_DIR}/revng.cmake")
include("${revng_CMAKE_DIR}/Common.cmake")