ADD: added build and push script and added the possibility to order contacts

This commit is contained in:
Henry Winkel
2023-10-27 14:23:29 +02:00
parent 3340178c9f
commit 1cf8906470
10 changed files with 94 additions and 14 deletions

View File

@@ -28,6 +28,7 @@ IF(NOT TARGET SimCore)
ENDIF()
IF(NOT TARGET KubeControl)
set(TEST_KUBECONTROL_LIBRARY OFF CACHE BOOL "disable testing")
add_subdirectory(libs/KubeControl EXCLUDE_FROM_ALL)
ENDIF()