ADD: added a podcontroller and test for the first basic usage
This commit is contained in:
@@ -89,6 +89,10 @@ target_include_directories(kubecontrol PUBLIC
|
||||
add_custom_command(TARGET kubecontrol POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_directory
|
||||
${CMAKE_SOURCE_DIR}/config $<TARGET_FILE_DIR:${PROJECT_NAME}>/config)
|
||||
|
||||
add_custom_command(TARGET kubecontrol POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_directory
|
||||
${CMAKE_SOURCE_DIR}/docs $<TARGET_FILE_DIR:${PROJECT_NAME}>/docs)
|
||||
#
|
||||
# Everything TEST related
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user