LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/hello.scmake
examples/rosetta-tests.scmake
examples/imgfx/build.scmake
examples/imgfx/cmake/filter.scmake
examples/imgfx/cmake/googletest.scmake
examples/toolkit/build.scmake
examples/toolkit/cmake/googletest.scmake
examples/toolkit/cmake/helpers.scmake
examples/toolkit/cmake/install_library.scmake
examples/toolkit/cmake/test_suites.scmake
smartcmake/__init__.py
smartcmake/__main__.py
smartcmake/analyzer.py
smartcmake/astutil.py
smartcmake/cli.py
smartcmake/commands.py
smartcmake/emitter.py
smartcmake/errors.py
smartcmake/expressions.py
smartcmake/ir.py
smartcmake/lexer.py
smartcmake/nodes.py
smartcmake/parser.py
smartcmake/records.py
smartcmake/render.py
smartcmake/tables.py
smartcmake/targets.py
smartcmake/values.py
smartcmake.egg-info/PKG-INFO
smartcmake.egg-info/SOURCES.txt
smartcmake.egg-info/dependency_links.txt
smartcmake.egg-info/entry_points.txt
smartcmake.egg-info/top_level.txt
smartcmake/parsing/__init__.py
smartcmake/parsing/cursor.py
smartcmake/parsing/declarations.py
smartcmake/parsing/expressions.py
smartcmake/parsing/includes.py
smartcmake/parsing/statements.py
tests/support.py
tests/test_commands.py
tests/test_comments.py
tests/test_control_flow.py
tests/test_examples.py
tests/test_include.py
tests/test_ir.py
tests/test_records.py
tests/test_settings.py
tests/test_targets.py