Commit 507a3a6ec5d85b5807e6bb9d89b504e191216797

Authored by David Sánchez Falero
1 parent a1c66501

Update CMakeLists.txt

Showing 1 changed file with 3 additions and 1 deletions
CMakeLists.txt
... ... @@ -44,4 +44,6 @@ if(CXXOPTS_USE_UNICODE_HELP)
44 44 set(CXXOPTS_LINKER_LIBRARIES "${ICU_LIBRARIES}")
45 45 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DCXXOPTS_USE_UNICODE")
46 46  
47   -endif()
48 47 \ No newline at end of file
  48 +endif()
  49 +
  50 +add_subdirectory(src)
... ...