Init cmake

This commit is contained in:
ArchZer0
2026-08-16 18:38:40 +08:00
parent 9a7a6702ae
commit b6833833b0
4 changed files with 33 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 3.10.0)
project(PssPhoto VERSION 0.1.0 LANGUAGES C CXX)
add_library(PssPhoto PssPhoto.cpp)
include(CTest)
enable_testing()