summaryrefslogtreecommitdiff
path: root/indra/cmake/LLCommon.cmake
blob: 92045f7b5814a445795ea2e4e10b631a088abd59 (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)