Files
modorganizer-script_extende…/CMakeLists.txt
T

5 lines
112 B
CMake
Raw Normal View History

2020-04-26 00:05:49 -04:00
cmake_minimum_required(VERSION 3.16)
2019-03-23 22:19:26 +00:00
2021-12-06 23:50:34 -06:00
project(ScriptExtenderPluginChecker LANGUAGES NONE)
2020-04-26 00:05:49 -04:00
add_subdirectory(src)