Include all the .60 files in sixtyfps_widgets by default

This commit is contained in:
Simon Hausmann 2020-07-21 17:37:17 +02:00
parent abe6888296
commit ad12ffaa46
6 changed files with 89 additions and 11 deletions

View file

@ -1,2 +1,5 @@
//include_path: ../helper_components
TestCase := TestButton {}
TestCase := Rectangle {
TestButton {} // from external file
Button {} // from standard library
}