Skip to content

Instantly share code, notes, and snippets.

View gbbnfhb's full-sized avatar

kkk111 gbbnfhb

View GitHub Profile
@usagi
usagi / file0.txt
Last active March 19, 2025 20:38
CMake プロジェクトの C++ アプリで webp 形式の読み書きに libwebp で対応することはじめ ref: http://qiita.com/usagi/items/38589f87a7a88ad1ddcb
cmake_minimum_required( VERSION 3.2 )
include_directories(${CMAKE_CURRENT_BINARY_DIR}/include)
link_directories(${CMAKE_CURRENT_BINARY_DIR}/lib)
include( ExternalProject )
ExternalProject_Add( external_libwebp
# https://github.com/webmproject/libwebp
# http://www.webmproject.org/