make libxm compiled as a single translation unit

This commit is contained in:
veclavtalica
2025-02-10 17:51:33 +03:00
parent 8a58336d16
commit 72d1941091
5 changed files with 2064 additions and 2101 deletions

View File

@ -1,2 +1,2 @@
ADD_LIBRARY(xms STATIC xm.c context.c load.c play.c)
ADD_LIBRARY(xms STATIC xm.c)
INCLUDE_DIRECTORIES(${XM_INCLUDE_DIRS})