#5370 Unity Build : Add config for AppFwk

This commit is contained in:
Magne Sjaastad
2020-01-23 13:37:29 +01:00
parent 70cbb7fe3f
commit 4e3a894464
13 changed files with 77 additions and 0 deletions

View File

@@ -2,6 +2,12 @@ cmake_minimum_required (VERSION 2.8.12)
project (cafProjectDataModel)
# Unity Build
if (CAF_ENABLE_UNITY_BUILD)
message("Cmake Unity build is enabled on : ${PROJECT_NAME}")
set(CMAKE_UNITY_BUILD true)
endif()
# Qt
if (CEE_USE_QT5)
find_package(Qt5 COMPONENTS REQUIRED Core Gui Widgets)