mirror of
https://github.com/ModOrganizer2/modorganizer-fnistool.git
synced 2026-07-27 14:05:34 -07:00
6 lines
94 B
CMake
6 lines
94 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
|
|
project(FNISTool LANGUAGES NONE)
|
|
|
|
add_subdirectory(src)
|