From c1b9fead37e32be1b2f97d5be2d8254fdc16d307 Mon Sep 17 00:00:00 2001 From: Oxore Date: Fri, 26 Aug 2022 20:46:15 +0300 Subject: Add README.md and licensing information --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c1261b1..c94615b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: Unlicense + cmake_minimum_required(VERSION 3.16) project(emulator) -- cgit v1.2.3