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
7fad8a4d0d
axmol
/
cocos
/
storage
/
CMakeLists.txt
3 lines
95 B
CMake
Raw
Normal View
History
Unescape
Escape
Make CMake More Robust
2014-08-06 22:43:19 +08:00
set
(
COCOS_STORAGE_SRC
storage/local-storage/LocalStorage.cpp
)
set
(
COCOS_STORAGE_LINK
sqlite3
)