This website requires JavaScript.
Explore
Help
Sign In
Lothario
/
axmol
mirror of
https://github.com/axmolengine/axmol.git
Watch
1
Star
0
Fork
You've already forked axmol
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d0c98d6269
axmol
/
cocos
/
storage
/
CMakeLists.txt
10 lines
107 B
CMake
Raw
Normal View
History
Unescape
Escape
Linux local storage support. Depends on libsqlite3-dev
2014-02-11 22:10:42 +08:00
linux cmake improvements Added cocos/CMakeLists.txt which controls all the rest of the Cmake files
2014-05-02 04:01:51 +08:00
set
(
COCOS_STORAGE_SRC
s
t
o
r
a
g
e
/
l
o
c
a
l
-
s
t
o
r
a
g
e
/
L
o
c
a
l
S
t
o
r
a
g
e
.
c
p
p
Linux local storage support. Depends on libsqlite3-dev
2014-02-11 22:10:42 +08:00
)
linux cmake improvements Added cocos/CMakeLists.txt which controls all the rest of the Cmake files
2014-05-02 04:01:51 +08:00
set
(
COCOS_STORAGE_LINK
Linux local storage support. Depends on libsqlite3-dev
2014-02-11 22:10:42 +08:00
s
q
l
i
t
e
3
)