OSDN Git Service

[Build][CMake] Add PC98RL,XL.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Wed, 16 May 2018 05:59:29 +0000 (14:59 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Wed, 16 May 2018 05:59:29 +0000 (14:59 +0900)
source/build-cmake/pc98rl/CMakeLists.txt [new file with mode: 0644]
source/build-cmake/pc98xl/CMakeLists.txt [new file with mode: 0644]

diff --git a/source/build-cmake/pc98rl/CMakeLists.txt b/source/build-cmake/pc98rl/CMakeLists.txt
new file mode 100644 (file)
index 0000000..579423c
--- /dev/null
@@ -0,0 +1,18 @@
+# Build Common Sourcecode Project, Agar.
+# (C) 2014 K.Ohta <whatisthis.sowhat@gmail.com>
+# This is part of , but license is apache 2.2,
+# this part was written only me.
+
+cmake_minimum_required (VERSION 2.8)
+cmake_policy(SET CMP0011 NEW)
+
+message("")
+message("** Start of configure CommonSourceProject,PC98RL, Qt **")
+message("")
+
+set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../cmake")
+
+project (emupc98rl)
+
+set(BUILD_PC98RL ON CACHE BOOL "Build on PC98RL")
+include(config_emupc9801)
diff --git a/source/build-cmake/pc98xl/CMakeLists.txt b/source/build-cmake/pc98xl/CMakeLists.txt
new file mode 100644 (file)
index 0000000..31a14b5
--- /dev/null
@@ -0,0 +1,18 @@
+# Build Common Sourcecode Project, Agar.
+# (C) 2014 K.Ohta <whatisthis.sowhat@gmail.com>
+# This is part of , but license is apache 2.2,
+# this part was written only me.
+
+cmake_minimum_required (VERSION 2.8)
+cmake_policy(SET CMP0011 NEW)
+
+message("")
+message("** Start of configure CommonSourceProject,PC98XL, Qt **")
+message("")
+
+set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../cmake")
+
+project (emupc98xl)
+
+set(BUILD_PC98XL ON CACHE BOOL "Build on PC98XL")
+include(config_emupc9801)