Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jarro2783/cxxopts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarryd Beck <jarrydb@cse.unsw.edu.au>2014-10-27 08:45:13 +0300
committerJarryd Beck <jarrydb@cse.unsw.edu.au>2014-10-27 08:45:13 +0300
commit9509ca94f2ccbdb6d78ea5370b8af0b1f21f4dbd (patch)
tree697f7e2a7c5fe4d4319b8eb399777f0f2fcc209c /CMakeLists.txt
parent9d1a4dfcdc55021fefcade42271eca0fdbc6cf65 (diff)
unicode
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d5ea0e6..e785ba4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,5 +23,9 @@ project(cxxopts)
set(VERSION "0.0.1")
+find_package(PkgConfig)
+
+pkg_check_modules(ICU REQUIRED icu-uc)
+
add_subdirectory(src)