comparison Resources/CMake/PlustacheConfiguration.cmake @ 825:d8f5de5b9517 templating

partials
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 May 2014 17:54:59 +0200
parents da4c30a8bcdd
children a93867a94011
comparison
equal deleted inserted replaced
823:da4c30a8bcdd 825:d8f5de5b9517
11 11
12 include_directories( 12 include_directories(
13 ${PLUSTACHE_SOURCES_DIR} 13 ${PLUSTACHE_SOURCES_DIR}
14 ) 14 )
15 15
16 execute_process(
17 COMMAND patch -p0 -i ${CMAKE_SOURCE_DIR}/Resources/CMake/PlustacheConfiguration.patch
18 WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
19 )
20
16 source_group(ThirdParty\\Plustache REGULAR_EXPRESSION ${PLUSTACHE_SOURCES_DIR}/.*) 21 source_group(ThirdParty\\Plustache REGULAR_EXPRESSION ${PLUSTACHE_SOURCES_DIR}/.*)