Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkFunctionCreateWindowsBatchScript.cmake
Go to the documentation of this file.
1 function(mitkFunctionCreateWindowsBatchScript in out build_type)
2 
3  mitkFunctionGetLibrarySearchPaths(MITK_RUNTIME_PATH ${build_type})
4 
5  set(VS_BUILD_TYPE ${build_type})
6 
7  configure_file(${in} ${out} @ONLY)
8 
9 endfunction()
mitkFunctionGetLibrarySearchPaths(search_path, intermediate_dir)
mitkFunctionCreateWindowsBatchScript(in, out, build_type)
static bool in(Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4)
Definition: jsoncpp.cpp:244