OSDN Git Service

[BUILD][CMAKE] Remove older build scripts.
[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
deleted file mode 100644 (file)
index 67fc98c..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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)