ADD: added functionality to show the position in a simtrack of a connected ship
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user