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
Utilities
KCalc
Commits
173df3e9
Commit
173df3e9
authored
Feb 12, 2021
by
Nicolas Fella
Browse files
Add missing gmp include dir
parent
f6e0c4e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
knumber/CMakeLists.txt
View file @
173df3e9
...
...
@@ -7,7 +7,7 @@ add_library(knumber STATIC
knumber_operators.cpp
)
target_include_directories
(
knumber PUBLIC
${
CMAKE_BINARY_DIR
}
)
target_include_directories
(
knumber PUBLIC
${
CMAKE_BINARY_DIR
}
${
GMP_INCLUDE_DIR
}
)
target_link_libraries
(
knumber PUBLIC Qt5::Core PRIVATE
${
GMP_LIBRARIES
}
${
MPFR_LIBRARIES
}
)
...
...
Write
Preview
Supports
Markdown
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