Add MPC_LIB_MODIFIER
[MPC.git] / templates / cmakedll.mpt
blob4b83cf647ebcafc38a581225e194a9f9ace8f23a
1 // -*- MPC -*-
3 conditional_include "common"
5 configurations = Debug Release
7 // ***********************************************************************
8 // Configuration Section
9 // ***********************************************************************
11 Debug {
12   lib_modifier = d
15 Release {
18 conditional_include "user_cmakedll"