Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Iseink committed Apr 10, 2024
1 parent 3cb54d5 commit ffe4a0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Project-level configuration.
cmake_minimum_required(VERSION 3.10)
set(TARGET_ARCHITECTURE "arm64")
set(CMAKE_EXE_LINKER_FLAGS "-fuse-ld=gold")
set(CMAKE_CXX_COMPILER aarch64-linux-gnu-g++)
project(runner LANGUAGES CXX)

# The name of the executable created for the application. Change this to change
Expand Down

0 comments on commit ffe4a0e

Please sign in to comment.