CMakeLists.txt fix for paths in STM environment
This commit is contained in:
parent
33ae3b19a5
commit
2876fb973e
@ -663,6 +663,8 @@ if (WIN32)
|
|||||||
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/src/windows)
|
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/src/windows)
|
||||||
endif (WIN32)
|
endif (WIN32)
|
||||||
|
|
||||||
|
|
||||||
|
# These workspace folders need to be set by hand for now. A variable could have been created for the purpose, indicating error if not set
|
||||||
if (FREERTOS)
|
if (FREERTOS)
|
||||||
target_include_directories (glog PUBLIC
|
target_include_directories (glog PUBLIC
|
||||||
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src/freertos>"
|
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src/freertos>"
|
||||||
@ -670,11 +672,9 @@ if (FREERTOS)
|
|||||||
if (HAVE_FREERTOS_THREADS)
|
if (HAVE_FREERTOS_THREADS)
|
||||||
target_include_directories (glog
|
target_include_directories (glog
|
||||||
PRIVATE
|
PRIVATE
|
||||||
/home/dev/programs/xilinx/SDK/2019.1/data/embeddedsw/ThirdParty/bsp/freertos10_xilinx_v1_3/src/Source/include
|
C:/Users/Juho/STM32CubeIDE/STM32/interlas_dev/Core/Inc
|
||||||
/home/dev/programs/xilinx/SDK/2019.1/data/embeddedsw/lib/bsp/standalone_v7_0/src/arm/cortexr5/platform/ZynqMP
|
C:/Users/Juho/STM32CubeIDE/STM32/interlas_dev/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F
|
||||||
/home/dev/programs/xilinx/SDK/2019.1/data/embeddedsw/XilinxProcessorIPLib/drivers/common_v1_00_a/src
|
C:/Users/Juho/STM32CubeIDE/STM32/interlas_dev/Middlewares/Third_Party/FreeRTOS/Source/include
|
||||||
/home/dev/programs/xilinx/SDK/2019.1/data/embeddedsw/ThirdParty/bsp/freertos10_xilinx_v1_3/src/Source/portable/GCC/ARM_CR5
|
|
||||||
/home/dev/programs/xilinx/SDK/2019.1/data/embeddedsw/lib/bsp/standalone_v7_0/src/common
|
|
||||||
)
|
)
|
||||||
endif (HAVE_FREERTOS_THREADS)
|
endif (HAVE_FREERTOS_THREADS)
|
||||||
endif (FREERTOS)
|
endif (FREERTOS)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user