meta-ast 0.4.0

Polyglot static-analysis engine: extract symbols and cross-language dependency graphs from 8 supported source languages, with optional MetaCall deployment manifest generation.
Documentation
1
2
3
4
5
6

# Execute cmake_install.cmake wrapper that allows to pass both DESTDIR and COMPONENT environment variable

execute_process(
	COMMAND ${CMAKE_COMMAND} -DCOMPONENT=$ENV{COMPONENT} -P cmake_install.cmake
)