some fixes, launch configs added

This commit is contained in:
2020-12-29 14:53:34 +01:00
committed by Robin.Mueller
parent 45ef1abc9d
commit 25de1438ce
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)