townengine/third-party/libxm/src/CMakeLists.txt
2024-07-08 18:01:08 +03:00

3 lines
93 B
CMake

ADD_LIBRARY(xms STATIC xm.c context.c load.c play.c)
INCLUDE_DIRECTORIES(${XM_INCLUDE_DIRS})