From 79784444cabf8f891590fdc9be00454e6c1b0d6a Mon Sep 17 00:00:00 2001 From: jackyk02 Date: Mon, 15 Apr 2024 11:13:47 -0700 Subject: [PATCH] Resolve Files in include Folder Removed After Compiling with lfc --- examples/Python/src/CARLA/{include => }/carla_client.py | 0 examples/Python/src/CARLA/src/carla_async.lf | 2 +- examples/Python/src/CARLA/src/carla_sync.lf | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename examples/Python/src/CARLA/{include => }/carla_client.py (100%) diff --git a/examples/Python/src/CARLA/include/carla_client.py b/examples/Python/src/CARLA/carla_client.py similarity index 100% rename from examples/Python/src/CARLA/include/carla_client.py rename to examples/Python/src/CARLA/carla_client.py diff --git a/examples/Python/src/CARLA/src/carla_async.lf b/examples/Python/src/CARLA/src/carla_async.lf index 11bd237a..6b2edca0 100644 --- a/examples/Python/src/CARLA/src/carla_async.lf +++ b/examples/Python/src/CARLA/src/carla_async.lf @@ -1,5 +1,5 @@ target Python { - files: include/carla_client.py + files: carla_client.py } preamble {= diff --git a/examples/Python/src/CARLA/src/carla_sync.lf b/examples/Python/src/CARLA/src/carla_sync.lf index 9a32fffc..87b11f65 100644 --- a/examples/Python/src/CARLA/src/carla_sync.lf +++ b/examples/Python/src/CARLA/src/carla_sync.lf @@ -1,5 +1,5 @@ target Python { - files: include/carla_client.py + files: carla_client.py } preamble {=