comparison Resources/CodeGeneration/testWasmIntegrated/CMakeLists.txt @ 515:1dbf2d9ed1e4 bgo-commands-codegen

Added .j2 extension to the Jinja2 template files to allow for a better syntax highlighting experience (a.o. in vscode)
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 11 Mar 2019 14:39:31 +0100
parents baa9e1e932db
children 17106b29ed6d
comparison
equal deleted inserted replaced
514:381144d2434f 515:1dbf2d9ed1e4
12 12
13 add_definitions(-DORTHANC_ENABLE_WASM=1) 13 add_definitions(-DORTHANC_ENABLE_WASM=1)
14 14
15 set(testWasmIntegratedCpp_Codegen_Deps 15 set(testWasmIntegratedCpp_Codegen_Deps
16 ${CMAKE_CURRENT_LIST_DIR}/testWasmIntegratedCpp_api.yaml 16 ${CMAKE_CURRENT_LIST_DIR}/testWasmIntegratedCpp_api.yaml
17 ${CMAKE_CURRENT_LIST_DIR}/../template.in.h 17 ${CMAKE_CURRENT_LIST_DIR}/../template.in.h.j2
18 ${CMAKE_CURRENT_LIST_DIR}/../template.in.ts 18 ${CMAKE_CURRENT_LIST_DIR}/../template.in.ts.j2
19 ) 19 )
20 20
21 set(jsoncppRootDir ${CMAKE_CURRENT_LIST_DIR}/jsoncpp-1.8.4) 21 set(jsoncppRootDir ${CMAKE_CURRENT_LIST_DIR}/jsoncpp-1.8.4)
22 22
23 add_custom_command( 23 add_custom_command(