axmol/core/platform/CMakeLists.txt

178 lines
6.2 KiB
CMake
Raw Normal View History

Squashed commit of the following: commit 59e43a3c80f4af8998e4a14f6463bd7a91617d5f Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Wed Mar 2 15:19:48 2016 -0800 uses new naming convention for projects uses _ instead of - commit f97ba56608d48b17909649c8617ba9047b566196 Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Wed Mar 2 14:49:22 2016 -0800 fooling cmake for real commit 20c2560f75eab952e5131b484284bf20cb07fe07 Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Wed Mar 2 14:43:05 2016 -0800 fooling cmake commit a0ada44bc82941830f6c71219a1492d28c28c306 Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Wed Mar 2 14:26:59 2016 -0800 makes CMake for Mac happy commit 656b4f5e2dd741215a4699db979fe1b0dce60298 Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Wed Mar 2 13:50:15 2016 -0800 linux fix commit fa98aeac8505c764f4a69f15c8a8ff1123fad2a3 Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Wed Mar 2 11:18:18 2016 -0800 links correctly! commit 9c56ce7143d3a35b44d33f246cec093ca9eaa7d9 Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Tue Mar 1 17:44:58 2016 -0800 Squashed commit of the following: commit 2ef52723dae44204c047cb177d5a5670fb659c79 Merge: 8a5c998 25cf1f1 Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Tue Mar 1 16:54:04 2016 -0800 Merge branch 'v3' into cmake_android commit 8a5c9981192e344fffc9f14be5cb14f66eccfa24 Author: Chaoren Lin <chaorenl@google.com> Date: Thu Feb 11 18:34:46 2016 -0800 Fix module name in Android template to match CMake project. commit be85e19e852a9d5fbd6c58cea60c75fe47a5a576 Author: Chaoren Lin <chaorenl@google.com> Date: Thu Feb 11 18:27:45 2016 -0800 Add missing platform specific source file to CMake project. commit 705389ac6582107a381d0cbc56268eaa98ffc5c3 Author: Chaoren Lin <chaorenl@google.com> Date: Wed Feb 10 19:21:12 2016 -0800 Find AndroidNdkModules.cmake relative to android.toolchain.cmake. commit a10075e2cb30af2e1f9a30da99efac880658ad6b Author: Chaoren Lin <chaorenl@google.com> Date: Wed Feb 10 19:03:11 2016 -0800 Remove cpp-empty-test from project templates. commit e070fcbf210b8628f75785e738202a80a95ac0ff Author: WenhaiLin <wenhai.lin@chukong-inc.com> Date: Mon Aug 31 09:56:03 2015 +0800 Fix CMake for Android Target
2016-03-03 08:51:54 +08:00
#/****************************************************************************
# Copyright (c) 2015-2017 Chukong Technologies Inc.
Squashed commit of the following: commit 59e43a3c80f4af8998e4a14f6463bd7a91617d5f Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Wed Mar 2 15:19:48 2016 -0800 uses new naming convention for projects uses _ instead of - commit f97ba56608d48b17909649c8617ba9047b566196 Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Wed Mar 2 14:49:22 2016 -0800 fooling cmake for real commit 20c2560f75eab952e5131b484284bf20cb07fe07 Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Wed Mar 2 14:43:05 2016 -0800 fooling cmake commit a0ada44bc82941830f6c71219a1492d28c28c306 Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Wed Mar 2 14:26:59 2016 -0800 makes CMake for Mac happy commit 656b4f5e2dd741215a4699db979fe1b0dce60298 Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Wed Mar 2 13:50:15 2016 -0800 linux fix commit fa98aeac8505c764f4a69f15c8a8ff1123fad2a3 Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Wed Mar 2 11:18:18 2016 -0800 links correctly! commit 9c56ce7143d3a35b44d33f246cec093ca9eaa7d9 Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Tue Mar 1 17:44:58 2016 -0800 Squashed commit of the following: commit 2ef52723dae44204c047cb177d5a5670fb659c79 Merge: 8a5c998 25cf1f1 Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Tue Mar 1 16:54:04 2016 -0800 Merge branch 'v3' into cmake_android commit 8a5c9981192e344fffc9f14be5cb14f66eccfa24 Author: Chaoren Lin <chaorenl@google.com> Date: Thu Feb 11 18:34:46 2016 -0800 Fix module name in Android template to match CMake project. commit be85e19e852a9d5fbd6c58cea60c75fe47a5a576 Author: Chaoren Lin <chaorenl@google.com> Date: Thu Feb 11 18:27:45 2016 -0800 Add missing platform specific source file to CMake project. commit 705389ac6582107a381d0cbc56268eaa98ffc5c3 Author: Chaoren Lin <chaorenl@google.com> Date: Wed Feb 10 19:21:12 2016 -0800 Find AndroidNdkModules.cmake relative to android.toolchain.cmake. commit a10075e2cb30af2e1f9a30da99efac880658ad6b Author: Chaoren Lin <chaorenl@google.com> Date: Wed Feb 10 19:03:11 2016 -0800 Remove cpp-empty-test from project templates. commit e070fcbf210b8628f75785e738202a80a95ac0ff Author: WenhaiLin <wenhai.lin@chukong-inc.com> Date: Mon Aug 31 09:56:03 2015 +0800 Fix CMake for Android Target
2016-03-03 08:51:54 +08:00
#
2022-10-01 16:24:52 +08:00
# https://axmolengine.github.io/
Squashed commit of the following: commit 59e43a3c80f4af8998e4a14f6463bd7a91617d5f Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Wed Mar 2 15:19:48 2016 -0800 uses new naming convention for projects uses _ instead of - commit f97ba56608d48b17909649c8617ba9047b566196 Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Wed Mar 2 14:49:22 2016 -0800 fooling cmake for real commit 20c2560f75eab952e5131b484284bf20cb07fe07 Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Wed Mar 2 14:43:05 2016 -0800 fooling cmake commit a0ada44bc82941830f6c71219a1492d28c28c306 Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Wed Mar 2 14:26:59 2016 -0800 makes CMake for Mac happy commit 656b4f5e2dd741215a4699db979fe1b0dce60298 Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Wed Mar 2 13:50:15 2016 -0800 linux fix commit fa98aeac8505c764f4a69f15c8a8ff1123fad2a3 Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Wed Mar 2 11:18:18 2016 -0800 links correctly! commit 9c56ce7143d3a35b44d33f246cec093ca9eaa7d9 Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Tue Mar 1 17:44:58 2016 -0800 Squashed commit of the following: commit 2ef52723dae44204c047cb177d5a5670fb659c79 Merge: 8a5c998 25cf1f1 Author: Ricardo Quesada <ricardoquesada@gmail.com> Date: Tue Mar 1 16:54:04 2016 -0800 Merge branch 'v3' into cmake_android commit 8a5c9981192e344fffc9f14be5cb14f66eccfa24 Author: Chaoren Lin <chaorenl@google.com> Date: Thu Feb 11 18:34:46 2016 -0800 Fix module name in Android template to match CMake project. commit be85e19e852a9d5fbd6c58cea60c75fe47a5a576 Author: Chaoren Lin <chaorenl@google.com> Date: Thu Feb 11 18:27:45 2016 -0800 Add missing platform specific source file to CMake project. commit 705389ac6582107a381d0cbc56268eaa98ffc5c3 Author: Chaoren Lin <chaorenl@google.com> Date: Wed Feb 10 19:21:12 2016 -0800 Find AndroidNdkModules.cmake relative to android.toolchain.cmake. commit a10075e2cb30af2e1f9a30da99efac880658ad6b Author: Chaoren Lin <chaorenl@google.com> Date: Wed Feb 10 19:03:11 2016 -0800 Remove cpp-empty-test from project templates. commit e070fcbf210b8628f75785e738202a80a95ac0ff Author: WenhaiLin <wenhai.lin@chukong-inc.com> Date: Mon Aug 31 09:56:03 2015 +0800 Fix CMake for Android Target
2016-03-03 08:51:54 +08:00
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
# ****************************************************************************/
if(ANDROID)
2022-01-04 09:42:10 +08:00
# refer to target: core/platform/android/CMakeLists.txt
2022-08-11 15:41:10 +08:00
set(_AX_PLATFORM_SPECIFIC_SRC
platform/android/Application-android.cpp
platform/android/Common-android.cpp
platform/android/GLViewImpl-android.cpp
platform/android/FileUtils-android.cpp
platform/android/EnhanceAPI-android.cpp
)
elseif(WINDOWS)
if (NOT WINRT)
set(_AX_PLATFORM_SPECIFIC_HEADER
platform/win32/compat/stdint.h
platform/win32/Application-win32.h
platform/win32/GL-win32.h
platform/win32/FileUtils-win32.h
platform/win32/StdC-win32.h
platform/win32/PlatformDefine-win32.h
platform/desktop/GLViewImpl-desktop.h
)
set(_AX_PLATFORM_SPECIFIC_SRC
platform/win32/StdC-win32.cpp
platform/win32/FileUtils-win32.cpp
platform/win32/Common-win32.cpp
platform/win32/Application-win32.cpp
platform/win32/Device-win32.cpp
platform/desktop/GLViewImpl-desktop.cpp
)
else()
file(GLOB _AX_PLATFORM_SPECIFIC_HEADER platform/winrt/*.h)
file(GLOB _AX_PLATFORM_SPECIFIC_SRC platform/winrt/*.cpp)
endif()
elseif(APPLE)
2022-08-11 15:41:10 +08:00
set(_AX_PLATFORM_SPECIFIC_HEADER
platform/apple/FileUtils-apple.h
platform/apple/Device-apple.h
)
2022-08-11 15:41:10 +08:00
set(_AX_PLATFORM_SPECIFIC_SRC
platform/apple/FileUtils-apple.mm
platform/apple/Device-apple.mm
)
if(MACOSX)
2022-08-11 15:41:10 +08:00
set(_AX_PLATFORM_SPECIFIC_HEADER
${_AX_PLATFORM_SPECIFIC_HEADER}
platform/mac/StdC-mac.h
platform/mac/PlatformDefine-mac.h
platform/mac/Application-mac.h
platform/desktop/GLViewImpl-desktop.h
)
2022-08-11 15:41:10 +08:00
set(_AX_PLATFORM_SPECIFIC_SRC
${_AX_PLATFORM_SPECIFIC_SRC}
platform/mac/Application-mac.mm
platform/mac/Common-mac.mm
platform/mac/Device-mac.mm
platform/desktop/GLViewImpl-desktop.cpp
)
set_source_files_properties(platform/desktop/GLViewImpl-desktop.cpp PROPERTIES LANGUAGE OBJCXX)
elseif(IOS)
2022-08-11 15:41:10 +08:00
set(_AX_PLATFORM_SPECIFIC_HEADER
${_AX_PLATFORM_SPECIFIC_HEADER}
platform/ios/Application-ios.h
platform/ios/DirectorCaller-ios.h
platform/ios/EAGLView-ios.h
platform/ios/GLViewImpl-ios.h
platform/ios/PlatformDefine-ios.h
platform/ios/StdC-ios.h
platform/ios/InputView-ios.h
)
2022-08-11 15:41:10 +08:00
set(_AX_PLATFORM_SPECIFIC_SRC
${_AX_PLATFORM_SPECIFIC_SRC}
platform/ios/Application-ios.mm
platform/ios/Common-ios.mm
platform/ios/Device-ios.mm
platform/ios/DirectorCaller-ios.mm
platform/ios/EAGLView-ios.mm
platform/ios/GLViewImpl-ios.mm
platform/ios/Image-ios.mm
platform/ios/InputView-ios.mm
)
if(NOT AX_USE_ANGLE)
2022-08-11 15:41:10 +08:00
set(_AX_PLATFORM_SPECIFIC_HEADER
${_AX_PLATFORM_SPECIFIC_HEADER}
platform/ios/ES2Renderer-ios.h
platform/ios/ES2Renderer-ios.h
platform/ios/ESRenderer-ios.h
platform/ios/GL-ios.h
platform/ios/OpenGL_Internal-ios.h
)
2022-08-11 15:41:10 +08:00
set(_AX_PLATFORM_SPECIFIC_SRC
${_AX_PLATFORM_SPECIFIC_SRC}
platform/ios/ES2Renderer-ios.m
)
endif()
endif()
elseif(LINUX)
if(NOT CMAKE_CROSSCOMPILING)
include_directories(
/usr/include
/usr/include/GLFW
/usr/local/include/GLFW
)
endif(NOT CMAKE_CROSSCOMPILING)
2022-08-11 15:41:10 +08:00
set(_AX_PLATFORM_SPECIFIC_HEADER
platform/linux/Application-linux.h
platform/linux/GL-linux.h
platform/linux/StdC-linux.h
platform/linux/FileUtils-linux.h
platform/linux/PlatformDefine-linux.h
platform/desktop/GLViewImpl-desktop.h
)
2022-08-11 15:41:10 +08:00
set(_AX_PLATFORM_SPECIFIC_SRC
platform/linux/FileUtils-linux.cpp
platform/linux/Common-linux.cpp
platform/linux/Application-linux.cpp
platform/linux/Device-linux.cpp
platform/desktop/GLViewImpl-desktop.cpp
)
endif()
2022-08-11 15:41:10 +08:00
set(_AX_PLATFORM_HEADER
${_AX_PLATFORM_SPECIFIC_HEADER}
platform/Application.h
platform/ApplicationProtocol.h
platform/Common.h
platform/Device.h
platform/FileUtils.h
platform/GL.h
platform/GLView.h
platform/Image.h
platform/PlatformConfig.h
platform/PlatformDefine.h
platform/PlatformMacros.h
platform/SAXParser.h
platform/StdC.h
platform/FileStream.h
platform/PosixFileStream.h
)
2022-08-11 15:41:10 +08:00
set(_AX_PLATFORM_SRC
${_AX_PLATFORM_SPECIFIC_SRC}
platform/SAXParser.cpp
platform/GLView.cpp
platform/FileUtils.cpp
platform/Image.cpp
platform/FileStream.cpp
platform/PosixFileStream.cpp
)