repo.or.cz
/
hiphop-php.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Introduce ast:header node
[hiphop-php.git]
/
CMake
/
FindLibGmp.cmake
blob
78eb109e429147af889c6f525988c308b1d2235a
1
find_path(GMP_INCLUDE_DIR NAMES gmp.h)
2
find_library(GMP_LIBRARY NAMES gmp)
3
4
include(FindPackageHandleStandardArgs)
5
FIND_PACKAGE_HANDLE_STANDARD_ARGS(
6
GMP DEFAULT_MSG
7
GMP_LIBRARY GMP_INCLUDE_DIR)
8
9
mark_as_advanced(GMP_INCLUDE_DIR GMP_LIBRARY)