fix
This commit is contained in:
parent
212a13dc68
commit
b2c1cec566
1 changed files with 2 additions and 4 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue