mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-16 03:44:56 +02:00
7 lines
255 B
CMake
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()
|