This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |