diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/triage/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | examples/uinotification/CMakeLists.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/examples/triage/CMakeLists.txt b/examples/triage/CMakeLists.txt index e2c9e563..4b55bc8f 100644 --- a/examples/triage/CMakeLists.txt +++ b/examples/triage/CMakeLists.txt @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.9 FATAL_ERROR) project(triage) +set(CMAKE_OSX_ARCHITECTURES x86_64) + file(GLOB SOURCES *.cpp *.h) diff --git a/examples/uinotification/CMakeLists.txt b/examples/uinotification/CMakeLists.txt index 3dbf3c72..9858dd68 100644 --- a/examples/uinotification/CMakeLists.txt +++ b/examples/uinotification/CMakeLists.txt @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR) project(uinotification) +set(CMAKE_OSX_ARCHITECTURES x86_64) + find_package(Qt5 COMPONENTS Core Gui Widgets REQUIRED) file(GLOB SOURCES |
