mirror of
https://github.com/avast/retdec.git
synced 2024-11-27 06:40:29 +00:00
6 lines
132 B
CMake
6 lines
132 B
CMake
|
|
||
|
|
||
|
foreach(component ${retdec_FIND_COMPONENTS})
|
||
|
include(${CMAKE_CURRENT_LIST_DIR}/retdec-${component}-config.cmake)
|
||
|
endforeach()
|