You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Public Domain
|
|
|
|
find_library (LibIntl_LIBRARIES intl)
|
|
|
|
include (FindPackageHandleStandardArgs)
|
|
FIND_PACKAGE_HANDLE_STANDARD_ARGS (LibIntl DEFAULT_MSG LibIntl_LIBRARIES)
|
|
|
|
mark_as_advanced (LibIntl_LIBRARIES)
|