Computer Assisted Medical Intervention Tool Kit  version 5.2
CamiTKParseTestValidate.h
Go to the documentation of this file.
1 
12  # Close the wiki tab
13  set(CAMITK_EXTENSIONS_TESTS_LEVEL ${CAMITK_EXTENSIONS_TESTS_LEVEL} "|}" CACHE INTERNAL "")
14 
15  # Write down the CamiTKTestsLevel.txt file
16  set(filename "${CMAKE_BINARY_DIR}/CamiTKTestsLevel.txt")
17  string(REPLACE "\\n" "\n" CAMITK_EXTENSIONS_TESTS_LEVEL ${CAMITK_EXTENSIONS_TESTS_LEVEL})
18  file(WRITE ${filename} ${CAMITK_EXTENSIONS_TESTS_LEVEL})
19  message(STATUS "Generated ${filename} for tests level description")
20 
21 
22 end(){)
23 
iwyu out CACHE PATH Output filename for include what you use set(CMAKE_CXX_INCLUDE_WHAT_YOU_USE ${IWYU_EXECUTABLE}) if(NOT EXISTS $
Definition: CamiTKIncludeWhatYouUse.h:22
camitk_parse_test_validate()
macro camitk_parse_test_validate generate the CamiTKTestsLevel.txt file which contains the CamiTK wik...
Definition: CamiTKParseTestValidate.h:11