File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ target_sources(
77
77
FILES
78
78
include /DynamicLoader/DynamicLoader.hpp)
79
79
set_target_properties (DynamicLoader PROPERTIES VERIFY_INTERFACE_HEADER_SETS ON )
80
+ target_include_directories (DynamicLoader INTERFACE $<INSTALL_INTERFACE:include >)
80
81
81
82
# Installation
82
83
set (DynamicLoader_CONFIG_INSTALL_DIR
Original file line number Diff line number Diff line change 37
37
}
38
38
```
39
39
40
- ## Configuration options
40
+ ## Configuration Options
41
41
42
42
| Name | Description | Default |
43
43
| ------------------------------------| ----------------------------------| ---------------------------|
@@ -78,7 +78,7 @@ Please find the HTML documentation in `build/docs/html`
78
78
79
79
## Usage
80
80
81
- DynamicLoader can be integrated in your project in several ways.
81
+ DynamicLoader can be integrated into your project in several ways.
82
82
83
83
### CMake FetchContent
84
84
@@ -94,7 +94,7 @@ FetchContent_MakeAvailable(dynamic-loader)
94
94
target_link_libraries(<your-target> PRIVATE DynamicLoader::DynamicLoader)
95
95
```
96
96
97
- ### Git submodules
97
+ ### Git Submodule
98
98
99
99
``` Bash
100
100
git submodule add https://github.com/globberwops/dynamic-loader.git third_party/dynamic-loader
@@ -111,7 +111,7 @@ target_link_libraries(<your-target> PRIVATE DynamicLoader::DynamicLoader)
111
111
### Vcpkg
112
112
113
113
``` Bash
114
- vcpkg install dynamic-loader
114
+ vcpkg install globberwops- dynamic-loader
115
115
```
116
116
117
117
``` CMake
You can’t perform that action at this time.
0 commit comments