Skip to content

Commit

Permalink
arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
RayDeeUx authored Jun 24, 2024
1 parent 1824319 commit a1352b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.21)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_OSX_ARCHITECTURES "x86_64")
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64")
set(CMAKE_CXX_VISIBILITY_PRESET hidden)

project(WholesomeEndTexts VERSION 1.1.0)
project(WholesomeEndTexts VERSION 1.0.0)

add_library(${PROJECT_NAME} SHARED
src/main.cpp
Expand Down

0 comments on commit a1352b2

Please sign in to comment.