ADD: added functionality to show the position in a simtrack of a connected ship

This commit is contained in:
Henry Winkel
2023-08-10 17:18:10 +02:00
parent 5739585b90
commit bbf4be8108
4 changed files with 125 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.1 FATAL_ERROR)
project (EntitiyManager VERSION 0.1.0 LANGUAGES CXX C)
project (SimControlApplication VERSION 0.1.0 LANGUAGES CXX C)
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules)
include(defaultOptions)
@@ -58,6 +58,11 @@ target_link_libraries(SimControlApplication
SimControl
)
add_custom_command(TARGET SimControlApplication POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory
${CMAKE_CURRENT_SOURCE_DIR}/libs/EntityLibrary/libs/KubeControl/docs $<TARGET_FILE_DIR:${PROJECT_NAME}>/docs)
# target_include_directories(EntitiyManagerApplication
# PRIVATE
# src)