first attempt to make About window

This commit is contained in:
Blue 2022-04-03 23:53:46 +03:00
parent 4baa3bccbf
commit 27377e0ec5
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
10 changed files with 354 additions and 52 deletions

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.4)
project(squawk VERSION 0.2.1 LANGUAGES CXX)
project(squawk VERSION 0.2.2 LANGUAGES CXX)
cmake_policy(SET CMP0076 NEW)
cmake_policy(SET CMP0079 NEW)