Skip to content

Commit 6e5b7f2

Browse files
authored
Update project_target.md for target:add_headerfiles (#215)
1 parent 1c52b0d commit 6e5b7f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manual/project_target.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2610,8 +2610,8 @@ For a detailed description of this interface, see: https://github.com/xmake-io/x
26102610

26112611
2.2.5 version of the new interface, used to set the corresponding header file for each target, generally used for the `xmake install/uninstall` command.
26122612

2613-
This interface is used in almost the same way as the [add_installfiles](#targetadd_installfiles) interface. It can be used as a Tianjian installation file, but this interface is only used to install header files.
2614-
Therefore, it is much easier to use than `add_installfiles`. By default, prefixfix is not set, and the header files are automatically installed into the corresponding `include` subdirectory.
2613+
This interface is used in almost the same way as the [add_installfiles](#targetadd_installfiles) interface. But it is provided for installing header files.
2614+
It is not required to set the `prefixdir` option. The header files are installed into the corresponding `include` subdirectory by default.
26152615

26162616
And this interface for the `xmake project -k vs201x` and other plug-in generated IDE files, will also add the corresponding header file into it.
26172617

0 commit comments

Comments
 (0)