mirror of
https://github.com/araxiaonline/AscEmu.git
synced 2026-06-13 03:02:22 -04:00
6 lines
169 B
CMake
6 lines
169 B
CMake
# Copyright (c) 2014-2023 AscEmu Team <http://www.ascemu.org>
|
|
|
|
add_library(utf8cpp INTERFACE)
|
|
|
|
target_include_directories(utf8cpp INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
|