OSDN Git Service

[BUILD][CMAKE] Add FM77AV40EX.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 14 Sep 2015 06:10:05 +0000 (15:10 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 14 Sep 2015 06:10:05 +0000 (15:10 +0900)
source/build-cmake/fm77av40ex/CMakeLists.txt [new file with mode: 0644]

diff --git a/source/build-cmake/fm77av40ex/CMakeLists.txt b/source/build-cmake/fm77av40ex/CMakeLists.txt
new file mode 100644 (file)
index 0000000..111f10c
--- /dev/null
@@ -0,0 +1,28 @@
+# 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)
+
+set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../cmake")
+
+project (emufm77avex)
+
+
+set(BUILD_FM77AV40EX ON CACHE BOOL "Build for FM77AV40EX")
+
+include(config_emufm7)
+
+include(config_commonsource)
+
+add_subdirectory(../../src/vm/fm7 vm/fm7)
+add_subdirectory(../../src/vm/fmgen vm/fmgen)
+add_subdirectory(../../src/qt/fm7 qt/fm7)
+                           
+add_subdirectory(../../src/qt/common qt/common)
+
+if(USE_SSE2)
+#  add_subdirectory(../../src/vm/fm7/vram/sse2 vm/fm7/vram/sse2)
+endif()