Files

6 lines
94 B
CMake
Raw Permalink Normal View History

2020-04-24 21:37:58 -04:00
cmake_minimum_required(VERSION 3.16)
2022-04-18 22:44:21 +02:00
project(FNISTool LANGUAGES NONE)
2025-05-29 10:59:50 +02:00
2020-04-24 21:37:58 -04:00
add_subdirectory(src)