Skip to content

Commit

Permalink
Dep/utf8cpp: Build from vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Jun 3, 2024
1 parent 3aa9b25 commit 76a1dab
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 1,205 deletions.
6 changes: 4 additions & 2 deletions dep/utf8cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

find_package(utf8cpp CONFIG REQUIRED)

add_library(utf8cpp INTERFACE)

target_include_directories(utf8cpp
target_link_libraries(utf8cpp
INTERFACE
${CMAKE_CURRENT_SOURCE_DIR})
utf8cpp::utf8cpp)
34 changes: 0 additions & 34 deletions dep/utf8cpp/utf8.h

This file was deleted.

319 changes: 0 additions & 319 deletions dep/utf8cpp/utf8/checked.h

This file was deleted.

Loading

0 comments on commit 76a1dab

Please sign in to comment.