Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K authored Aug 12, 2023
1 parent f9f5196 commit 9fb880c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ set(CMAKE_C_STANDARD 99)
include_directories(.)

option(WITH_UTF8 "Compiles with UTF-8 support. Requires utfcpp." ON)
if (WITH_UTF8)
add_subdirectory(ThirdParty/utfcpp)
endif()

set(UCLI_LIBRARY_TYPE "SHARED")
if (BUILD_VARIANT_STATIC)
Expand Down

0 comments on commit 9fb880c

Please sign in to comment.