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
Eliminated some problems resulting from last merge
[openstranded.git]
/
src
/
CMakeLists.txt
blob
4202cd34eebb2f5e43845c11460d76b38c58e326
1
add_definitions(-Wall -Wno-non-virtual-dtor)
2
3
SET(CORE_MODULES
4
kingdom.cc
5
type.cc
6
entity.cc
7
object.cc
8
unit.cc
9
item.cc
10
error.cc
11
s2string.cc
12
)
13
14
add_library(core STATIC ${CORE_MODULES})
15
16
add_subdirectory(defparse)
17
add_subdirectory(s2script)