Fixed errors in make process
[openstranded.git] / src / CMakeLists.txt
blob68534dcd233efe62ee2749b2b03fe51f7720e93f
1 SET(CORE_MODULES
2         kingdom.cc
3         type.cc
4         entity.cc
5         object.cc
6         unit.cc
7         item.cc
8         error.cc
9         s2string.cc
12 add_library(core STATIC ${CORE_MODULES})
14 add_subdirectory(defparse)
15 add_subdirectory(s2script)