This commit is contained in:
Nishi 2025-11-16 03:43:38 +09:00
commit b2c1cec566
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -1,20 +1,18 @@
cmake_minimum_required(VERSION 3.25)
project(
mdelibs
VERSION 0.0
DESCRIPTION "MDE Libraries"
)
file(
GLOB
SOURCES
MDELib_SRC
src/*.c
)
add_library(
MDELib
SHARED
${SOURCES}
${MDELib_SRC}
)
target_include_directories(