Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
3rd
verdict
Commits
e63e8cdc
Commit
e63e8cdc
authored
3 years ago
by
Clinton Stimpson
Browse files
Options
Download
Email Patches
Plain Diff
Some fixes for building with the Intel compiler.
parent
49d677c1
master
julin/master
1.4.2
1.4.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+3
-0
CMakeLists.txt
with
3 additions
and
0 deletions
+3
-0
CMakeLists.txt
View file @
e63e8cdc
...
...
@@ -53,6 +53,9 @@ configure_file(
add_library
(
verdict
${
verdict_SOURCES
}
)
target_include_directories
(
verdict PUBLIC
$<BUILD_INTERFACE:
${
CMAKE_CURRENT_SOURCE_DIR
}
> $<BUILD_INTERFACE:
${
CMAKE_CURRENT_BINARY_DIR
}
>
)
if
(
UNIX
)
target_link_libraries
(
verdict PRIVATE m
)
endif
()
# Setting the VERSION and SOVERSION of a library will include
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help