Files
magenta/tools/CMakeLists.txt
T

9 lines
158 B
CMake
Raw Normal View History

2024-09-17 17:50:15 +01:00
cmake_minimum_required(VERSION 3.13)
2026-04-30 20:30:36 +01:00
project(magenta-tools C)
2024-09-17 17:50:15 +01:00
set(tool_dirs e64patch)
foreach (dir ${tool_dirs})
add_subdirectory(${dir})
endforeach (dir)