Warning, /games/kmuddy/libmxp/src/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 include_directories (${CMAKE_SOURCE_DIR})
0002 
0003 set (mxp_SRCS
0004     celementmanager.cpp
0005     cmxpcolors.cpp
0006     cmxpprocessor.cpp
0007     cresulthandler.cpp
0008     stringops.cpp
0009     centitymanager.cpp
0010     cmxpparser.cpp
0011     cmxpstate.cpp
0012     libmxp.cpp
0013 )
0014 
0015 add_library(mxp SHARED ${mxp_SRCS})
0016 
0017 set_target_properties(mxp PROPERTIES VERSION 0.0.5 SOVERSION 0)
0018 install(TARGETS mxp DESTINATION lib${LIB_SUFFIX} )
0019 
0020 install (FILES libmxp.h DESTINATION include/libmxp)
0021