fsfw/unittests/testcfg/rtems/cmake/Platform/a72_lp64_qemu.cmake
Ulrich Mohr 6adabb059a
All checks were successful
fsfw/fsfw/pipeline/head This commit looks good
fixing rtems cmake config
2023-01-19 16:27:10 +01:00

4 lines
233 B
CMake

add_compile_options("-mcpu=cortex-a72" "-I/opt/rtems/6/aarch64-rtems6/a72_lp64_qemu/lib/include" "-I${CMAKE_SOURCE_DIR}/unittests/testcfg/rtems/include")
add_link_options("-B/opt/rtems/6/aarch64-rtems6/a72_lp64_qemu/lib" "-qrtems")