2012-03-13 07:46:48 -06:00
|
|
|
#list depends here.
|
|
|
|
add_subdirectory(lua)
|
|
|
|
add_subdirectory(md5)
|
|
|
|
add_subdirectory(protobuf)
|
|
|
|
add_subdirectory(tinyxml)
|
|
|
|
add_subdirectory(tthread)
|
2015-07-29 12:47:55 -06:00
|
|
|
add_subdirectory(jsoncpp)
|
2012-03-13 10:10:46 -06:00
|
|
|
# build clsocket static and only as a dependency. Setting those options here overrides its own default settings.
|
|
|
|
OPTION(CLSOCKET_SHARED "Build clsocket lib as shared." OFF)
|
|
|
|
OPTION(CLSOCKET_DEP_ONLY "Build for use inside other CMake projects as dependency." ON)
|
|
|
|
add_subdirectory(clsocket)
|
2015-01-01 19:35:23 -07:00
|
|
|
IDE_FOLDER(clsocket "Depends")
|