repo.or.cz
/
openstranded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed errors in make process
[openstranded.git]
/
src
/
CMakeLists.txt
blob
68534dcd233efe62ee2749b2b03fe51f7720e93f
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
10
)
11
12
add_library(core STATIC ${CORE_MODULES})
13
14
add_subdirectory(defparse)
15
add_subdirectory(s2script)
16