Skip to content

Commit

Permalink
Toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelthoren committed Jan 24, 2023
1 parent 3d22639 commit 6de3d55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Toolchain_arm.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SET(CMAKE_SYSTEM_NAME Linux)
cmake_minimum_required(VERSION 3.10)
SET(CMAKE_C_COMPILER /usr/bin/arm-linux-gnueabihf-gcc)
SET(CMAKE_CXX_COMPILER /usr/bin/arm-linux-gnueabihf-g++)

0 comments on commit 6de3d55

Please sign in to comment.