mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-25 16:23:46 +02:00
3 lines
109 B
CMake
3 lines
109 B
CMake
cmake_minimum_required(VERSION 3.12)
|
|
project(mpg123 VERSION 0 LANGUAGES C ASM)
|
|
add_subdirectory(ports/cmake)
|