-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdae_install_deal_ii.pri
16 lines (15 loc) · 1.05 KB
/
dae_install_deal_ii.pri
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#************************************************************************************
# DAE Tools Project: www.daetools.com
# Copyright (C) Dragan Nikolic
#************************************************************************************
# DAE Tools is free software; you can redistribute it and/or modify it under the
# terms of the GNU General Public License version 3 as published by the Free Software
# Foundation. DAE Tools is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE. See the GNU General Public License for more details.
# You should have received a copy of the GNU General Public License along with the
# DAE Tools software; if not, see <http://www.gnu.org/licenses/>.
#************************************************************************************
install_headers_deal_ii.path = $${DAE_INSTALL_HEADERS_DIR}/FE_DealII
install_headers_deal_ii.files = ../FE_DealII/*.h
INSTALLS += install_headers_deal_ii