summaryrefslogtreecommitdiff
path: root/indra/cmake/LLCommon.cmake
blob: e56625d051f61dedfbed5ac5c4aae990f49a9948 (plain)
1
2
3
4
5
6
7
8
9
10
# -*- cmake -*-

include(APR)
include(Boost)
include(EXPAT)
include(Tracy)
include(ZLIBNG)
include(JsonCpp)

include(XmlRpcEpi)