make libxm compiled as a single translation unit
This commit is contained in:
2
third-party/libxm/src/CMakeLists.txt
vendored
2
third-party/libxm/src/CMakeLists.txt
vendored
@ -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})
|
||||
|
Reference in New Issue
Block a user