|
1 |
| -# Copyright (C) 2008-2024 LAAS-CNRS, JRL AIST-CNRS, INRIA. |
2 |
| -# |
3 |
| -# This program is free software: you can redistribute it and/or modify it under |
4 |
| -# the terms of the GNU General Public License as published by the Free Software |
5 |
| -# Foundation, either version 3 of the License, or (at your option) any later |
6 |
| -# version. |
7 |
| -# |
8 |
| -# This program is distributed in the hope that it will be useful, but WITHOUT |
9 |
| -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
10 |
| -# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more |
11 |
| -# details. |
12 |
| -# |
13 |
| -# You should have received a copy of the GNU General Public License along with |
14 |
| -# this program. If not, see <http://www.gnu.org/licenses/>. |
15 |
| - |
16 |
| -# .rst: .. ifmode:: user |
17 |
| -# |
18 |
| -# .. variable:: ${PROJECT_NAME}_HEADERS |
19 |
| -# |
20 |
| -# List of C++ header filenames. They will be installed automatically using |
21 |
| -# :command:`HEADER_INSTALL` |
22 |
| -# |
23 |
| - |
24 |
| -# .rst: .. ifmode:: internal |
| 1 | +#.rst: |
| 2 | +# C++ Headers |
| 3 | +# ----------- |
25 | 4 | #
|
26 | 5 | # .. command:: _SETUP_PROJECT_HEADER
|
27 | 6 | #
|
|
57 | 36 | # issue. You should at least open a ticket or send an e-mail to notify this
|
58 | 37 | # behavior.
|
59 | 38 | #
|
| 39 | + |
| 40 | +# Copyright (C) 2008-2024 LAAS-CNRS, JRL AIST-CNRS, INRIA. |
| 41 | +# |
| 42 | +# This program is free software: you can redistribute it and/or modify it under |
| 43 | +# the terms of the GNU General Public License as published by the Free Software |
| 44 | +# Foundation, either version 3 of the License, or (at your option) any later |
| 45 | +# version. |
| 46 | +# |
| 47 | +# This program is distributed in the hope that it will be useful, but WITHOUT |
| 48 | +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
| 49 | +# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more |
| 50 | +# details. |
| 51 | +# |
| 52 | +# You should have received a copy of the GNU General Public License along with |
| 53 | +# this program. If not, see <http://www.gnu.org/licenses/>. |
| 54 | + |
| 55 | +# .rst: .. ifmode:: user |
| 56 | +# |
| 57 | +# .. variable:: ${PROJECT_NAME}_HEADERS |
| 58 | +# |
| 59 | +# List of C++ header filenames. They will be installed automatically using |
| 60 | +# :command:`HEADER_INSTALL` |
| 61 | +# |
| 62 | + |
60 | 63 | macro(_SETUP_PROJECT_HEADER)
|
61 | 64 | # Install project headers.
|
62 | 65 | if(DEFINED PROJECT_CUSTOM_HEADER_DIR)
|
|
0 commit comments