Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
cppit
libclangmm
Commits
1b48e1f4
Commit
1b48e1f4
authored
Feb 27, 2021
by
Ole Christian Eidheim
Browse files
Added support for Apple M1
parent
1cdedf78
Pipeline
#262756979
passed with stage
in 3 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
cmake_modules/FindLibClang.cmake
cmake_modules/FindLibClang.cmake
+2
-0
No files found.
cmake_modules/FindLibClang.cmake
View file @
1b48e1f4
...
...
@@ -44,12 +44,14 @@ set(LIBCLANG_KNOWN_LLVM_VERSIONS 11.0.1
set
(
libclang_llvm_header_search_paths
# MacOS Homebrew
/usr/local/opt/llvm/include
/opt/homebrew/opt/llvm/include
)
set
(
libclang_llvm_lib_search_paths
# LLVM Fedora
/usr/lib/llvm
# MacOS Homebrew
/usr/local/opt/llvm/lib
/opt/homebrew/opt/llvm/lib
)
foreach
(
version
${
LIBCLANG_KNOWN_LLVM_VERSIONS
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment