Files
modorganizer-tool_configurator/CMakeLists.txt
T

6 lines
91 B
CMake
Raw Normal View History

2020-04-26 00:33:51 -04:00
cmake_minimum_required(VERSION 3.16)
2021-12-06 23:42:03 -06:00
project(pyCfg LANGUAGES NONE)
2025-05-29 11:01:42 +02:00
2020-04-26 00:33:51 -04:00
add_subdirectory(src)