From c07ad72f016930e2aba6471d0e2e9625b935bf9a Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Thu, 24 Jan 2019 17:52:53 +0100 Subject: Remove cframework files from master Change-Id: I02f17ede1cf97986a8b8852ed6d6a28fc016f590 Signed-off-by: Mauro Sardara --- longbow/src/python/CMakeLists.txt | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 longbow/src/python/CMakeLists.txt (limited to 'longbow/src/python/CMakeLists.txt') diff --git a/longbow/src/python/CMakeLists.txt b/longbow/src/python/CMakeLists.txt deleted file mode 100644 index 33e2d70e..00000000 --- a/longbow/src/python/CMakeLists.txt +++ /dev/null @@ -1,29 +0,0 @@ -add_subdirectory(site-packages) - -install( FILES parc_uncrustify.cfg DESTINATION ${CMAKE_INSTALL_PREFIX}/etc ) - -macro(AddLongBowPythonScript scriptFile) - configure_file(${ARGV0}.py ${ARGV0} @ONLY) - install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/${ARGV0} COMPONENT library DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) -endmacro(AddLongBowPythonScript) - -set(ScriptList - longbow-doxygen-report - longbow-generate-about - longbow-preprocess - longbow-code - longbow-complexity-report - longbow-coverage-report - longbow-bytearray - longbow-ansigcov - longbow-name-report - longbow-size-report - longbow-style-report - longbow-test-run - longbow-test-suite - longbow-vocabulary-report - ) - -foreach(script ${ScriptList}) - AddLongBowPythonScript(${script}) -endforeach() -- cgit 1.2.3-korg