summaryrefslogtreecommitdiffstats
path: root/cmake/CommonConfigOptions.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/CommonConfigOptions.cmake')
-rw-r--r--cmake/CommonConfigOptions.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmake/CommonConfigOptions.cmake b/cmake/CommonConfigOptions.cmake
index 8d7f485..66924e8 100644
--- a/cmake/CommonConfigOptions.cmake
+++ b/cmake/CommonConfigOptions.cmake
@@ -28,9 +28,10 @@ if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "project default")
endif()
+include(PlatformDefaults)
include(PreventInSourceBuilds)
include(GNUInstallDirsWrapper)
include(MSVCRuntime)
include(ConfigureRPATH)
include(ClangTidy)
-
+include(AddTargetWithResourceFile)