|
|
@@ -10,19 +10,19 @@ add_subdirectory(TurboBadger)
|
|
|
add_subdirectory(zlib)
|
|
|
|
|
|
if (NOT ATOMIC_BUILD_2D)
|
|
|
- add_subdirectory(Bullet)
|
|
|
- add_subdirectory(StanHull)
|
|
|
+ add_subdirectory(Bullet)
|
|
|
+ add_subdirectory(StanHull)
|
|
|
endif()
|
|
|
|
|
|
if (NOT EMSCRIPTEN)
|
|
|
- add_subdirectory(SDL)
|
|
|
- add_subdirectory(Recast)
|
|
|
- add_subdirectory(Civetweb)
|
|
|
- add_subdirectory(Detour)
|
|
|
- add_subdirectory(DetourCrowd)
|
|
|
- add_subdirectory(DetourTileCache)
|
|
|
- add_subdirectory(kNet)
|
|
|
- add_subdirectory(openssl)
|
|
|
+ add_subdirectory(SDL)
|
|
|
+ add_subdirectory(Recast)
|
|
|
+ add_subdirectory(Civetweb)
|
|
|
+ add_subdirectory(Detour)
|
|
|
+ add_subdirectory(DetourCrowd)
|
|
|
+ add_subdirectory(DetourTileCache)
|
|
|
+ add_subdirectory(kNet)
|
|
|
+ add_subdirectory(openssl)
|
|
|
endif()
|
|
|
|
|
|
if (NOT IOS AND NOT ANDROID AND NOT EMSCRIPTEN)
|