Files
ec-controller/cmake/install-rules.cmake

9 lines
136 B
CMake

install(
TARGETS ec-controller_exe
RUNTIME COMPONENT ec-controller_Runtime
)
if(PROJECT_IS_TOP_LEVEL)
include(CPack)
endif()