mirror of
https://github.com/ModOrganizer2/modorganizer-installer_fomod_csharp.git
synced 2026-07-27 14:07:20 -07:00
6 lines
93 B
CMake
6 lines
93 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
|
|
project(installer_fomod_csharp)
|
|
|
|
add_subdirectory(src)
|