townengine/third-party/libxm/src/CMakeLists.txt

3 lines
93 B
CMake
Raw Normal View History

2024-07-08 15:01:08 +00:00
ADD_LIBRARY(xms STATIC xm.c context.c load.c play.c)
INCLUDE_DIRECTORIES(${XM_INCLUDE_DIRS})