axmol/cocos
Vladimir Timofeev ddce662ec3 Unify usage of prebuilt libraries in cmake builds.
* introduce config variable USE_PREBUILT_LIBS (default: ON). When OFF, cmake will not use prebuilt libs, only try find system installed libraries.
* FindGLFW3.cmake now search our prebuilt library (if USE_PREBULT_LIBS)
* FindFreetype.cmake also

This and next changes should simplify our CMakeLists.txt files and USE_PREBUILT_LIBS config allow external package developers to integrate cocos to their packaging system.
2014-11-15 10:27:56 +03:00
..
2d fixes compiler warnings 2014-11-14 13:07:34 -08:00
3d Fixed "warning: bundle reader out of range" 2014-11-09 07:38:44 +09:00
audio fixes compiler warnings 2014-11-14 13:07:34 -08:00
base Merge pull request #9017 from cpascal/fix_error_refleakdetection 2014-11-13 18:56:46 +08:00
deprecated
editor-support Merge pull request #9037 from G17hao/patch-8 2014-11-13 18:46:48 +08:00
math Add greater than operator to Vec2 2014-10-24 20:27:06 +01:00
network Cleanup order of fields initialization. 2014-10-30 17:28:41 +03:00
physics
platform Merge pull request #9085 from jicheol-ryu/v3 2014-11-14 14:17:13 -08:00
renderer fixes some compiler warnings 2014-11-06 12:25:55 -08:00
scripting/lua-bindings Merge pull request #8985 from samuele3hu/v3_new_spine 2014-11-13 18:59:19 +08:00
storage
ui cmake: connect mac specific UIEditBox implementation to build 2014-11-11 10:30:48 +03:00
Android.mk Move `CCCamera.cpp/h` `CCLight.cpp/h` into 2d 2014-10-20 16:25:24 +08:00
CMakeLists.txt Unify usage of prebuilt libraries in cmake builds. 2014-11-15 10:27:56 +03:00
cocos2d.cpp fixes compiler warnings 2014-11-14 13:07:34 -08:00
cocos2d.h Move `CCCamera.cpp/h` `CCLight.cpp/h` into 2d 2014-10-20 16:25:24 +08:00