From 507a3a6ec5d85b5807e6bb9d89b504e191216797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20S=C3=A1nchez=20Falero?= Date: Wed, 18 Mar 2015 17:31:29 +0100 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 12acaa3..219a714 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,4 +44,6 @@ if(CXXOPTS_USE_UNICODE_HELP) set(CXXOPTS_LINKER_LIBRARIES "${ICU_LIBRARIES}") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DCXXOPTS_USE_UNICODE") -endif() \ No newline at end of file +endif() + +add_subdirectory(src)