File: CMakeLists.txt

package info (click to toggle)
pianobooster 1.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 24,712 kB
  • sloc: cpp: 13,718; python: 155; sh: 16; makefile: 14
file content (9 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
cmake_minimum_required(VERSION 2.4)
if(COMMAND cmake_policy)
    cmake_policy(SET CMP0003 NEW)
endif(COMMAND cmake_policy)

# set project's name
PROJECT( pianobooster )

ADD_SUBDIRECTORY(src build)