forked from gongminmin/KlayGE
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Engineering: One single solution for all projects (Github gongminmin#187
- Loading branch information
1 parent
9309aba
commit 69e44b3
Showing
92 changed files
with
323 additions
and
437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
set(KLAYGE_CMAKE_MODULE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/Modules") | ||
list(APPEND CMAKE_MODULE_PATH "${KLAYGE_CMAKE_MODULE_DIR}") | ||
|
||
project(KlayGE) | ||
|
||
cmake_minimum_required(VERSION 3.9) | ||
|
||
set(KLAYGE_MAJOR_VERSION 4) | ||
set(KLAYGE_MINOR_VERSION 14) | ||
set(KLAYGE_PATCH_VERSION 0) | ||
set(KLAYGE_VERSION ${KLAYGE_MAJOR_VERSION}.${KLAYGE_MINOR_VERSION}.${KLAYGE_PATCH_VERSION}) | ||
|
||
set(KLAYGE_ROOT_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../..") | ||
|
||
include(${KLAYGE_CMAKE_MODULE_DIR}/Common.cmake) | ||
include(${KLAYGE_CMAKE_MODULE_DIR}/Platform.cmake) | ||
include(${KLAYGE_CMAKE_MODULE_DIR}/Compiler.cmake) | ||
|
||
set(KLAYGE_BIN_DIR "${KLAYGE_ROOT_DIR}/KlayGE/bin/${KLAYGE_PLATFORM_NAME}") | ||
|
||
set_property(GLOBAL PROPERTY USE_FOLDERS ON) | ||
|
||
add_subdirectory(${KLAYGE_ROOT_DIR}/External/Build/CMake ${CMAKE_CURRENT_BINARY_DIR}/External EXCLUDE_FROM_ALL) | ||
if(NOT KLAYGE_PLATFORM_WINDOWS_STORE) | ||
add_subdirectory(${KLAYGE_ROOT_DIR}/glloader/Build/CMake ${CMAKE_CURRENT_BINARY_DIR}/glloader) | ||
endif() | ||
add_subdirectory(${KLAYGE_ROOT_DIR}/KFL/Build/CMake ${CMAKE_CURRENT_BINARY_DIR}/KFL) | ||
if(KLAYGE_IS_DEV_PLATFORM) | ||
add_subdirectory(${KLAYGE_ROOT_DIR}/DXBC2GLSL/Build/CMake ${CMAKE_CURRENT_BINARY_DIR}/DXBC2GLSL) | ||
endif() | ||
add_subdirectory(${KLAYGE_ROOT_DIR}/kfont/Build/CMake ${CMAKE_CURRENT_BINARY_DIR}/kfont) | ||
add_subdirectory(${KLAYGE_ROOT_DIR}/KlayGE/Build/CMake ${CMAKE_CURRENT_BINARY_DIR}/KlayGE) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.