OSDN Git Service

f7bb39181333a3452eb18335950b34e7ee1810ad
[csp-qt/common_source_project-fm7.git] / source / build-cmake / fm7 / 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 set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/../cmake")
10
11 project (emufm7)
12
13 set(BUILD_FM7 ON CACHE BOOL "Build for FM7")
14
15 include(config_emufm7)
16 include(config_commonsource)
17