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