comparison Resources/CMake/PlustacheConfiguration.cmake @ 823:da4c30a8bcdd templating

plustache
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 May 2014 16:21:48 +0200
parents
children d8f5de5b9517
comparison
equal deleted inserted replaced
822:7ce875531950 823:da4c30a8bcdd
1 set(PLUSTACHE_SOURCES_DIR ${CMAKE_BINARY_DIR}/plustache-0.3.0)
2 DownloadPackage(
3 "6162946bdb3dccf3b2185fcf149671ee"
4 "http://www.montefiore.ulg.ac.be/~jodogne/Orthanc/ThirdPartyDownloads/plustache-0.3.0.tar.gz"
5 "${PLUSTACHE_SOURCES_DIR}")
6
7 list(APPEND THIRD_PARTY_SOURCES
8 ${PLUSTACHE_SOURCES_DIR}/src/context.cpp
9 ${PLUSTACHE_SOURCES_DIR}/src/template.cpp
10 )
11
12 include_directories(
13 ${PLUSTACHE_SOURCES_DIR}
14 )
15
16 source_group(ThirdParty\\Plustache REGULAR_EXPRESSION ${PLUSTACHE_SOURCES_DIR}/.*)