Skip to content
Snippets Groups Projects

WIP: [ParameterTreeParser] add ParameterTreeParser for python scripts

Compare and
8 files
+ 147
0
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -72,6 +72,9 @@ include(DunePythonTestCommand)
# Find the Python Interpreter and libraries
find_package(Python3 COMPONENTS Interpreter Development)
set(HAVE_PYTHON3_DEV ${Python3_Development_FOUND})
set(HAVE_PYTHON3_EMBED ${Python3_Development.Embed_FOUND})
if(Python3_Interpreter_FOUND)
include(DuneExecuteProcess)
include(DunePathHelper)
Loading