Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@linux-l86e.site>2012-09-20 11:19:26 +0400
committerDaniel Molkentin <danimo@owncloud.com>2012-09-20 19:31:18 +0400
commit663a1886e908661ecf1097c5c9b76ecad8670d2e (patch)
treeeca3b6e28937d6ffbeb206201d85ec0ed8ec4352 /CPackOptions.cmake.in
parent1a603bd8002e8f55759a25bb77bd43060c59bb18 (diff)
CMake: Centralize all application-specific parameters.
Diffstat (limited to 'CPackOptions.cmake.in')
-rw-r--r--CPackOptions.cmake.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/CPackOptions.cmake.in b/CPackOptions.cmake.in
index 0b3fa25b4..9218a1bec 100644
--- a/CPackOptions.cmake.in
+++ b/CPackOptions.cmake.in
@@ -10,6 +10,11 @@ endif(CPACK_GENERATOR MATCHES "NSIS")
set( CMAKE_SOURCE_DIR @CMAKE_SOURCE_DIR@ )
set( CMAKE_BINARY_DIR @CMAKE_BINARY_DIR@ )
+if ( EXISTS "${CMAKE_SOURCE_DIR}/OEM.cmake" )
+ include ( "${CMAKE_SOURCE_DIR}/OEM.cmake" )
+else ()
+ include ( "${CMAKE_SOURCE_DIR}/OWNCLOUD.cmake" )
+endif()
set( CSYNC_BINARY_DIR @CSYNC_BINARY_DIR@ )
set( MINGW_ROOT @CMAKE_FIND_ROOT_PATH@ )