mirror of
https://github.com/ModOrganizer2/modorganizer-script_extender_plugin_checker.git
synced 2026-07-27 14:05:49 -07:00
5 lines
112 B
CMake
5 lines
112 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
|
|
project(ScriptExtenderPluginChecker LANGUAGES NONE)
|
|
add_subdirectory(src)
|