some fixes, launch configs added

This commit is contained in:
2020-12-29 14:53:34 +01:00
parent 7afd80d0ab
commit a8edb34931
6 changed files with 35 additions and 0 deletions

View File

@ -61,6 +61,8 @@ if(TGT_BSP)
message(WARNING "CMake not configured for this target!")
message(FATAL_ERROR "Target: ${TGT_BSP}!")
endif()
else()
set(BSP_PATH "bsp_hosted")
endif()
set(BSP_PATH ${BSP_PATH} PARENT_SCOPE)

0
cmake/scripts/Linux/create_cmake_debug_cfg.sh Normal file → Executable file
View File

0
cmake/scripts/Linux/create_cmake_release_cfg.sh Normal file → Executable file
View File

0
cmake/scripts/Linux/create_cmake_relwithdeb_cfg.sh Normal file → Executable file
View File

0
cmake/scripts/Linux/create_cmake_size_cfg.sh Normal file → Executable file
View File