Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
paiv committed Oct 28, 2024
1 parent f8753a5 commit 4460f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.15)

find_package(ICU COMPONENTS uc i18n)

project(uklatn LANGUAGES C)
include(CTest)

find_package(ICU REQUIRED COMPONENTS uc i18n)

add_library(uklatn c/uklatn.c)
target_include_directories(uklatn PUBLIC c/include ${ICU_INCLUDE_DIRS})
target_link_libraries(uklatn ${ICU_LIBRARIES})
Expand Down

0 comments on commit 4460f6c

Please sign in to comment.