OSDN Git Service

[VM][FMTOWNS] Some devices are enabled to compile.
[csp-qt/common_source_project-fm7.git] / source / build-cmake / fmtowns_2h / CMakeLists.txt
1 # Build Common Sourcecode Project, Agar.
2 # (C) 2014 K.Ohta <whatisthis.sowhat@gmail.com>
3 # This is part of , but license is apache 2.2,
4 # this part was written only me.
5
6 cmake_minimum_required (VERSION 2.8)
7 cmake_policy(SET CMP0011 NEW)
8
9
10 project (emufmtowns_2h)
11 set(CMAKE_MODULE_PATH "${emufmtowns_2h_SOURCE_DIR}/../cmake")
12
13 set(BUILD_FMTOWNS_2H ON CACHE BOOL "Build for FM-Towns 2H")
14
15 include(config_fmtowns)
16 #include(config_commonsource)
17