Commit 99e8dee
committed
chore: add explicit PUBLIC scope to macOS target_link_libraries
Follow-up to PR #22 (Issue #21) - clarify CMake scope keywords:
- target_compile_options: PRIVATE (don't force compile flags on consumers)
- target_link_libraries: PUBLIC (auto-propagate link dependencies to consumers)
This ensures users linking ccap automatically get the required Apple
frameworks without manually adding them to their projects.1 parent 4dc22f5 commit 99e8dee
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
0 commit comments