Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Friedrich W. H. Kossebau
kdevelop
Commits
ab3bf41b
Commit
ab3bf41b
authored
Jan 05, 2014
by
Kevin Funk
Browse files
Add myself as copyright holder
parent
83016b6b
Changes
2
Hide whitespace changes
Inline
Side-by-side
cmake/FindClang.cmake
View file @
ab3bf41b
...
...
@@ -10,6 +10,17 @@
#
# See http://clang.llvm.org/docs/InternalsManual.html for full list of libraries
#=============================================================================
# Copyright 2014 Kevin Funk <kevin@kfunk.org>
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================
if
(
NOT LLVM_INCLUDE_DIR OR NOT LLVM_LIBRARY_DIR
)
message
(
FATAL_ERROR
"No LLVM and Clang support requires LLVM"
)
else
()
...
...
cmake/FindLLVM.cmake
View file @
ab3bf41b
...
...
@@ -9,6 +9,17 @@
# LLVM_FOUND - True if llvm found.
# LLVM_VERSION - Version string ("llvm-config --version")
#=============================================================================
# Copyright 2014 Kevin Funk <kevin@kfunk.org>
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================
# find llvm-config, prefer the one with a version suffix, e.g. llvm-config-3.3
if
(
LLVM_FIND_VERSION
)
find_program
(
LLVM_CONFIG_EXECUTABLE NAMES llvm-config-
${
LLVM_FIND_VERSION
}
DOC
"llvm-config-VERSION executable"
)
...
...
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