OSDN Git Service

[Build][CMake][PC9801] Update CMakeLists.txt .
[csp-qt/common_source_project-fm7.git] / source / build-cmake / pc9801ra / CMakeLists.txt
diff --git a/source/build-cmake/pc9801ra/CMakeLists.txt b/source/build-cmake/pc9801ra/CMakeLists.txt
new file mode 100644 (file)
index 0000000..67fc98c
--- /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,PC9801RA, Qt **")
+message("")
+
+set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../cmake")
+
+project (emupc9801ra)
+
+set(BUILD_PC9801RA ON CACHE BOOL "Build on PC9801RA")
+include(config_emupc9801)