Skip to content

Instantly share code, notes, and snippets.

View SneakyWhoami's full-sized avatar
🛸
the cool stuff is in phabricator

Chris SneakyWhoami

🛸
the cool stuff is in phabricator
  • Somewhere near Pacific Ocean
View GitHub Profile
@SneakyWhoami
SneakyWhoami / CMakeLists.txt
Last active November 12, 2021 10:54
lottie thumbnailer
cmake_minimum_required(VERSION 3.0)
project(lottiethumb)
list(APPEND CMAKE_PREFIX_PATH "/usr/share/quazip")
set(CMAKE_CXX_STANDARD 14)
find_package(rlottie REQUIRED)
find_package(Qt5 COMPONENTS Gui REQUIRED)
find_package(QuaZip5 REQUIRED)