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)
|
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)
|
2012-03-13 13:00:20 -06:00
|
|
|
IDE_FOLDER(clsocket "Depends")
|