summaryrefslogtreecommitdiff
path: root/templates/cmakedll.mpt
blob: 4b83cf647ebcafc38a581225e194a9f9ace8f23a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// -*- MPC -*-

conditional_include "common"

configurations = Debug Release

// ***********************************************************************
// Configuration Section
// ***********************************************************************

Debug {
  lib_modifier = d
}

Release {
}

conditional_include "user_cmakedll"