Browse Source
CMake: include
Signed-off-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
pull/3000/head
Caio Oliveira
3 months ago
No known key found for this signature in database
GPG Key ID: 362DA3DC1901E080
3 changed files with
3 additions and
1 deletions
-
CMakeLists.txt
-
CMakeModules/DisableCCacheForPackage.cmake
-
externals/CMakeLists.txt
|
|
|
@ -173,7 +173,8 @@ if (YUZU_STATIC_BUILD) |
|
|
|
endif() |
|
|
|
endif() |
|
|
|
|
|
|
|
# This will be used for CI packages, cause we need to build symbols |
|
|
|
# This will mostly be used for CI packages, cause we need to build symbols |
|
|
|
include(DisableCCacheForPackage) |
|
|
|
set(IS_DEBUG_BUILD OFF) |
|
|
|
if (CMAKE_BUILD_TYPE MATCHES "Debug|RelWithDebInfo") |
|
|
|
set(IS_DEBUG_BUILD ON) |
|
|
|
|
|
|
|
@ -8,6 +8,7 @@ |
|
|
|
# otherwise we have to do weird shenanigans with library linking and stuff |
|
|
|
|
|
|
|
include(CPMUtil) |
|
|
|
include(DisableCCacheForPackage) |
|
|
|
|
|
|
|
# Explicitly declare this option here to propagate to the oaknut CPM call |
|
|
|
option(DYNARMIC_TESTS "Build tests" ${BUILD_TESTING}) |
|
|
|
|