This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
fortuna/CMakeLists.txt

7 lines
142 B
CMake
Raw Normal View History

2021-10-20 02:52:32 +02:00
cmake_minimum_required(VERSION 3.20)
2021-10-19 15:05:18 +02:00
project(fortuna)
set(CMAKE_CXX_STANDARD 20)
add_executable(fortuna main.cpp generator.cpp generator.h)