cmake_minimum_required(VERSION 3.10.0) project(BDPng VERSION 0.1.0 LANGUAGES C CXX) add_library(BDPng BDPng.cpp) include(CTest) enable_testing()