minecraft-pi-reborn/dependencies/utf8cpp/CMakeLists.txt

13 lines
202 B
CMake
Raw Normal View History

2023-11-11 06:33:19 +00:00
project(utf8cpp)
# Silence Warnings
add_compile_options(-w)
## stb_image
# Build
add_subdirectory(src EXCLUDE_FROM_ALL)
# License
2024-11-20 03:48:50 +00:00
install(FILES src/LICENSE DESTINATION "${MCPI_LEGAL_DIR}/UTF8-CPP")