Files
magenta/tools/CMakeLists.txt
T
2026-04-30 20:30:36 +01:00

9 lines
158 B
CMake

cmake_minimum_required(VERSION 3.13)
project(magenta-tools C)
set(tool_dirs e64patch)
foreach (dir ${tool_dirs})
add_subdirectory(${dir})
endforeach (dir)