Files
@ 7799529a903e
Branch filter:
Location: libtransport.git/backends/CMakeLists.txt - annotation
7799529a903e
430 B
text/plain
Store Steam Mobile access token in storage backend
1105d3f1e37a d21a4b20bb1f fbfcbf69ad1f fbfcbf69ad1f d2502858d6c0 d2502858d6c0 e312a8602ec7 d2502858d6c0 d2502858d6c0 3cf2a77a4420 74983ae8c257 74983ae8c257 d6cad830d224 40d678184272 ea0bc80712ed ea0bc80712ed ea0bc80712ed 74983ae8c257 74983ae8c257 74983ae8c257 74983ae8c257 74983ae8c257 74983ae8c257 74983ae8c257 edfa4ec64489 1105d3f1e37a | if (PROTOBUF_FOUND)
if (PURPLE_FOUND)
ADD_SUBDIRECTORY(libpurple)
endif()
if (IRC_FOUND)
ADD_SUBDIRECTORY(libcommuni)
endif()
if (ENABLE_XMPP)
ADD_SUBDIRECTORY(swiften)
endif()
ADD_SUBDIRECTORY(template)
if(ENABLE_TWITTER)
ADD_SUBDIRECTORY(twitter)
endif()
if (NOT WIN32)
if(ENABLE_SMSTOOLS3)
ADD_SUBDIRECTORY(smstools3)
endif()
if(ENABLE_FROTZ)
ADD_SUBDIRECTORY(frotz)
endif()
endif()
endif()
|