From fcc971fd8703c37b8e0e02dabfe95138b4979309 Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Tue, 10 Nov 2020 20:28:43 +0100 Subject: Allow external link dependencies with scope limited to targets - move reader for string list to toml-f proxy - allow link entry in executable and test tables - bump toml-f version to v0.2.1 - add example package linking a single executable against gomp --- example_packages/link_executable/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 example_packages/link_executable/.gitignore (limited to 'example_packages/link_executable/.gitignore') diff --git a/example_packages/link_executable/.gitignore b/example_packages/link_executable/.gitignore new file mode 100644 index 0000000..a007fea --- /dev/null +++ b/example_packages/link_executable/.gitignore @@ -0,0 +1 @@ +build/* -- cgit v1.2.3