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

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

include(XmlRpcEpi)