1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-16 03:44:56 +02:00
antelope-keygen/cmake/CPackProperties.cmake.in

7 lines
255 B
CMake

# Include component specific config
foreach( component @CPACK_COMPONENTS_ALL@ )
if (EXISTS "@CMAKE_CURRENT_BINARY_DIR@/${component}/CPackProperties.cmake")
include("@CMAKE_CURRENT_BINARY_DIR@/${component}/CPackProperties.cmake")
endif()
endforeach()