From d0eee678b59c703cec15431b66cfcac9e5741815 Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Tue, 27 Dec 2016 15:26:51 +0100 Subject: Initial commit This is essentially a gutted fork of nncmpp that doesn't do anything. --- cmake/FindUnistring.cmake | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cmake/FindUnistring.cmake (limited to 'cmake/FindUnistring.cmake') diff --git a/cmake/FindUnistring.cmake b/cmake/FindUnistring.cmake new file mode 100644 index 0000000..6b74efb --- /dev/null +++ b/cmake/FindUnistring.cmake @@ -0,0 +1,10 @@ +# Public Domain + +find_path (UNISTRING_INCLUDE_DIRS unistr.h) +find_library (UNISTRING_LIBRARIES NAMES unistring libunistring) + +include (FindPackageHandleStandardArgs) +FIND_PACKAGE_HANDLE_STANDARD_ARGS (UNISTRING DEFAULT_MSG + UNISTRING_INCLUDE_DIRS UNISTRING_LIBRARIES) + +mark_as_advanced (UNISTRING_LIBRARIES UNISTRING_INCLUDE_DIRS) -- cgit v1.2.3-54-g00ecf